http://llvm.org/bugs/show_bug.cgi?id=16567

Daniel Malea <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #5 from Daniel Malea <[email protected]> ---
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.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
lldb-dev mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/lldb-dev

Reply via email to