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
runtime: memory corruption on darwin/amd64 #60449
Comments
Found new dashboard test flakes for:
2023-05-22 17:56 darwin-amd64-12_0 exp@2e198f4a go@f0e356a0 (log) |
Runtime heap corruption in |
We should probably aggregate such issues into a single issue. |
This failure mode looks substantially different from the other Darwin cluster described in #54461 (comment) (which includes #59995). That cluster of failures is characterized by a goroutine stuck copying a pipe connected to a dead child process: either So I think this issue is probably independent of #59995. |
Agreed. I changed my mind after posting the last message and looking at the other failures again, but then I had a meeting. :P |
I was going back through issues assigned to me (oops, I have a backlog) and I noticed that #58715 is also memory corruption, but none of those failures include forkExec. Just mentioning it here since it might be related. |
found pointer to free object
on darwin/amd64
#55167 (comment) looks like plausibly the same kind of corruption; updated the |
Found new dashboard test flakes for:
2023-06-16 20:47 darwin-amd64-10_15 go@0183c1aa cmd/go.TestScript (log)
|
found pointer to free object
on darwin/amd64
Found new dashboard test flakes for:
2023-07-24 17:08 darwin-amd64-12_0 tools@67ba5997 go@df0a1297 x/tools/go/packages.TestAll (log)
|
Found new dashboard test flakes for:
2023-06-23 21:36 darwin-amd64-10_15 telemetry@5a4cd7a1 go@bca81759 (log)
|
Found new dashboard test flakes for:
2023-07-27 16:59 darwin-amd64-12_0 tools@bacac149 go@77863e42 x/tools/gopls/test.TestStringChanges (log)
|
Found new dashboard test flakes for:
2023-08-21 23:20 darwin-amd64-11_0 go@e3c80f57 cmd/go.TestScript (log)
2023-08-22 08:38 darwin-amd64-longtest go@05f95115 runtime.TestEINTR (log)
|
#62165 may be related. |
Actually, it almost certainly is the same memory corruption. Folding it in. |
Found new dashboard test flakes for:
2023-08-19 23:35 darwin-amd64-12_0 go@0b6ea6bb (log)
2023-09-02 22:09 darwin-amd64-race go@0cd473d9 (log)
|
Issue created automatically to collect these failures.
Example (log):
— watchflakes
The text was updated successfully, but these errors were encountered: