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
{{ message }}
This repository was archived by the owner on Feb 27, 2026. It is now read-only.
It would be helpful if we could dump a backtrace when Salus panics. Doing this in no_std gets a bit tricky, though.
From some quick searching I've found mini-backtrace, which uses libunwind. Only PCs though, no symbol names. There's also backtracer, which looks like it does what we want, but has x86 dependencies and very little usage.