-
-
Notifications
You must be signed in to change notification settings - Fork 14.8k
Spurious assertion in rustc_codegen_ssa/src/back/write.rs #87083
Copy link
Copy link
Closed as not planned
Labels
A-spuriousArea: Spurious failures in builds (spuriously == for no apparent reason)Area: Spurious failures in builds (spuriously == for no apparent reason)C-bugCategory: This is a bug.Category: This is a bug.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-spuriousArea: Spurious failures in builds (spuriously == for no apparent reason)Area: Spurious failures in builds (spuriously == for no apparent reason)C-bugCategory: This is a bug.Category: This is a bug.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.
There seems to be a race condition that sometimes triggers this assertion in CI builds:
rust/compiler/rustc_codegen_ssa/src/back/write.rs
Line 1464 in e97c29b
See #86965 (comment) for an example.
Let's start collecting instances of this issue here.