hermit-os / hermit-os/kernel

Print backtrace upon panic

Open
#1,395 2 comments 0 reactions 0 assignees View on GitHub
Dominant language
Rust
Stars
1.5k
Forks
132
Avg merge
1d 14h
Merged PRs (30d)
39

Description

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:
- https://github.com/hermit-os/uhyve/issues/726

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.