-
-
Notifications
You must be signed in to change notification settings - Fork 14.7k
segfault during stage2 build of dist x86_64-apple-darwin xcode 7.3 #48866
Copy link
Copy link
Closed
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.O-macosOperating system: macOSOperating system: macOST-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.O-macosOperating system: macOSOperating system: macOST-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.
So far not reproducible on newer xcode versions.
cc @varkor @kennytm
52dec0e obviously did not fix it and can be reverted.
Happens inside
whenever it happens, but it's random during which crate's compilation it happens or whether it occurs at all.
Guesses so far are
Span, which isrepr(packed)and only has au32fieldCACHEthread_local (just because miri touched statics)Is is possible to produce better stacktraces (with line info e.g.) on macs?