-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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
make check fails #16305
Comments
This may have been me trying to do |
I've ran into exactly the same problem with This is kind of annoying because when I want to build with |
We also need to disable parallel building due to rust-lang/rust#16305.
We also need to disable parallel building due to rust-lang/rust#16305. Closes NixOS#4339
This installs signal handlers to print out stack overflow messages on Linux. It also ensures the main thread has a guard page. This will catch stack overflows in external code. It's done in preparation of switching to stack probes (#16012). I've done some simple tests with overflowing the main thread, native threads and green threads (with and without UV) on x86-64. This might work on ARM, MIPS and x86-32. I've been unable to run the test suite on this because of #16305.
Given that this is related to green threads, I'm unsure if it should stay open, since those are gone. Thoughts? |
I think this has more to do with the |
@steveklabnik I used to run into this bug frequently but lately I haven't had any problems running |
Sounds good. |
On 84782c4
The text was updated successfully, but these errors were encountered: