Skip to content
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

cmd/go, net, runtime: TestScript flake with "Failed to find getsockname procedure in ws2_32.dll: The specified procedure could not be found." #36029

Open
odeke-em opened this issue Dec 6, 2019 · 1 comment
Labels
compiler/runtime Issues related to the Go compiler and/or runtime. NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Milestone

Comments

@odeke-em
Copy link
Member

odeke-em commented Dec 6, 2019

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

@alexbrainman
Copy link
Member

Thank you for creating this issue.

Perhaps this is just a flake but failing to find getsockname in the Windows Socket DLL looks serious.

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

@toothrot toothrot added the NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. label Dec 9, 2019
@toothrot toothrot added this to the Backlog milestone Dec 9, 2019
@gopherbot gopherbot added the compiler/runtime Issues related to the Go compiler and/or runtime. label Jul 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
compiler/runtime Issues related to the Go compiler and/or runtime. NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Projects
Status: Triage Backlog
Development

No branches or pull requests

4 participants