-
Notifications
You must be signed in to change notification settings - Fork 87
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
Compiling fails with segfault #94
Comments
Yes! Hm, I also create an issue rust-lang/rust#76061. I will look into rust-lang/rust#75922. |
I had a similar issue with naked functions recently (though this were runtime issues), where naked functions with parameters behaved weirdly. rust-lang/rust#75417 fixed some of that, but people are unsure if naked+parameters should be supported or not. My workaround was using |
Yes, seems to be the better solution |
I close this issue. PR #95 solved it. |
Compiling libhermit-rs currently fails with a segmentation fault. This behaviour was introduced with the
nightly-2020-08-24
. This is likely to be related to the following issue: rust-lang/rust#75922.The comments there suggest that we will have to make changes on our end to the
#[naked]
functions.The text was updated successfully, but these errors were encountered: