-
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: unexpected return pc for runtime.gopark called from 0x4 #51707
Comments
cc @golang/release |
Thanks for the report. Is this an issue you're able to reproduce? Since Go 1.16.2 is no longer supported, it would help to know if this also happens with Go 1.18, 1.17.x or tip, and a sequence of steps to reproduce the problem. Heschi, was this meant to be a CC to @golang/runtime? |
Ugh. @golang/runtime . |
I got this issue on 1.18.7, which has been running on docker 1.18 image No steps to reproduce, running into it under high load time to time.
|
What version of Go are you using (
go version
)?Does this issue reproduce with the latest release?
What operating system and processor architecture are you using (
go env
)?crash report
What did you do?
We don't use many "unsafe" libraries and CGO_ENABLED=0
The text was updated successfully, but these errors were encountered: