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

Print backtrace upon panic #1395

Open
jounathaen opened this issue Sep 20, 2024 · 0 comments
Open

Print backtrace upon panic #1395

jounathaen opened this issue Sep 20, 2024 · 0 comments

Comments

@jounathaen
Copy link
Member

This is not an easy one, but it would make debugging hermit way more easy, if we had a RUST_BACKTRACE=1 like backtrace in the panic message.
We would probably need to analyze the stack manually for this and somehow map back the function names from the debug info to the frame pointers.

Could help e.g., in cases like:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant