-
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
Parallel compiler frontend deadlock #117767
Labels
C-bug
Category: This is a bug.
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.
WG-compiler-parallel
Working group: Parallelizing the compiler
Comments
mav8557
added
C-bug
Category: This is a bug.
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.
labels
Nov 9, 2023
rustbot
added
the
needs-triage
This issue may need triage. Remove it if it has been sufficiently triaged.
label
Nov 9, 2023
SparrowLii
added
the
WG-compiler-parallel
Working group: Parallelizing the compiler
label
Nov 10, 2023
saethlin
removed
the
needs-triage
This issue may need triage. Remove it if it has been sufficiently triaged.
label
Nov 10, 2023
Can you reproduce this bug using the latest nightly version to get the new error output? |
I ran rustup update and was able to reproduce it. It dumped the query map on the stack trace.
Backtrace:
|
I think this has been fixed by #118488 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
C-bug
Category: This is a bug.
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.
WG-compiler-parallel
Working group: Parallelizing the compiler
Found when testing the latest compiler optimizations. I was able to reproduce this in debug and release builds and it occurred roughly about 50% of the time.
Code
Meta
rustc --version --verbose
:Error output
Backtrace
First backtrace
Another occurrence with the same file and line.
rustc-ice-2023-11-09T22_38_38-31691.txt
rustc-ice-2023-11-09T22_54_32-130056.txt
The text was updated successfully, but these errors were encountered: