<html>
    <head>
      <base href="http://llvm.org/bugs/" />
    </head>
    <body><span class="vcard"><a class="email" href="mailto:daniel.malea@intel.com" title="Daniel Malea <daniel.malea@intel.com>"> <span class="fn">Daniel Malea</span></a>
</span> changed
              <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED FIXED - LLDB handles user-generated signals incorrectly"
   href="http://llvm.org/bugs/show_bug.cgi?id=16567">bug 16567</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>FIXED
           </td>
         </tr></table>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED FIXED - LLDB handles user-generated signals incorrectly"
   href="http://llvm.org/bugs/show_bug.cgi?id=16567#c5">Comment # 5</a>
              on <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED FIXED - LLDB handles user-generated signals incorrectly"
   href="http://llvm.org/bugs/show_bug.cgi?id=16567">bug 16567</a>
              from <span class="vcard"><a class="email" href="mailto:daniel.malea@intel.com" title="Daniel Malea <daniel.malea@intel.com>"> <span class="fn">Daniel Malea</span></a>
</span></b>
        <pre>So, I noticed that after I switched the test to use pthread_kill() instead of
kill() to deliver the signal to a specific thread rather than a random one in
the process, the test started passing consistently on Mac OS X (and Linux).

I think that pthreads context switching was just confusing LLDB, and this is
really a non-issue. Unless people complain about this behaviour with kill() in
the future, I am closing this bug.

The linux (SIGTRAP) issue was resolved by Matt in r86112.</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>