[lldb-dev] [Bug 16567] LLDB handles user-generated signals incorrectly
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Thu Jul 11 15:31:10 PDT 2013
http://llvm.org/bugs/show_bug.cgi?id=16567
Daniel Malea <daniel.malea at intel.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |FIXED
--- Comment #5 from Daniel Malea <daniel.malea at intel.com> ---
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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/lldb-dev/attachments/20130711/51015796/attachment.html>
More information about the lldb-dev
mailing list