Re: [sr-dev] [kamailio/kamailio] Issues with PUA_REGINFO module (#1579)

2018-08-22 Thread Daniel-Constantin Mierla
Closed #1579. -- 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/1579#event-1802175152___ Kamailio (SER) - Development Mailing List

Re: [sr-dev] [kamailio/kamailio] Issues with PUA_REGINFO module (#1579)

2018-08-21 Thread Lars Olsson
Ok, great. Will try create a patch during the evening. -- 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/1579#issuecomment-414682202___

Re: [sr-dev] [kamailio/kamailio] Issues with PUA_REGINFO module (#1579)

2018-08-20 Thread Daniel-Constantin Mierla
@lasseo - can you make the patch for master branch? It doesn't apply there. We first fix the master branch and then backport. Eventually make a pull request, it is easier to review and merge the patch. -- You are receiving this because you are subscribed to this thread. Reply to this email

Re: [sr-dev] [kamailio/kamailio] Issues with PUA_REGINFO module (#1579)

2018-07-03 Thread Lars Olsson
@linuxmaniac , Something like this? (gdb) print *_r $3 = {domain = 0x7fe96dea0dd8, aor = {s = 0x7fe96deb24d8 "\320\063\r\301\376\177", len = 6}, aorhash = 2857371829, contacts = 0x0, slot = 0x0, prev = 0x0, next = 0x0} (gdb) print _r->slot $4 = (struct hslot *) 0x0 (gdb) print *_r->slot

Re: [sr-dev] [kamailio/kamailio] Issues with PUA_REGINFO module (#1579)

2018-07-03 Thread Victor Seva
@lasseo can you, please obtain the value of `*_r`, `_r->slot` and `*_r->slot` from gdb -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

Re: [sr-dev] [kamailio/kamailio] Issues with PUA_REGINFO module (#1579)

2018-07-03 Thread Lars Olsson
`Core was generated by `/usr/local/sbin/kamailio -f /root/kamailio-test.cfg'. Program terminated with signal SIGSEGV, Segmentation fault. #0 0x7fe975560399 in release_urecord (_r=0x7fe96deb2430) at urecord.c:555 555 mem_delete_urecord(_r->slot->d, _r); (gdb) bt full #0

Re: [sr-dev] [kamailio/kamailio] Issues with PUA_REGINFO module (#1579)

2018-07-02 Thread Lars Olsson
Issue seen from beginning when using module together with Kamailio IMS. SIPp scenario tries to simulate register/unregister as seen in IMS network. launched with: sipp -sf notify.xml -inf register.csv 192.168.55.20 -r 1 -m 1 -default_behaviors none

Re: [sr-dev] [kamailio/kamailio] Issues with PUA_REGINFO module (#1579)

2018-07-02 Thread Lars Olsson
[notify.patch.txt](https://github.com/kamailio/kamailio/files/2155657/notify.patch.txt) -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

Re: [sr-dev] [kamailio/kamailio] Issues with PUA_REGINFO module (#1579)

2018-07-02 Thread ng-voice GmbH
Quote: "Attaching SIPp scenario." Can you attach it? -- 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/1579#issuecomment-401827243___

Re: [sr-dev] [kamailio/kamailio] Issues with PUA_REGINFO module (#1579)

2018-07-02 Thread Daniel-Constantin Mierla
If you get a crash, get the output of `bt full` in gdb taken from the core file and paste it here, it should give details where the crash happens. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

[sr-dev] [kamailio/kamailio] Issues with PUA_REGINFO module (#1579)

2018-07-01 Thread Lars Olsson
### Description While testing to implement an IMS AS, I used the PUA_REGINFO module to receive details about the SIP registration. PUA_REGINFO module uses PUA and USRLOC modules. However, a couple of issues was found including a crash: 1) Crash when processing SIP Notify with registration