ICE panic because the compiler failed to spawn a thread #76230
Labels
C-bug
Category: This is a bug.
E-needs-mcve
Call for participation: This issue has a repro, but needs a Minimal Complete and Verifiable Example
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.
While compiling my (rather large) Cargo project, I hit an ICE panic because
rustc
failed to start a new thread. This was because my system was overloaded, which makes sense, but I assume the compiler shouldn't panic in this case and instead exit gracefully? I asked on the Rust Discord and was advised to post the report here.Meta
rustc --version --verbose
:Error output
The text was updated successfully, but these errors were encountered: