<p>As detailed in <a href="https://github.com/OpenSIPS/opensips/pull/722" class="issue-link" title="Prevent crash in `fm_remove_free`.">#722</a>, the <code>-&gt;prev</code> should never be <code>NULL</code>, otherwise the fragment is in use by somebody else and cannot be in the <code>qm-&gt;free_hash</code> hash.<br>
Here we seem to have a situation where the memory allocator sees the fragment as being free and tries to use it, but in the same time somebody else comes and takes it. Unfortunately we did not solved this concurrency issue yet, but we are tracking it.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br>Reply to this email directly or <a href="https://github.com/OpenSIPS/opensips/issues/721#issuecomment-163245165">view it on GitHub</a>.<img alt="" height="1" src="https://github.com/notifications/beacon/AFOciS6zFfk-zglk7v4VYu3NhGippNgfks5pOCtFgaJpZM4Gx0aq.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/OpenSIPS/opensips/issues/721#issuecomment-163245165"></link>
  <meta itemprop="name" content="View Issue"></meta>
</div>
<meta itemprop="description" content="View this Issue on GitHub"></meta>
</div>