<html>
    <head>
      <base href="http://llvm.org/bugs/" />
    </head>
    <body><span class="vcard"><a class="email" href="mailto:kcc@google.com" title="Kostya Serebryany <kcc@google.com>"> <span class="fn">Kostya Serebryany</span></a>
</span> changed
              <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED WORKSFORME - ASAN: Forward real abort(3) once done handling errors and printing the stack"
   href="http://llvm.org/bugs/show_bug.cgi?id=16276">bug 16276</a>
        <br>
             <table border="1" cellspacing="0" cellpadding="8">
          <tr>
            <th>What</th>
            <th>Removed</th>
            <th>Added</th>
          </tr>

         <tr>
           <td style="text-align:right;">Status</td>
           <td>NEW
           </td>
           <td>RESOLVED
           </td>
         </tr>

         <tr>
           <td style="text-align:right;">Resolution</td>
           <td>---
           </td>
           <td>WORKSFORME
           </td>
         </tr></table>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED WORKSFORME - ASAN: Forward real abort(3) once done handling errors and printing the stack"
   href="http://llvm.org/bugs/show_bug.cgi?id=16276#c4">Comment # 4</a>
              on <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED WORKSFORME - ASAN: Forward real abort(3) once done handling errors and printing the stack"
   href="http://llvm.org/bugs/show_bug.cgi?id=16276">bug 16276</a>
              from <span class="vcard"><a class="email" href="mailto:kcc@google.com" title="Kostya Serebryany <kcc@google.com>"> <span class="fn">Kostya Serebryany</span></a>
</span></b>
        <pre><span class="quote">>> what is the reason for this not being the default behavior? </span >
Some of it are historical reasons (e.g. valgrind does that).
Some of it is performance considerations: _exit(1) is faster than abort() 
in some of the performance-critical settings. 

<span class="quote">>> I just got a completely different stack trace when enabling this.</span >

Hm? That's weird (unless there is a race in the code which 
just makes the reports different from run to run)


I am closing the bug now since the functionality is in place.
We will probably not change the defaults.</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are on the CC list for the bug.</li>
      </ul>
    </body>
</html>