<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/4501/">https://reviewboard.asterisk.org/r/4501/</a>
     </td>
    </tr>
   </table>
   <br />




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

<div>Review request for Asterisk Developers.</div>
<div>By Corey Farrell.</div>








<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-24142">ASTERISK-24142</a>, 

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

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

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


</div>



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


<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;">We've had many issues related to "core stop now" or "core restart now" causing segmentation faults.  The solution to this is to change almost everything to use ast_register_cleanup.

Exceptions:
CDR: Flush records.
res_musiconhold: Kill external applications.
AstDB: Close the DB.
canary_exit: Kill canary process.

Although some changes from ast_register_atexit to ast_register_cleanup are not strictly necessary, the point is for nothing to use ast_register_atexit except where required.  For this reason the change is across the board.</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;">Compiled, started and ran 'core stop now'.</pre>
  </td>
 </tr>
</table>


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

 <li>/branches/13/main/xmldoc.c <span style="color: grey">(432991)</span></li>

 <li>/branches/13/main/utils.c <span style="color: grey">(432991)</span></li>

 <li>/branches/13/main/udptl.c <span style="color: grey">(432991)</span></li>

 <li>/branches/13/main/timing.c <span style="color: grey">(432991)</span></li>

 <li>/branches/13/main/threadstorage.c <span style="color: grey">(432991)</span></li>

 <li>/branches/13/main/taskprocessor.c <span style="color: grey">(432991)</span></li>

 <li>/branches/13/main/stun.c <span style="color: grey">(432991)</span></li>

 <li>/branches/13/main/stasis.c <span style="color: grey">(432991)</span></li>

 <li>/branches/13/main/sounds_index.c <span style="color: grey">(432991)</span></li>

 <li>/branches/13/main/sorcery.c <span style="color: grey">(432991)</span></li>

 <li>/branches/13/main/rtp_engine.c <span style="color: grey">(432991)</span></li>

 <li>/branches/13/main/pickup.c <span style="color: grey">(432991)</span></li>

 <li>/branches/13/main/pbx.c <span style="color: grey">(432991)</span></li>

 <li>/branches/13/main/message.c <span style="color: grey">(432991)</span></li>

 <li>/branches/13/main/manager_system.c <span style="color: grey">(432991)</span></li>

 <li>/branches/13/main/manager_mwi.c <span style="color: grey">(432991)</span></li>

 <li>/branches/13/main/manager_endpoints.c <span style="color: grey">(432991)</span></li>

 <li>/branches/13/main/manager_channels.c <span style="color: grey">(432991)</span></li>

 <li>/branches/13/main/manager_bridges.c <span style="color: grey">(432991)</span></li>

 <li>/branches/13/main/manager.c <span style="color: grey">(432991)</span></li>

 <li>/branches/13/main/indications.c <span style="color: grey">(432991)</span></li>

 <li>/branches/13/main/image.c <span style="color: grey">(432991)</span></li>

 <li>/branches/13/main/http.c <span style="color: grey">(432991)</span></li>

 <li>/branches/13/main/format_cache.c <span style="color: grey">(432991)</span></li>

 <li>/branches/13/main/format.c <span style="color: grey">(432991)</span></li>

 <li>/branches/13/main/file.c <span style="color: grey">(432991)</span></li>

 <li>/branches/13/main/features.c <span style="color: grey">(432991)</span></li>

 <li>/branches/13/main/dnsmgr.c <span style="color: grey">(432991)</span></li>

 <li>/branches/13/main/data.c <span style="color: grey">(432991)</span></li>

 <li>/branches/13/main/core_local.c <span style="color: grey">(432991)</span></li>

 <li>/branches/13/main/config_options.c <span style="color: grey">(432991)</span></li>

 <li>/branches/13/main/config.c <span style="color: grey">(432991)</span></li>

 <li>/branches/13/main/codec.c <span style="color: grey">(432991)</span></li>

 <li>/branches/13/main/cli.c <span style="color: grey">(432991)</span></li>

 <li>/branches/13/main/channel.c <span style="color: grey">(432991)</span></li>

 <li>/branches/13/main/cel.c <span style="color: grey">(432991)</span></li>

 <li>/branches/13/main/ccss.c <span style="color: grey">(432991)</span></li>

 <li>/branches/13/main/bridge.c <span style="color: grey">(432991)</span></li>

 <li>/branches/13/main/astobj2_container.c <span style="color: grey">(432991)</span></li>

 <li>/branches/13/main/astobj2.c <span style="color: grey">(432991)</span></li>

 <li>/branches/13/main/astmm.c <span style="color: grey">(432991)</span></li>

 <li>/branches/13/main/astfd.c <span style="color: grey">(432991)</span></li>

 <li>/branches/13/main/asterisk.c <span style="color: grey">(432991)</span></li>

 <li>/branches/13/main/aoc.c <span style="color: grey">(432991)</span></li>

 <li>/branches/13/include/asterisk.h <span style="color: grey">(432991)</span></li>

</ul>

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







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




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