Re: [sr-dev] [kamailio/kamailio] Kamailio core dumped (#1021)

2017-03-10 Thread Phil Lavin
I also know little of BSD, but this is what was required on Linux to get a dump into /tmp: phil@ua-proxy-01:/etc/sysctl.d$ cat 61-core-pattern.conf fs.suid_dumpable=2 kernel.core_uses_pid=1 kernel.core_pattern=/tmp/core.%e.%p.%h.%t From: sr-dev [mailto:sr-dev-boun...@lists.sip-router.org] On Be

Re: [sr-dev] [kamailio/kamailio] Misdirected packets with NAT and topos loaded (#1005)

2017-03-10 Thread Daniel-Constantin Mierla
ok - thanks for testing. Out of curiosity, have you stress tested for performances, or just the typical call flows? -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/1005#issuecommen

Re: [sr-dev] [kamailio/kamailio] Kamailio core dumped (#1021)

2017-03-10 Thread Daniel-Constantin Mierla
If you compile with clang directly in the source tree, without using the ports, is it still crashing? Looking at the backtraces, the SIGBUS can happen only if there is a strict alignment requirement of 8 bytes, which is probably not ensured for all members of structures. There is typically an a

Re: [sr-dev] [kamailio/kamailio] Kamailio core dumped (#1021)

2017-03-10 Thread SubnetsRU
Yes, it is. But now it seems that they crash at the same point in code. Here is bt (only 4 core, not 5): http://tmp.lehis.ru/tmp/kam_bt_27333.txt http://tmp.lehis.ru/tmp/kam_bt_27334.txt http://tmp.lehis.ru/tmp/kam_bt_27336.txt http://tmp.lehis.ru/tmp/kam_bt_27337.txt -- You are receiving this b

[sr-dev] [kamailio/kamailio] could not make ul_rm_contact work (#1027)

2017-03-10 Thread aqsyounas
Hi, i am trying to remove a specific contact from memroy but to no avail. Here is what I had tried. root@debian:/usr/local/kamailio/sbin# ./kamctl ul show Domain:: location table=1024 records=1 max_slot=1 AOR:: 1040@192.168.1.10 Contact:: sip:1040@192.168.1.8:45573;rinsta

Re: [sr-dev] [kamailio/kamailio] Kamailio core dumped (#1021)

2017-03-10 Thread Daniel-Constantin Mierla
Can you try running kamailio with `-x qm` command parameters to see if it is specific to fm memory manager? -- You are receiving this because you commented. Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/1021#issuecomment-285693019_

[sr-dev] availability of commits in master

2017-03-10 Thread Luis Azedo
Hi, when is it expected that recent commits to master will go into stable ? there are 162 commits to master since 5.0.0 mostly fixes Thanks ___ sr-dev mailing list sr-dev@lists.sip-router.org http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr

Re: [sr-dev] [kamailio/kamailio] Kamailio core dumped (#1021)

2017-03-10 Thread SubnetsRU
Done: ``` ps ax | grep kama 27526 - S 0:00,05 /usr/local/sbin/kamailio -x qm 27527 - S 0:00,19 /usr/local/sbin/kamailio -x qm ... ``` And now I've got five core files without load... -- You are receiving this because you commented. Reply to this email directly or view it on Gi

Re: [sr-dev] availability of commits in master

2017-03-10 Thread Daniel-Constantin Mierla
Hello, I don't think there 160 are mostly fixes. v5.0.0 was released like 12 days before, I haven't noticed so many fixes since then. I am aware of few I did in master and not backported yet, but I will do it soon -- typically I wait few days to be sure there is no side effect reported by others.

Re: [sr-dev] [kamailio/kamailio] Kamailio core dumped (#1021)

2017-03-10 Thread Daniel-Constantin Mierla
... and the backtraces? -- You are receiving this because you commented. Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/1021#issuecomment-285699983___ sr-dev mailing list sr-dev@lists.sip-router.org http:/

Re: [sr-dev] [kamailio/kamailio] Kamailio core dumped (#1021)

2017-03-10 Thread SubnetsRU
Sorry, I've updated my previous post. I can create virtualbox image for you, Daniel, and provide ssh access to it, if it can helps you. -- You are receiving this because you commented. Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/1021#issuecomme

Re: [sr-dev] [kamailio/kamailio] Misdirected packets with NAT and topos loaded (#1005)

2017-03-10 Thread dryvoip
Just tested with a few concurrent calls with our setup to make sure various scenarios were handled correctly (ie. call hold, session timers, hang ups, call refusals). Didn't do any stress tests or simulated things like database failures, etc. -- You are receiving this because you are subscrib

Re: [sr-dev] [kamailio/kamailio] 4.4 dmqfix backport (#1028)

2017-03-10 Thread Julien Chavanton
Closed #1028. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/pull/1028#event-995462021___ sr-dev mailing list sr-dev@lists.sip-router.org http:

Re: [sr-dev] [kamailio/kamailio] 4.4 dmqfix backport (#1028)

2017-03-10 Thread Julien Chavanton
missing other modifications -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/pull/1028#issuecomment-285768417___ sr-dev mailing list sr-dev@lists

[sr-dev] [kamailio/kamailio] 4.4 dmqfix backport (#1028)

2017-03-10 Thread Julien Chavanton
Test in my lab You can view, comment on, or merge this pull request online at: https://github.com/kamailio/kamailio/pull/1028 -- Commit Summary -- * dmq_usrloc: Use ruid for saving/updating contacts * dmq_usrloc: adjust locking sequence to avoid dead-lock -- File Changes -- M modules

Re: [sr-dev] [kamailio/kamailio] app_perl: Make sv2int_str() static (#1020)

2017-03-10 Thread James Cloos
Closed #1020. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/pull/1020#event-995617983___ sr-dev mailing list sr-dev@lists.sip-router.org http:

Re: [sr-dev] [kamailio/kamailio] app_perl: Make sv2int_str() static (#1020)

2017-03-10 Thread James Cloos
Re-submitting. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/pull/1020#issuecomment-285795087___ sr-dev mailing list sr-dev@lists.sip-router.o

Re: [sr-dev] [kamailio/kamailio] app_perl: Make sv2int_str() static (#1020)

2017-03-10 Thread James Cloos
Reopened #1020. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/pull/1020#event-995623637___ sr-dev mailing list sr-dev@lists.sip-router.org htt

Re: [sr-dev] [kamailio/kamailio] app_perl: Make sv2int_str() static (#1020)

2017-03-10 Thread James Cloos
Github didn’t bother to email me your comment; I just happened on it today. The current tip of https://github.com/jhcloos/kamailio.git master has the updated commit. I can’t tell whether this web ui is doing the right thing -- You are receiving this because you are subscribed to this thre

[sr-dev] [kamailio/kamailio] 4.4 dmqfix backport (#1029)

2017-03-10 Thread Julien Chavanton
backport the synchronisation problem fix You can view, comment on, or merge this pull request online at: https://github.com/kamailio/kamailio/pull/1029 -- Commit Summary -- * dmq_usrloc: Use ruid for saving/updating contacts * dmq_usrloc: adjust locking sequence -- File Changes -- M

[sr-dev] [kamailio/kamailio] Kamailio 5 coredump 11 (SEGV) upcon receiving MESSAGE via jsonrpcs (#1030)

2017-03-10 Thread Anthony Messina
Using python-requests to generate a MESSAGE injected via jsonrpcs, Kamailio (built from the 5.0 branch @ 49bafac) dumps core. This did not occur in 4.4.5. See attached gdb output. [kamailio-coredump-jsonrpcs-message.txt](https://github.com/kamailio/kamailio/files/835428/kamailio-coredump-jsonrp