cmd/go, net, runtime: TestScript flake with "Failed to find getsockname procedure in ws2_32.dll: The specified procedure could not be found." #36029
Labels
Milestone
Comments
Thank you for creating this issue.
I agree, it looks like we could not find getsockname function in ws2_32.dll. The error is ERROR_PROC_NOT_FOUND. The error does look unusual. I am not sure we can do anything about that. Maybe @zx2c4 has some bright ideas. Alex |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Just seen at https://storage.googleapis.com/go-build-log/40de7642/windows-amd64-2016_533e366a.log, there is a panic
Failed to find getsockname procedure in ws2_32.dll: The specified procedure could not be found.
Perhaps this is just a flake but failing to find getsockname in the Windows Socket DLL looks serious. Kindly paging some related/interested parties @bcmills @alexbrainman @bradfitz @randall77
The text was updated successfully, but these errors were encountered: