Re: [sr-dev] [kamailio/kamailio] Kamailio 4.4.5 crash at receive_fd() (#1069)

2017-04-26 Thread Daniel-Constantin Mierla
I pushed some patches that tries to catch the situation when the event route 
execution takes very long and dialog is gone -- it is also in branch 4.4. Maybe 
you can try with it and report the results.

Anyhow, in general, if you have a cfg operation like this, which is going to 
take long and it is not related to sip routing, it is recommended to delegate 
the operation to rtimer process using mqueue.

-- 
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/1069#issuecomment-297428232___
Kamailio (SER) - Development Mailing List
sr-dev@lists.kamailio.org
https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-dev


Re: [sr-dev] [kamailio/kamailio] Kamailio 4.4.5 crash at receive_fd() (#1069)

2017-04-13 Thread Pepelux
Patch applied. I'm going to test it a few days and I'll send feedbacks

Thanks

-- 
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/1069#issuecomment-294004285___
Kamailio (SER) - Development Mailing List
sr-dev@lists.kamailio.org
https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-dev


Re: [sr-dev] [kamailio/kamailio] Kamailio 4.4.5 crash at receive_fd() (#1069)

2017-04-13 Thread Daniel-Constantin Mierla
Seems a bit similar with #1059 -- can you try with patch e4a11d7?

Also, what is executed in the event_route[dialog:end]? Are there operations 
that could take long time?

-- 
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/1069#issuecomment-293808652___
Kamailio (SER) - Development Mailing List
sr-dev@lists.kamailio.org
https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-dev