[sr-dev] [kamailio/kamailio] Crashes on handling of BYE with 5.3.0 (#2121)

Daniel-Constantin Mierla notifications at github.com
Sat Nov 2 18:03:46 CET 2019


The backtrace is from shutdown procedure after the crash happens, not revealing the real reason for crash, because the first core is overwritten by the one produced by shutdown cleanup. You have to enable one core file per pid (per process). I am not sure how is done in freebsd, on linux is done with:

```
echo "1" > /proc/sys/kernel/core_uses_pid
```
The you should get at least another corefile with the issue from runtime.

The log messages suggest a buffer overflow is done somewhere in kamailio code (not related to tls at all).

-- 
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/2121#issuecomment-549062389
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.kamailio.org/pipermail/sr-dev/attachments/20191102/fc48fa5b/attachment.html>


More information about the sr-dev mailing list