-
-
Notifications
You must be signed in to change notification settings - Fork 14.9k
Deadlock after cargo clean / cargo build with "-Z threads=8" #117775
Copy link
Copy link
Closed
Labels
A-parallel-compilerArea: parallel compilerArea: parallel compilerC-bugCategory: This is a bug.Category: This is a bug.I-ICEIssue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️T-compilerRelevant to the compiler team, which will review and decide on the PR/issue.Relevant to the compiler team, which will review and decide on the PR/issue.
Metadata
Metadata
Assignees
Labels
A-parallel-compilerArea: parallel compilerArea: parallel compilerC-bugCategory: This is a bug.Category: This is a bug.I-ICEIssue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️T-compilerRelevant to the compiler team, which will review and decide on the PR/issue.Relevant to the compiler team, which will review and decide on the PR/issue.
Type
Fields
Give feedbackNo fields configured for issues without a type.
Code
Somewhere in compiling winit, but atm I don't believe it's a problem with winit itself, as the backtrace indicated a deadlock.
Meta
This was after cargo clean / cargo build. Not 100% repro, but attaching the error log generated by the new multi-threaded compiler output.
rustc --version --verbose:Error output
Backtrace