-
Notifications
You must be signed in to change notification settings - Fork 13.1k
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
Add a workaround for parallel rustc crashing when there are delayed bugs #135988
Add a workaround for parallel rustc crashing when there are delayed bugs #135988
Conversation
This doesn't fix the root cause of this crash, but at least stops it from happening for the time being.
r? @chenyukang rustbot has assigned @chenyukang. Use |
r? lqd |
Let's add the MCVE as a @rustbot author |
Added @rustbot ready |
9e783e2
to
207a2a2
Compare
@@ -0,0 +1,6 @@ | |||
//@ compile-flags: -Z threads=2 | |||
//@ check-fail |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
//@ check-fail |
That's the default and shouldn't be necessary?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
removed
r=me with or without the nit above |
207a2a2
to
6f543d5
Compare
@bors r=lqd |
…llaumeGomez Rollup of 10 pull requests Successful merges: - rust-lang#135773 (Clarify WindowsMut (Lending)Iterator) - rust-lang#135807 (Implement phantom variance markers) - rust-lang#135876 (fix doc for std::sync::mpmc) - rust-lang#135988 (Add a workaround for parallel rustc crashing when there are delayed bugs) - rust-lang#136037 (Mark all NuttX targets as tier 3 target and support the standard library) - rust-lang#136064 (Add a suggestion to cast target_feature fn items to fn pointers.) - rust-lang#136082 (Incorporate `iter_nodes` into `graph::DirectedGraph`) - rust-lang#136112 (Clean up all dead files inside `tests/ui/`) - rust-lang#136114 (Use identifiers more in diagnostics code) - rust-lang#136118 (Change `collect_and_partition_mono_items` tuple return type to a struct) r? `@ghost` `@rustbot` modify labels: rollup
Rollup merge of rust-lang#135988 - bjorn3:workaround_parallel_rustc_crash, r=lqd Add a workaround for parallel rustc crashing when there are delayed bugs This doesn't fix the root cause of this crash, but at least stops it from happening for the time being. Workaround for rust-lang#135870
This doesn't fix the root cause of this crash, but at least stops it from happening for the time being.
Workaround for #135870