To see where it crashes, do:
```
ulimit -c unlimited
````
Eventually run also kamailio as root in order to get the core file.
If you didn't configure one core file per process, do:
```
echo "1" > /proc/sys/kernel/core_uses_pid
```
With the above commands run, start again kamailio and sent the 'bt full' from gdb
for each core file.
---
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/issues/407#issuecomment-158943696