-
Notifications
You must be signed in to change notification settings - Fork 1
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
difference from setting panic = abort
?
#1
Comments
There are two things. First off, while aborting (using Second, a setting such as |
Thanks for that explanation! The |
Good point. Yes, my example was badly chosen, because we get a core dump by sending a signal which in turn will terminate the program. So you can't catch panics either. But that's not a true necessity: like |
Thanks for this crate! Can you explain the difference between using this crate and setting
panic = abort
(also documented in Cargo)?The text was updated successfully, but these errors were encountered: