Got distracted by traveling and other tasks...
The last logs point to a crash in a kamailio process:
```
Feb 13 12:57:46 vs-kam-uat01 /usr/local/sbin/kamailio[51225]: ALERT: <core>
[main.c:739]: handle_sigs(): child process 51256 exited by a signal 11
```
Can you do 'ulimit -c unlimited' before starting Kamailio as root? It should
generate a coredump file from where you have to get the bracktrace using gdb command. That
will reveal the stack of execution till the crash happens.
---
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/501#issuecomment-196765061