[sr-dev] [kamailio] Core crashed, EOF on 23 (#158)

Daniel-Constantin Mierla notifications at github.com
Wed May 13 08:18:40 CEST 2015


You have to locate the core file, it should be in / or in the folder the OS was configured to write core dumps (usually a file named core or core.7066 or something starting with core). Then get the backtrace from it with gdb:

```
gdb /path/to/kamailio /path/to/corefile
bt full
```

Add the output to this issue.

You are also running the master branch with version 4.3.0-pre0, at this moment the latest is 4.3.0-pre1, which includes some more fixes. Might be good to upgrade. Be aware that you may need to upgrade database schema, see:

  * http://www.kamailio.org/wiki/install/upgrade/stable-to-devel




---
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/issues/158#issuecomment-101527178
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.sip-router.org/pipermail/sr-dev/attachments/20150512/2f2ca46e/attachment.html>


More information about the sr-dev mailing list