https://llvm.org/bugs/show_bug.cgi?id=27205
Bug ID: 27205
Summary: TestThreadStates: StringExtractorGDBRemote.cpp packet
validation failure
Product: lldb
Version: unspecified
Hardware: PC
OS: All
Status: NEW
Severity: normal
Priority: P
Component: All Bugs
Assignee: [email protected]
Reporter: [email protected]
CC: [email protected]
Classification: Unclassified
I'm seeing this occasionally on the OS X LLDB CI:
Assertion failed: (!"Packet validatation failed, check why this is happening"),
function OKErrorNotSupportedResponseValidator, file
/Users/buildslave/jenkins/sharedspace/lldb@2/lldb/source/Utility/StringExtractorGDBRemote.cpp,
line 408.
[TestThreadStates.py FAILED]
leading to an exceptional exit.
The CI runs with the local Xcode's Apple-signed debugserver, not the
debugserver source in the LLDB tree. This shouldn't matter, but I'm calling it
out in case it does.
Seems a little extreme that we're asserting on gdb packet handling? In any
event, we need to track this down since it is starting to happen with some
regularity.
--
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
lldb-dev mailing list
[email protected]
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-dev