<html>
    <head>
      <base href="http://llvm.org/bugs/" />
    </head>
    <body><span class="vcard"><a class="email" href="mailto:rjmccall@apple.com" title="John McCall <rjmccall@apple.com>"> <span class="fn">John McCall</span></a>
</span> changed
              <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED FIXED - Exception type not reported in terminate() when destructor throws during stack unwinding"
   href="http://llvm.org/bugs/show_bug.cgi?id=14227">bug 14227</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;">CC</td>
           <td>
                
           </td>
           <td>rjmccall@apple.com
           </td>
         </tr>

         <tr>
           <td style="text-align:right;">Resolution</td>
           <td>---
           </td>
           <td>FIXED
           </td>
         </tr></table>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED FIXED - Exception type not reported in terminate() when destructor throws during stack unwinding"
   href="http://llvm.org/bugs/show_bug.cgi?id=14227#c5">Comment # 5</a>
              on <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED FIXED - Exception type not reported in terminate() when destructor throws during stack unwinding"
   href="http://llvm.org/bugs/show_bug.cgi?id=14227">bug 14227</a>
              from <span class="vcard"><a class="email" href="mailto:rjmccall@apple.com" title="John McCall <rjmccall@apple.com>"> <span class="fn">John McCall</span></a>
</span></b>
        <pre>This is fixed in r174940.

Changing the handler type causes you to have an unhandled exception, which
typically aborts the thread (and program) without bothering to unwind.  It's a
bit unfortunate that this is reported the same way by your system;  consider
filing a bug against your platform maintainers to report unhandled exceptions
differently from handled ones.</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>