[lldb-dev] [Bug 16714] New: LLDB on Linux sometimes crashes when setting a watchpoint in a multithreaded program
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Fri Jul 26 10:59:17 PDT 2013
http://llvm.org/bugs/show_bug.cgi?id=16714
Bug ID: 16714
Summary: LLDB on Linux sometimes crashes when setting a
watchpoint in a multithreaded program
Product: lldb
Version: unspecified
Hardware: PC
OS: Linux
Status: NEW
Severity: normal
Priority: P
Component: All Bugs
Assignee: lldb-dev at cs.uiuc.edu
Reporter: daniel.malea at intel.com
Classification: Unclassified
This failure happens occasionally, as on the latest buildbot run:
(from
http://lab.llvm.org:8011/builders/lldb-x86_64-linux/builds/5755/steps/test%20lldb/logs/stdio):
python: RegisterContext_x86_64.cpp:1227: virtual bool
RegisterContext_x86_64::IsWatchpointVacant(uint32_t): Assertion `false &&
"Could not initialize watchpoint registers"' failed.
The failure happened in one of the watchpoint tests in TestConcurrentEvents.py,
likely because a thread has not stopped correctly or has disappeared for some
reason. To reproduce, use:
python dotest.py --executable <path-to-lldb> -p TestConcurrentEvents -#100
--
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/20130726/77ef24d6/attachment.html>
More information about the lldb-dev
mailing list