-
Notifications
You must be signed in to change notification settings - Fork 345
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
bloaty broken on ubuntu 22.04 #348
Comments
I'm seeing the same behavior. The application studied is a large, statically-linked C++20 Linux x86_64 debug binary, built using GCC 12. Bloaty has been built from source today, also with GCC 12. |
The issue for me seems to occur when the application studied is built with GCC 12. Taking bloaty as an example: Built with GCC 12:
Built with GCC 10:
Given that recent GCCs default to DWARF 5, I tried to build with GCC 12 while generating DWARF 4 debug info by passing
|
I confirm #357 fixes the issue for me. |
Built bloaty from source and ran the first example and the output looks weird and is far from what is expected:
Any hints on how to analyze this problem?
The text was updated successfully, but these errors were encountered: