-
Notifications
You must be signed in to change notification settings - Fork 17.6k
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: STW GC stops working on arm64/mips64le #38404
Comments
/cc @mknyszek @aclements |
@shawn-xdj I can reproduce on my linux/arm64 box at 201cb04 Did you run with |
Edit: I could reproduce the same crash on both x86 and arm64 machines, with a few commits checked in this month. =============================================================== |
I can reproduce, and with
It likely relates to the fact that we release
That I'll try that and see if I can still reproduce the problem. |
Change https://golang.org/cl/228337 mentions this issue: |
Yeah I think I have a fix. Hasn't crashed yet. @mengzhuo can you verify? |
Also, this is related to #19812, noting it for bookkeeping purposes. |
What version of Go are you using (
go version
)?Does this issue reproduce with the latest release?
no. Go1.13 doing fine.
What operating system and processor architecture are you using (
go env
)?linux/arm64
linux/mips64le
What did you do?
What did you see instead?
Might relate to #34736
The text was updated successfully, but these errors were encountered: