You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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:
cargo test --test fs-test
fails onmain
uhyve#726The text was updated successfully, but these errors were encountered: