-
Notifications
You must be signed in to change notification settings - Fork 443
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
ch12-sjlj Why the program not execute the line println!("early return!");
, set_jmp and long_jmp didn`t work.
#87
Comments
println!("early return!");
, set_jmp and long_jmp didn`t work.
To provide a bit more context, at least as of 2023-01-14, Rust Nightly produces code that just crashes (Segementation Fault), instead of succeeding with the I'm not that surprised. Even in C From a bit of debugging it is unsurprisingly crashing in the (FTR, it looks like Ewen
Example core dump back trace
|
Just remove attributes {#[link_name...]) of setjmp and longjmp signatures. |
And this works because... |
No description provided.
The text was updated successfully, but these errors were encountered: