<p>I had an instance of SER crash in production with this error message from<br>
qm_debug_frag:</p>

<p>[mem/q_malloc.c:149]: BUG: qm_*: fragm. 0x4cee3b88 (address 0x4cee3ba0) end<br>
overwritten(0, 0)!</p>

<p>The fragment end was been overwritten with zeroes... buffer overflow? Or an<br>
aliasing bug? Maybe a double-free?</p>

<p>It would be much easier to debug problems like this if qm_debug_frag printed the<br>
call site where qm_malloc/free was invoked from. And now it does!</p>

<hr>

<h4>You can view, comment on, or merge this pull request online at:</h4>
<p>  <a href='https://github.com/kamailio/kamailio/pull/361'>https://github.com/kamailio/kamailio/pull/361</a></p>

<h4>Commit Summary</h4>
<ul>
  <li>mem/q_malloc: log more diagnostic information in qm_debug_frag</li>
</ul>

<h4>File Changes</h4>
<ul>
  <li>
    <strong>M</strong>
    <a href="https://github.com/kamailio/kamailio/pull/361/files#diff-0">mem/q_malloc.c</a>
    (33)
  </li>
</ul>

<h4>Patch Links:</h4>
<ul>
  <li><a href='https://github.com/kamailio/kamailio/pull/361.patch'>https://github.com/kamailio/kamailio/pull/361.patch</a></li>
  <li><a href='https://github.com/kamailio/kamailio/pull/361.diff'>https://github.com/kamailio/kamailio/pull/361.diff</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/pull/361">view it on GitHub</a>.<img alt="" height="1" src="https://github.com/notifications/beacon/AF36ZaX80tm0YRemKENxjPAArmmS0-WLks5o5M_qgaJpZM4GKXNF.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/pull/361"></link>
  <meta itemprop="name" content="View Pull Request"></meta>
</div>
<meta itemprop="description" content="View this Pull Request on GitHub"></meta>
</div>