<p>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:</p>

<pre><code>gdb /path/to/kamailio /path/to/corefile
bt full
</code></pre>

<p>Add the output to this issue.</p>

<p>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:</p>

<ul>
<li><a href="http://www.kamailio.org/wiki/install/upgrade/stable-to-devel">http://www.kamailio.org/wiki/install/upgrade/stable-to-devel</a></li>
</ul>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br>Reply to this email directly or <a href="https://github.com/kamailio/kamailio/issues/158#issuecomment-101527178">view it on GitHub</a>.<img alt="" height="1" src="https://github.com/notifications/beacon/AF36ZYwJlV_zKLwFq34J9fceis6fG-noks5oIuRAgaJpZM4EYvtq.gif" width="1" /></p>
<div itemscope itemtype="http://schema.org/EmailMessage">
  <div itemprop="action" itemscope itemtype="http://schema.org/ViewAction">
    <link itemprop="url" href="https://github.com/kamailio/kamailio/issues/158#issuecomment-101527178"></link>
    <meta itemprop="name" content="View Issue"></meta>
  </div>
  <meta itemprop="description" content="View this Issue on GitHub"></meta>
</div>