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

fix: eagerly capture frames in Backtrace::capture #304

Merged
merged 2 commits into from
Feb 20, 2025

Conversation

JonasKruckenberg
Copy link
Owner

This fixes #300 by eagerly capturing all frames when constructing a backtrace. This change also brings back the wrapping of the kernel main function in catch_unwind to fix unwinding code

This fixes #300 by eagerly capturing all frames when constructing a backtrace. This change also brings back the wrapping of the kernel main function in `catch_unwind` to fix unwinding code
@JonasKruckenberg JonasKruckenberg merged commit a562dd2 into main Feb 20, 2025
16 checks passed
@JonasKruckenberg JonasKruckenberg deleted the jonas/fix/backtrace-capturing branch February 22, 2025 09:26
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

Successfully merging this pull request may close these issues.

[bug] backtracing appears broken
1 participant