-
Notifications
You must be signed in to change notification settings - Fork 17.8k
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: cgoCheckPointer fatal error: can't happen #70016
Labels
compiler/runtime
Issues related to the Go compiler and/or runtime.
Comments
gopherbot
added
the
compiler/runtime
Issues related to the Go compiler and/or runtime.
label
Oct 23, 2024
I can reproduce at tip on Darwin. @ianlancetaylor The runtime is not expecting a |
Thanks for providing a simple standalone test case. Sent https://go.dev/cl/621576 to fix this. |
Change https://go.dev/cl/621576 mentions this issue: |
This was referenced Dec 3, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Go version
go version go1.23.2 linux/amd64
Output of
go env
in your module/workspace:What did you do?
main.go
What did you see happen?
$ go run main.go
What did you expect to see?
run without error
The text was updated successfully, but these errors were encountered: