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: "fatal: systemstack called from unexpected goroutine" on Android #51001
Comments
This happened in a TryBot in https://storage.googleapis.com/go-build-log/f1e11825/android-amd64-emu_262486a5.log:
Marking as release-blocker because this affects TryBot runs. Since |
This may or may not be OS-specific. There is another failure in the builder logs since February, but on
|
|
@golang/runtime This is a second class port, but because it's a trybot, this is a release blocker. Should we consider removing this as a trybot? Is that bringing us enough value? |
Change https://go.dev/cl/407615 mentions this issue: |
I've mailed CL 407615 that makes android-amd64-emu a post-submit builder only (in the main repo) while investigation of this issue is underway. If submitted, this issue can be unmarked as a release-blocker for Go 1.19. |
Curiously, this does not appear to be arch-specific: we've seen these failures on both
|
greplogs --dashboard -md -l -e '^fatal: systemstack called from unexpected goroutine' --since=2021-01-01
2022-02-02T21:12:39-53d6a72/android-amd64-emu
2021-10-08T16:26:20-59d4e92-99c1b24/android-amd64-emu
I'll also note that😅
badsystemstackMsg
seems to be missing a final newline as of CL 93659 (CC @aclements @randall77).The text was updated successfully, but these errors were encountered: