[sr-dev] core dump on AWS with ~4000 TCP sockets

2024-05-30 Thread David Villasmil via sr-dev
Hello all, I'm seeing core dumps (can't find them!) on AWS with lots of TCP sockets open (not related to load), kamailio dies randomly with: *May 30 14:31:03 sip-proxy /usr/sbin/kamailio[743739]: CRITICAL: [core/pass_fd.c:277]: receive_fd(): EOF on 142 May 30 14:31:03 sip-proxy

[sr-dev] Re: RPM Build Toolchain

2024-05-30 Thread Sergey Safarov via sr-dev
Please try this commands cd pkg/kamailio make src.rpm cd ../.. rpm -i kamailio-xx.src.rpm cd ~/rpmbuild-SPEC rpmbuild -ba kamailio.spec On Wed, May 29, 2024 at 9:16 PM tyler moore wrote: > Sergey, > > Tested this out today and centos9 is working great now. > Appreciate all your work on

[sr-dev] Re: [kamailio/kamailio] Kamailio 5.8 core dumps with regex module (Issue #3812)

2024-05-30 Thread Victor Seva via sr-dev
@dkovik can you please confirm that the fix works for you? -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/3812#issuecomment-2139750253 You are receiving this because you are subscribed to this thread. Message ID:

[sr-dev] Re: [kamailio/kamailio] Kamailio 5.8 core dumps with regex module (Issue #3812)

2024-05-30 Thread Victor Seva via sr-dev
Closed #3812 as completed via d89333748662c0e7c72e3579d41fd14ef05c0fee. -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/3812#event-12987174905 You are receiving this because you are subscribed to this thread. Message ID:

[sr-dev] git:master:d8933374: regex: fix pcre2 migration

2024-05-30 Thread Victor Seva via sr-dev
Module: kamailio Branch: master Commit: d89333748662c0e7c72e3579d41fd14ef05c0fee URL: https://github.com/kamailio/kamailio/commit/d89333748662c0e7c72e3579d41fd14ef05c0fee Author: Victor Seva Committer: Victor Seva Date: 2024-05-30T16:36:30+02:00 regex: fix pcre2 migration instead of

[sr-dev] Re: [kamailio/kamailio] Kamailio 5.8 core dumps with regex module (Issue #3812)

2024-05-30 Thread Victor Seva via sr-dev
> On the other hand, I am not sure if it is enough, I guess the compiled regex > has to be stored in shared memory and I cannot say it is done. Maybe > @linuxmaniac can have more insights on it. Sorry for the delay. Yes, I think that coping the pointers to shm was not properly done in the

[sr-dev] Re: [kamailio/kamailio] Warnings emitted when calling functions from dialplan module (Issue #3851)

2024-05-30 Thread Victor Seva via sr-dev
Closed #3851 as completed via 630a6f2c11c10c4f3be3570553d86486942d60fe. -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/3851#event-12986375549 You are receiving this because you are subscribed to this thread. Message ID:

[sr-dev] git:5.8:c8e4fe87: dialplan: don't call free on empty pcre pointer

2024-05-30 Thread Victor Seva via sr-dev
Module: kamailio Branch: 5.8 Commit: c8e4fe87985a413dfe6871463c31375750d3a6f2 URL: https://github.com/kamailio/kamailio/commit/c8e4fe87985a413dfe6871463c31375750d3a6f2 Author: Victor Seva Committer: Victor Seva Date: 2024-05-30T15:42:01+02:00 dialplan: don't call free on empty pcre pointer

[sr-dev] git:master:630a6f2c: dialplan: don't call free on empty pcre pointer

2024-05-30 Thread Victor Seva via sr-dev
Module: kamailio Branch: master Commit: 630a6f2c11c10c4f3be3570553d86486942d60fe URL: https://github.com/kamailio/kamailio/commit/630a6f2c11c10c4f3be3570553d86486942d60fe Author: Victor Seva Committer: Victor Seva Date: 2024-05-30T14:59:05+02:00 dialplan: don't call free on empty pcre pointer

[sr-dev] Re: [kamailio/kamailio] Crash in dns_cache.c with dns_cache_init=off (Issue #3350)

2024-05-30 Thread Xenofon Karamanos via sr-dev
I pushed a new update on the PR, can you maybe try it again and report back? With your config and without the patch, indeed kamailio crashes at some point. With the new patch, it doesn't crash at all but want to verify that I replicated it correctly. -- Reply to this email directly or view

[sr-dev] Re: [kamailio/kamailio] core/resolve: Check dns_cache_init and choose appropriate functions (PR #3858)

2024-05-30 Thread Xenofon Karamanos via sr-dev
@xkaraman pushed 1 commit. 1babeb1941b8b068144b4ef988c0ad31e813e68f core/resolve: Check dns_cache_init and choose appropriate functions -- View it on GitHub: https://github.com/kamailio/kamailio/pull/3858/files/df02022cb9f02b809be4069b596c26485b2f23cb..1babeb1941b8b068144b4ef988c0ad31e813e68f

[sr-dev] Re: [kamailio/kamailio] fixed handle_ruri_alias_mode(1) cannot proper handle multi alias (PR #3863)

2024-05-30 Thread Daniel-Constantin Mierla via sr-dev
Thanks for proposing the fix, it will be reviewed. Note that you have to format the commit message as per contributing guidelines: - https://github.com/kamailio/kamailio/blob/master/.github/CONTRIBUTING.md#commit-message-format -- Reply to this email directly or view it on GitHub:

[sr-dev] [kamailio/kamailio] p_usrloc: Add update/delete based on uniq (PR #3865)

2024-05-30 Thread Stefan Mititelu via sr-dev
!-- Kamailio Pull Request Template -- !-- IMPORTANT: - for detailed contributing guidelines, read: https://github.com/kamailio/kamailio/blob/master/.github/CONTRIBUTING.md - pull requests must be done to master branch, unless they are backports of fixes from master branch to a stable