-
Notifications
You must be signed in to change notification settings - Fork 13.2k
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
stage0 compiler doesn't work on x86_64 debian wheezy #3641
Comments
Runtime log (RUST_LOG=::rt):
It seems to be some kind of deadlock as the only thread is hanging in pthread_wait. |
The machine is also running on a GRSecurity-patched kernel, although I don't get any grsec kernel logs during the compilation progress it might be an obscure intervention. |
Oh, that's interesting. We have another report that rustc doesn't work with PAX kernels. |
I guess GRSecurity and PAX are the same thing? #1708 |
PaX is generally a part of GRSecurity, yes. I'd recommend detecting if |
We should fix this in general. I'll try to remember to put a grsec kernel into the buildbot cluster for part of the breadth testing. It's common enough and we really ought to be able to live with it. |
Fixed. |
move ./miri environment variables to CONTRIBUTING The README should discuss `cargo miri`, i.e. what users usually use, not the developer-only `./miri`.
It hangs before the Rust main function when building core.
The text was updated successfully, but these errors were encountered: