-
Notifications
You must be signed in to change notification settings - Fork 18k
gccgo: traceback should suppress frames with no debug info #6229
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
Labels
Milestone
Comments
It's not garbage, exactly, it's just not helpful. The :0 indicates frames for which the backtrace library couldn't find any debug info. Most likely they are in libc. The backtrace library doesn't yet understand how to find separate debug info files. Probably the fix should be, for a frame with no debug info, to just print the PC value. Labels changed: added priority-later, gccgo, removed priority-triage. |
> The backtrace library doesn't yet understand how to find separate debug info files. Ah yes, that could be a challenge. I'm parsing the error outputs from both compilers/runtimes. I would certainly prefer to have something at least looking useful or just nothing. Sorry for the false alarm in the comment #1 I've forgotten the -g option, without it the (here most helpful) main.main backtrace disappears. |
I don't think there is anything to be done here. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
by capnm9:
The text was updated successfully, but these errors were encountered: