-
Notifications
You must be signed in to change notification settings - Fork 13.4k
ICE: parallel compiler: deadlock detected
#111521
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Labels
A-const-generics
Area: const generics (parameters and arguments)
A-parallel-compiler
Area: parallel compiler
C-bug
Category: This is a bug.
F-generic_const_exprs
`#![feature(generic_const_exprs)]`
I-ICE
Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
Comments
28 tasks
I wasn't able to reproduce this locally. What OS and CPU did you use? |
AMD Ryzen 7 PRO 5850U, manjaro. |
tried again on top of a8b905c 500 threads:
or
|
Could you try on top of #115220, which fixes that particular panic? |
Seems to be fixed with your |
found cycle
deadlock detected
Closing as I believe this has been fixed, at least I did not encounter any deadlocks when I checked parallel compiler the last time. 🎉 |
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
Labels
A-const-generics
Area: const generics (parameters and arguments)
A-parallel-compiler
Area: parallel compiler
C-bug
Category: This is a bug.
F-generic_const_exprs
`#![feature(generic_const_exprs)]`
I-ICE
Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
Code
you need parallel compiler config to reproduce this!
rustc -Zthreads=300 file.rs
Meta
rustc --version --verbose
:Error output
Backtrace
The text was updated successfully, but these errors were encountered: