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: