[lldb-dev] [Bug 21810] New: LLDB crashes in ProcessWindows::RefreshStateAfterStop
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Wed Dec 10 09:45:10 PST 2014
http://llvm.org/bugs/show_bug.cgi?id=21810
Bug ID: 21810
Summary: LLDB crashes in ProcessWindows::RefreshStateAfterStop
Product: lldb
Version: unspecified
Hardware: PC
OS: Windows NT
Status: NEW
Severity: normal
Priority: P
Component: All Bugs
Assignee: lldb-dev at cs.uiuc.edu
Reporter: zturner at google.com
Blocks: 21766
Classification: Unclassified
For some reason m_session_data is null, hinting at a possible race condition
between the destroy/shutdown sequence and hitting a breakpoint.
Repro command line:
D:\python_src\Python-2.7.8\PCbuild\python_d.exe
D:\src\llvm\tools\lldb\test/dotest.py -q --arch=i686 --executable
D:/src/llvm/build/ninja/bin/lldb.exe -s
D:/src/llvm/build/ninja/lldb-test-traces -u CXXFLAGS -u CFLAGS -C
D:\src\llvm\build\ninja\bin\clang.exe -p TestEvents.py
D:\src\llvm\tools\lldb\test\python_api\event
--
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/20141210/f51a7e14/attachment.html>
More information about the lldb-dev
mailing list