-
Notifications
You must be signed in to change notification settings - Fork 18k
runtime,cmd/compile: unexpected fault address
in runtime.mapassign
#56337
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Found new dashboard test flakes for:
2022-10-14 17:33 windows-amd64-race text@1bdb400f go@bfcc3a75 x/text/internal/triegen.test [build] (log)
|
unexpected fault address
in cmd/compile/internal/ssagen.InitTables
(attn @golang/runtime; CC @golang/windows) |
unexpected fault address
in cmd/compile/internal/ssagen.InitTables
unexpected fault address
in runtime.mapassign
There are couple of different stack traces. I looked at the first stack trace in the log:
The crash happens here Line 621 in bfcc3a7
Which looks like uninitialised map used in go/src/cmd/compile/internal/ssagen/ssa.go Line 3944 in bfcc3a7
I have no idea how to fix that problem. Alex |
This crash happens early on during compiler startup, before it has even read any of the code to be compiled. |
Both failures are with |
The crashes are in the compiler and linker. Just double checking, do we build the toolchain with the race detector enabled on race builders, or just the tests? |
Good point, I don't think the compiler/linker is race-enabled when on a race builder. Just the resulting tests. |
In triage the consensus is to wait for more to happen. @prattmic notes that it's suspicious that 3 compiler/linker processes crashed at once. Maybe something wrong with the machine? |
Found new dashboard test flakes for:
2022-09-29 20:41 windows-386-2008 sync@8fcdb60f go@b7662047 x/sync/syncmap.TestMapMatchesDeepCopy (log)
|
That latest failure looks unrelated, maybe? No obvious culprit here, unfortunately. |
The failure looks like machine issue and there doesn't seem actionable for us for the moment. Move the backlog and see if we have failures. |
Timed out in state WaitingForInfo. Closing. (I am just a bot, though. Please speak up if this is a mistake or you have the requested information.) |
Found new dashboard test flakes for:
2023-05-03 20:35 linux-ppc64-sid-power10 tools@ba892bba go@c746059a x/tools/go/analysis/passes/ifaceassert.Test (log)
|
Found new dashboard test flakes for:
2023-05-08 21:24 linux-ppc64-sid-power10 oauth2@839de225 go@4406e8ef runtime [build] (log)
2023-05-31 19:15 linux-ppc64le-buildlet go@3cea9e68 runtime [build] (log)
|
Found new dashboard test flakes for:
2023-11-08 21:52 linux-amd64-longtest-race benchmarks@444331c9 go@3073f3f9 x/benchmarks/sweet/cmd/sweet.TestSweetEndToEnd (log)
|
The latest failure is almost certainly just #56958. |
Issue created automatically to collect these failures.
Example (log):
— watchflakes
The text was updated successfully, but these errors were encountered: