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: lldb-dev@lists.llvm.org Reporter: todd.fi...@gmail.com CC: llvm-b...@lists.llvm.org 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 lldb-dev@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-dev