You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@Grant-Frame can you share the code with me, i'm interested in it. i happened to see the same issue in go1.17 too, for some reason we can't upgrade go.
Go version
go version go1.16.12 linux/amd64
Output of
go env
in your module/workspace:What did you do?
Ran compiled go executable and it failed with panic leading to coredump in gopark method
What did you see happen?
The go executable crashed and generated this error message
this memory location
c00002e560
is found in the error dump to point to a variable created for runtime.goparkmgc.go:1911 is this line of code
where
node
is created just earlier in this function withthis appears to be issue with golang runtime marking a unsafe.Pointer it created as marked free
What did you expect to see?
that the executable would not crash and point to golang runtime module.
The text was updated successfully, but these errors were encountered: