-
Notifications
You must be signed in to change notification settings - Fork 109
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
'Should parse compilation unit: UnexpectedEof' running dwarfdump on a binary with a SHF_COMPRESSED .debug_info #195
Comments
Thanks for the bug report! |
FWIW,
|
I think the issue is that the |
Yes, gimli's dwarfdump works after using This is probably best to fix after implementing #182, assuming we still plan to do that. |
Thanks for the info @tromey! Looking at the
With a new-enough binutils it's trivially easy to generate a binary for testing. I'm on Ubuntu 16.10:
|
Oh, also, there's a good blog post describing SHF_COMPRESSED. |
Thanks for the info @luser ! |
This was fixed with the |
I tried running gimli's dwarfdump on a binary from an Ubuntu package that was crashing Breakpad's dump_syms, but dwarfdump panics as well. A copy of the binary in question is here. It's from this deb file.
I'm using the latest master (d591dc4).
The text was updated successfully, but these errors were encountered: