[lldb-dev] [Bug 16575] New: LLDB on Linux crashes when the inferior generates a signal and hits a breakpoint
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Tue Jul 9 08:54:14 PDT 2013
http://llvm.org/bugs/show_bug.cgi?id=16575
Bug ID: 16575
Summary: LLDB on Linux crashes when the inferior generates a
signal and hits a breakpoint
Product: lldb
Version: unspecified
Hardware: PC
OS: All
Status: NEW
Severity: normal
Priority: P
Component: All Bugs
Assignee: lldb-dev at cs.uiuc.edu
Reporter: daniel.malea at intel.com
Classification: Unclassified
When the inferior generates a signal (to itself) and hits a breakpoint, LLDB
crashes with an assertion failure:
Test signal and a (1 second delay) breakpoint in multiple threads. ... python:
../tools/lldb/source/Plugins/Process/Linux/ProcessMonitor.cpp:1484: static
ProcessMessage ProcessMonitor::MonitorSIGTRAP(ProcessMonitor *, const siginfo_t
*, lldb::pid_t): Assertion `false && "Unexpected SIGTRAP code!"' failed.
To reproduce, uncomment the corresponding @skipIfLinux from the
test_signal_delay_break_dwarf test case in TestConcurrentEvents.py and run:
python dotest.py --executable <path-to-lldb> -p TestConcurrentEvents
--
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/20130709/6f270ebc/attachment.html>
More information about the lldb-dev
mailing list