[sr-dev] [kamailio/kamailio] Segmentation fault on tm:t_should_relay_response (#1875)

Daniel-Constantin Mierla notifications at github.com
Thu Feb 28 20:29:02 CET 2019


Likely to be the same issue I hunted recently and actually I just pushed a commit for it:

  * 814d5cc1f4f5b1e4b95737108dffc1e7d7bd566f

No much testing so far, will do more tomorrow -- anyhow, hopefully it fixes the issue.

In what I troubleshooted, the crash happened due to a race in accessing transaction when a reply for a terminated transaction (which already had a final reply received before) came at the moment wait timer was fired for that transaction (5sec later than the final reply), which resulted in destroying the transaction by the timer process, while another process was handling the late reply.

-- 
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/1875#issuecomment-468405036
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.kamailio.org/pipermail/sr-dev/attachments/20190228/fa3b1761/attachment-0001.html>


More information about the sr-dev mailing list