The corefile from where you got the attached backtrace is generated at shut down, it is not the one that caused the crash, but a side effect as the structures might be compromised at that phase. Practically the above backtrace does not reflect the reason of the real crash. You have to enable core file per pid and get the backtraces from all core files.

From the log messages, there is a hint that the R-URI is invalid, maybe you do some operations in config that break it. Anyhow, it would be good to get it caught, crashing should not happen even with a config-made invalid R-URI.


Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.Message ID: <kamailio/kamailio/issues/3743/1935454766@github.com>