http://llvm.org/bugs/show_bug.cgi?id=15037
Bug #: 15037
Summary: Stop-hooks sometimes fail to fire on Linux
Product: lldb
Version: unspecified
Platform: PC
OS/Version: Linux
Status: NEW
Severity: enhancement
Priority: P
Component: All Bugs
AssignedTo: [email protected]
ReportedBy: [email protected]
Classification: Unclassified
LLDB stop-hooks occasionally (but not always) fail to fire on Linux, which
causes a timeout in one of the test cases (and for users of the python API that
depend on being notified when the inferior process has stopped).
To reproduce, remove the @expectedFailureLinux decorator from
TestStopHookMechanism.py and run:
python dotest.py --executable <path-to-lldb> functionalities/stop-hook
It should be noted that the above intermittently fails (so re-run if it
passes). It seems likely that a race condition is the root-cause, but I have
not confirmed this.
--
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- 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