Bug ID 16603
Summary LLDB on Linux sometimes reports exited threads as still ‘running’
Product lldb
Version unspecified
Hardware PC
OS Linux
Status NEW
Severity normal
Priority P
Component All Bugs
Assignee lldb-dev@cs.uiuc.edu
Reporter daniel.malea@intel.com
Classification Unclassified
LLDB on Linux sometimes reports threads which have exited as still 'running'.
To reproduce, uncomment line 483 (or search for this PR number) in
TestConcurrentEvents.py and run the test in a loop. The failure does not
reproduce consistently, but usually does pop up within a few runs.
The command to run is:
python dotest.py --executable <path-to-lldb> -p TestConcurrentEvents -#10