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
_______________________________________________
Kamailio (SER) - Development Mailing List
[email protected]
https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-dev

Reply via email to