runtime: gcstoptheworld=2 doesn't work #53885
Labels
compiler/runtime
Issues related to the Go compiler and/or runtime.
FrozenDueToAge
NeedsFix
The path to resolution is known, but the work has not been done.
Milestone
What version of Go are you using (
go version
)?tip (f71f3d1)
Does this issue reproduce with the latest release?
Yes, reproducible with Go 1.18.
Go 1.17 seems to work fine with no failure.
What operating system and processor architecture are you using (
go env
)?darwin/amd64
What did you do?
Running Go program with
GODEBUG=gcstoptheworld=2
.What did you expect to see?
Runs successfully.
What did you see instead?
Crash in GC.
cc @mknyszek @golang/runtime
The text was updated successfully, but these errors were encountered: