-
Notifications
You must be signed in to change notification settings - Fork 19k
cmd/compile: unexplained compiler panic build flakes #78081
Copy link
Copy link
Closed
1 / 11 of 1 issue completedClosed
1 / 11 of 1 issue completed
Copy link
Labels
BugReportIssues describing a possible bug in the Go implementation.Issues describing a possible bug in the Go implementation.NeedsFixThe path to resolution is known, but the work has not been done.The path to resolution is known, but the work has not been done.compiler/runtimeIssues related to the Go compiler and/or runtime.Issues related to the Go compiler and/or runtime.release-blocker
Milestone
Metadata
Metadata
Assignees
Labels
BugReportIssues describing a possible bug in the Go implementation.Issues describing a possible bug in the Go implementation.NeedsFixThe path to resolution is known, but the work has not been done.The path to resolution is known, but the work has not been done.compiler/runtimeIssues related to the Go compiler and/or runtime.Issues related to the Go compiler and/or runtime.release-blocker
Type
Projects
Status
Done
Over the last couple of days, I've seen some mysterious failures show up on the builders
#78074 (build, log)Unrelated issue#74470 (build, log)
#71170 (build, log)
and probably some more that I'm missing. They only seem to happen on amd64 boxes and they're spread over a variety of operating systems and backing builders.
Either we have a memory corruption bug (which I think is unlikely, some of the failures are dereferencing statically initialized memory), or there is some infrastructure issue with the swarm.