The kamailio wiki has a turorial about troubleshooting with core files
where it gives the details about how to enable core file per pid (I am
on mobile link right now, not easy to give the url).
To understand that it crashes only on shut down anyhow, not a runtime crash?
Cheers,
Daniel
On 05.10.20 13:43, Juha Heinanen wrote:
Daniel-Constantin Mierla writes:
The backtrace is for the main process during shut
down, which can be a
side effect of the real issue. You should enable core dump per pid to
see if you get core files from more than one process, then grab
backtraces from all those core files to figure out what was the first
reason of the crash.
Sorry, but don't know how to enable core dump per pid.
Didn't find any
cli option for that.
Is it the last master version or some older one
(kamailio -v should
print the commit id, if you compiled from sources)?
Just built K from current
master and it crashes every time with similar
gdb trace when I stop it using 'service sip-proxy stop'.
-- Juha