Skip to content
This repository was archived by the owner on Feb 27, 2026. It is now read-only.
This repository was archived by the owner on Feb 27, 2026. It is now read-only.

Backtrace support #241

@abrestic-rivos

Description

@abrestic-rivos

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions