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

Tracking issue for experimental "panic-unwind" and "backtrace" features #3

Open
taiki-e opened this issue Mar 22, 2023 · 0 comments
Open

Comments

@taiki-e
Copy link
Owner

taiki-e commented Mar 22, 2023

This issue tracks the experimental "panic-unwind" feature.

Provide -C panic=unwind support for panic handler and enable semihosting::experimental::panic::catch_unwind.

And the experimental "backtrace" feature.

Provide backtrace support for panic handler.

Both features currently use unwinding crate to support unwinding.

Open issues

  • This currently requires nightly compiler. AFAIK, there is no way to implement this soundly on stable, at least until #![feature(c_unwind)] is stabilized.
  • This does not support all the targets this crate supports.

TODO: write more on open issues

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