[llvm-bugs] [Bug 26289] lldb host crashes with allocation failure when attaching to a remote android target

via llvm-bugs llvm-bugs at lists.llvm.org
Tue Feb 23 03:58:28 PST 2016


https://llvm.org/bugs/show_bug.cgi?id=26289

Luke Drummond <luke.drummond at codeplay.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #4 from Luke Drummond <luke.drummond at codeplay.com> ---
@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.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20160223/a1a0ae81/attachment.html>


More information about the llvm-bugs mailing list