'failed to spawn thread' from OS is not handled early on and causes ICEs later. #81239
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.
Not easily reproducible.
Seems related to the issue #77894.
A colleague saw ICEs after spawning a thread failed. Maybe the compiler can exit gracefully at that point, rather than continuing and throwing ICEs later on.
The error logs state the version as:
note: rustc 1.45.2 running on x86_64-unknown-linux-gnu
The following is the logs we got:
The text was updated successfully, but these errors were encountered: