Re: [sr-dev] [kamailio/kamailio] deadlock in ims_registrar_scscf (#1647)

2018-10-17 Thread Daniel-Constantin Mierla
Closed #1647. -- 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/1647#event-1911339442___ Kamailio (SER) - Development Mailing List sr-dev@l

Re: [sr-dev] [kamailio/kamailio] deadlock in ims_registrar_scscf (#1647)

2018-09-20 Thread Sergey Zyrianov
5.1 is affected, Carsten's patch looks ok, I tested mine. -- 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/1647#issuecomment-423283782___

Re: [sr-dev] [kamailio/kamailio] deadlock in ims_registrar_scscf (#1647)

2018-09-20 Thread Henning Westerholt
It probably needs to be backported to 5.1 and 5.0, if they are also affected. -- 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/1647#issuecomment-423276967

Re: [sr-dev] [kamailio/kamailio] deadlock in ims_registrar_scscf (#1647)

2018-09-19 Thread Daniel-Constantin Mierla
If it was fixed, then do not forget to close this issue. -- 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/1647#issuecomment-422779230___ K

Re: [sr-dev] [kamailio/kamailio] deadlock in ims_registrar_scscf (#1647)

2018-09-18 Thread Sergey Zyrianov
Hi Carsten, I am on 5.1. I did a simpler version there. ``` diff --git a/src/modules/ims_registrar_scscf/lookup.c b/src/modules/ims_registrar_scscf/lookup.c index 548944020..43d83194e 100644 --- a/src/modules/ims_registrar_scscf/lookup.c +++ b/src/modules/ims_registrar_scscf/lookup.c @@ -69,8 +6

Re: [sr-dev] [kamailio/kamailio] deadlock in ims_registrar_scscf (#1647)

2018-09-18 Thread ng-voice GmbH
Hi, I can acknowledge the issue. I've just commited a fix to latest master, can you check? Thanks, Carsten -- 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/1647#issuecomment-42230

Re: [sr-dev] [kamailio/kamailio] deadlock in ims_registrar_scscf (#1647)

2018-09-18 Thread ng-voice GmbH
Thanks for the report - checking it right now. -- 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/1647#issuecomment-422298690___ Kamailio (S

[sr-dev] [kamailio/kamailio] deadlock in ims_registrar_scscf (#1647)

2018-09-18 Thread Sergey Zyrianov
### Description S-CSCF stops processing REGISTER and INVITE requests. ### Troubleshooting Gdb stack traces revealed several processes trying to do lock_udmain() unsuccessfully. Adding more debug pointed to the direction of ims_registrar_scscf [lookup.c:107]: lookup(). This function does lo