Skip to content
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

Omit <unknown> frames in backtraces #533

Open
graydon opened this issue Oct 7, 2022 · 1 comment
Open

Omit <unknown> frames in backtraces #533

graydon opened this issue Oct 7, 2022 · 1 comment
Assignees
Labels
bug Something isn't working protocol

Comments

@graydon
Copy link
Contributor

graydon commented Oct 7, 2022

When printing a backtrace in impl Debug for HostError here we do some frame filtering, but don't skip frames marked <unknown>. When we're on a platform with no debuginfo or otherwise-broken backtraces, these are just noise and should be omitted.

@graydon graydon added the bug Something isn't working label Oct 7, 2022
@graydon
Copy link
Contributor Author

graydon commented Feb 9, 2023

I can do this but I also think @jayz22 might enjoy it? If it looks annoying to you feel free to bounce back to me.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working protocol
Projects
Development

No branches or pull requests

4 participants
@graydon @jayz22 @anupsdf and others