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@cs.uiuc.edu Reporter: ztur...@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.
_______________________________________________ lldb-dev mailing list lldb-dev@cs.uiuc.edu http://lists.cs.uiuc.edu/mailman/listinfo/lldb-dev