You still didn't get the gdb backtrace from the core file. Once Kamailio
crashed and dumped the core file, you have to run:
```
gdb /usr/local/sbin/kamailio /path/to/core
```
Then inside it run `bt` or `bt full`.
It should output something like `Debugging Data` from the issue:
- https://github.com/kamailio/kamailio/issues/3861
You have to locate where the core file is written, which can be specific to the
OS. Search the web for `where is core file written on Debian 12` (replace
`Debian 12` with your OS name and version. Once you know the path of the core
file, replace `/path/to/core` accordingly in the command above.
--
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/issues/3859#issuecomment-2155815256
You are receiving this because you are subscribed to this thread.
Message ID: <kamailio/kamailio/issues/3859/2155815...@github.com>
_______________________________________________
Kamailio (SER) - Development Mailing List
To unsubscribe send an email to sr-dev-le...@lists.kamailio.org