Bug ID 26289
Summary lldb host crashes with allocation failure when attaching to a remote android target
Product lldb
Version unspecified
Hardware Other
OS other
Status NEW
Severity release blocker
Priority P
Component All Bugs
Assignee lldb-dev@lists.llvm.org
Reporter luke.drummond@codeplay.com
CC llvm-bugs@lists.llvm.org
Classification Unclassified
[Bug 26289] New: lldb host crashes with allocation failure when attaching to a remote android target
Luke Drummond changed bug 26289
What | Removed | Added |
- | - | - |
Status | NEW | RESOLVED |
Resolution | — | FIXED |
Comment # 4 on bug 26289 from Luke Drummond
@ravithejawork
Thanks for helping out with this. I'm going to close this ticket, because as
you say, this is not caused by your changes (which appear correct) but is
triggered by mis-parsing the ELF section header table - which I think is
covered by #25338. Dumping all ELF files from the Android device (including the
VDSO) and then reading them with readelf shows that the ELF header and section
header table is correct, but somehow being misinterpreted in
ELFSectionHeader::Parse.
Thanks again for you help.
Luke Drummond changed bug 26289