It seems that the core of the process that crashed was overwritten at shutdown. Can you
enable core file per pid with the next command:
```
echo "1" > /proc/sys/kernel/core_uses_pid
```
Then reproduce the case. You should get more core files, each with the pid number in the
name. Take the bt for every core file and paste them here.
--
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/1520#issuecomment-386415034