[lldb-dev] [Bug 27205] New: TestThreadStates: StringExtractorGDBRemote.cpp packet validation failure
via lldb-dev
lldb-dev at lists.llvm.org
Mon Apr 4 14:57:12 PDT 2016
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 at lists.llvm.org
Reporter: todd.fiala at gmail.com
CC: llvm-bugs at 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 at 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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/lldb-dev/attachments/20160404/444e5b37/attachment.html>
More information about the lldb-dev
mailing list