-
Notifications
You must be signed in to change notification settings - Fork 18.1k
go 1.22.5 cgo exception on windows 7 #68363
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
Comments
Related Issues and Documentation
(Emoji vote if this was helpful or unhelpful; more detailed feedback welcome in this discussion.) |
Windows 7 is no longer supported since Go 1.21: https://go.dev/doc/go1.21#windows
That was pure luck. |
For those interested, the latest version that works with Windows 7 is 1.21.4. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Go version
since go1.21.5.windows-amd64
Output of
go env
in your module/workspace:What did you do?
We use go 1.22.5 with cgo, gcc use tdm64-gcc-10.3.0-2。
What did you see happen?
It work fine on windows 11/windows 10,But Exception 0xc0000005 on windows 7


This Exception happens after 1.21.5,It works fine on 1.21.3
gcc with msys2
What did you expect to see?
No Exception on Windows 7 with cgo
The text was updated successfully, but these errors were encountered: