-
Notifications
You must be signed in to change notification settings - Fork 18k
runtime: "fatal error: unexpected signal during runtime execution" in cmd/go tests on darwin-amd64-race running macOS 12.0 #49723
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
The environment printed at the top doesn't seem to have MallocNanoZone=0. |
Change https://golang.org/cl/366136 mentions this issue: |
Deployed, cleared failed build, watching the dashboard. |
Looks like mostly a success, but the cmd/go tests are failing, I would wager because they clear the environment. @bcmills should I file a bug? |
If you like, or we can reopen this one. Should be an easy fix, but we'll presumably need to backport it too. |
@gopherbot, please backport to Go 1.16 and 1.17. This works around a regression in macOS 12.0. |
Change https://golang.org/cl/366254 mentions this issue: |
Backport issue(s) opened: #49728 (for 1.16), #49729 (for 1.17). Remember to create the cherry-pick CL(s) as soon as the patch is submitted to master, according to https://golang.org/wiki/MinorReleases. |
Change https://golang.org/cl/366257 mentions this issue: |
Change https://golang.org/cl/366258 mentions this issue: |
|
…o script tests For #49138 Updates #49723 Fixes #49728 Change-Id: Ia93130fdc042a1e2107be95cccd7e7eeaa909a87 Reviewed-on: https://go-review.googlesource.com/c/go/+/366254 Trust: Bryan C. Mills <[email protected]> Run-TryBot: Bryan C. Mills <[email protected]> Reviewed-by: Ian Lance Taylor <[email protected]> (cherry picked from commit 189b4a2) Reviewed-on: https://go-review.googlesource.com/c/go/+/366258 TryBot-Result: Go Bot <[email protected]>
…o script tests For #49138 Updates #49723 Fixes #49729 Change-Id: Ia93130fdc042a1e2107be95cccd7e7eeaa909a87 Reviewed-on: https://go-review.googlesource.com/c/go/+/366254 Trust: Bryan C. Mills <[email protected]> Run-TryBot: Bryan C. Mills <[email protected]> Reviewed-by: Ian Lance Taylor <[email protected]> (cherry picked from commit 189b4a2) Reviewed-on: https://go-review.googlesource.com/c/go/+/366257 TryBot-Result: Go Bot <[email protected]>
greplogs --dashboard -md -l -e '(?m)\Adarwin-(?:.*\n)+^signal arrived during cgo execution' --since=2021-01-01
2021-11-22T16:53:57-cd0bf38/darwin-amd64-race
2021-11-22T16:15:36-6275b54/darwin-amd64-race
I don't see any CLs in the repo that would explain this failure, so I suspect that it was triggered by the
darwin-amd64-race
configuration change in CL 365777 for #49149 (CC @golang/release).The text was updated successfully, but these errors were encountered: