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

            Bug ID: 16567
           Summary: LLDB handles user-generated signals incorrectly
           Product: lldb
           Version: unspecified
          Hardware: PC
                OS: All
            Status: NEW
          Severity: normal
          Priority: P
         Component: All Bugs
          Assignee: [email protected]
          Reporter: [email protected]
    Classification: Unclassified

On Mac OS X, LLDB reports an incorrect thread count when debugging programs
that have user-generated signals (i.e. SIGUSR1.)

Specifically, it looks like LLDB reports one less thread than actually exists.
To reproduce, remove the @skipIfDarwin decorator (that corresponds to this bug)
from test/functionalities/thread/TestConcurrentEvents.py and run:

python dotest.py --executable <path-to-lldb> TestConcurrentEvents.py


On Linux, this bug manifests as an LLDB hang, though a fix is in progress. To
reproduce that failure, follow the same steps as above, but remove the
@skipIfLinux decorator from the test case in question.

-- 
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