<html>
 <body>
  <div style="font-family: Verdana, Arial, Helvetica, Sans-Serif;">
   <table bgcolor="#f9f3c9" width="100%" cellpadding="8" style="border: 1px #c9c399 solid;">
    <tr>
     <td>
      This is an automatically generated e-mail. To reply, visit:
      <a href="https://reviewboard.asterisk.org/r/1658/">https://reviewboard.asterisk.org/r/1658/</a>
     </td>
    </tr>
   </table>
   <br />


<table bgcolor="#fefadf" width="100%" cellspacing="0" cellpadding="8" style="background-image: url('https://reviewboard.asterisk.org/media/rb/images/review_request_box_top_bg.png'); background-position: left top; background-repeat: repeat-x; border: 1px black solid;">
 <tr>
  <td>

<div>Review request for Asterisk Developers, wdoekes and Matt Jordan.</div>
<div>By Terry Wilson.</div>


<p style="color: grey;"><i>Updated Jan. 8, 2012, 11:34 a.m.</i></p>



<h1 style="color: #575012; font-size: 10pt; margin-top: 1.5em;">Changes</h1>
<table width="100%" bgcolor="#ffffff" cellspacing="0" cellpadding="10" style="border: 1px solid #b8b5a0">
 <tr>
  <td>
   <pre style="margin: 0; padding: 0; white-space: pre-wrap; white-space: -moz-pre-wrap; white-space: -pre-wrap; white-space: -o-pre-wrap; word-wrap: break-word;">Yep, I still get the crash after applying wdoekes&#39; patch in 1659 (which is a good patch, it just doesn&#39;t fix the underlying problem). We need to make sure that 1) quit_handler cannot run multiple times in parallel and 2) Once we run the atexit functions once, we cannot cancel a shutdown in progress.

A simple way to reproduce the issue is to open two terminals and do:

while asterisk -vvvgc;do echo pass;done

and in another:

while true;do (asterisk -rx &quot;core stop gracefully&quot; &amp;);

Eventually you get a crash.

This patch seems to fix the problem for me. I haven&#39;t really stared at it very long, but I have other things I have to do today so I figured I&#39;d at least post it up for discussion. It is annoying calling into a channel.c function, but that seems to be what the other code is doing, so oh well. Running the above loops, I did find another crash related to dlclose() calls.</pre>
  </td>
 </tr>
</table>


<h1 style="color: #575012; font-size: 10pt; margin-top: 1.5em;">Description </h1>
<table width="100%" bgcolor="#ffffff" cellspacing="0" cellpadding="10" style="border: 1px solid #b8b5a0">
 <tr>
  <td>
   <pre style="margin: 0; padding: 0; white-space: pre-wrap; white-space: -moz-pre-wrap; white-space: -pre-wrap; white-space: -o-pre-wrap; word-wrap: break-word;">Asterisk can get multiple calls to the quit_handler from different threads. This can result in the atexit functions running multiple times. In one case, this causes multiple calls to the xmlCleanupParser() function which causes a double free and crash. I initially tried to handle things in quit_handler, but only succeeded in making some consoles never exit. :-)</pre>
  </td>
 </tr>
</table>


<h1 style="color: #575012; font-size: 10pt; margin-top: 1.5em;">Testing </h1>
<table width="100%" bgcolor="#ffffff" cellspacing="0" cellpadding="10" style="border: 1px solid #b8b5a0">
 <tr>
  <td>
   <pre style="margin: 0; padding: 0; white-space: pre-wrap; white-space: -moz-pre-wrap; white-space: -pre-wrap; white-space: -o-pre-wrap; word-wrap: break-word;">Threw tons of asterisk -rx &quot;core stop gracefully&quot; calls in a loop at a bunch of &#39;asterisk -vvvgc&#39; instances that were also starting in loops until it crashed. After the patch, it stopped crashing.</pre>
  </td>
 </tr>
</table>



<div style="margin-top: 1.5em;">
 <b style="color: #575012; font-size: 10pt; margin-top: 1.5em;">Bugs: </b>


 <a href="https://issues.asterisk.org/jira/browse/ASTERISK-18883">ASTERISK-18883</a>


</div>


<h1 style="color: #575012; font-size: 10pt; margin-top: 1.5em;">Diffs</b> (updated)</h1>
<ul style="margin-left: 3em; padding-left: 0;">

 <li>/trunk/include/asterisk/channel.h <span style="color: grey">(350018)</span></li>

 <li>/trunk/main/asterisk.c <span style="color: grey">(350018)</span></li>

 <li>/trunk/main/channel.c <span style="color: grey">(350018)</span></li>

</ul>

<p><a href="https://reviewboard.asterisk.org/r/1658/diff/" style="margin-left: 3em;">View Diff</a></p>




  </td>
 </tr>
</table>




  </div>
 </body>
</html>