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





<blockquote style="margin-left: 1em; border-left: 2px solid #d0d0d0; padding-left: 10px;">
 <p style="margin-top: 0;">On March 9th, 2015, 7:41 a.m. CDT, <b>Joshua Colp</b> wrote:</p>
 <blockquote style="margin-left: 1em; border-left: 2px solid #d0d0d0; padding-left: 10px;">
  <pre style="white-space: pre-wrap; white-space: -moz-pre-wrap; white-space: -pre-wrap; white-space: -o-pre-wrap; word-wrap: break-word;">Do you plan on other chaotic things? As it is the chaos is really just memory allocation failures, nothing outside the scope of that.</pre>
 </blockquote>







</blockquote>

<pre style="white-space: pre-wrap; white-space: -moz-pre-wrap; white-space: -pre-wrap; white-space: -o-pre-wrap; word-wrap: break-word;">Yes -- the idea is that chaos could be easily inserted into any function that has a specific "failure" return value.  The purpose being to expose extremely uncommon code paths, by introducing a higher chance of execution than practically zero.  The memory allocation functions are the easiest and first target for this.  However, use of chaos elsewhere could end up being more of a personal development & testing feature than something that is checked into the official code.</pre>
<br />










<p>- Scott</p>


<br />
<p>On March 7th, 2015, 12:01 a.m. CST, Scott Griepentrog wrote:</p>








<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 Scott Griepentrog.</div>


<p style="color: grey;"><i>Updated March 7, 2015, 12:01 a.m.</i></p>









<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;">Introduce chaotic (random) failures into certain critical operations to force improvements to error handling.

This patch introduces the DEBUG_CHAOS random failure mechanism and adds it to memory allocation wrappers in utils.h.  To be activated, DEBUG_CHAOS must be enabled in menuselect.

The failure rate (1 in X) is controlled by changing the define DEBUG_CHAOS_CHANCES_1IN in utils.h.</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;">I'm unable to get Asterisk to actually start with 1 in 100,000 failure rate.</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">(432613)</span></li>

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

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

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

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

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

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

 <li>/branches/13/build_tools/cflags.xml <span style="color: grey">(432613)</span></li>

</ul>

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







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








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