-
Notifications
You must be signed in to change notification settings - Fork 18k
cmd/go: TestWindowsDefaultBuildmodIsPIE/cgo fails on windows-arm64-aws #46510
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
Change https://golang.org/cl/323993 mentions this issue: |
This test was added in CL 230217 (CC @alexbrainman @ianlancetaylor) for #35192 (CC @zx2c4 @aarzilli @networkimprov). |
The code that fails Lines 2181 to 2189 in 18e666b
was added in https://go-review.googlesource.com/c/go/+/264459 The code assumes that exported symbols are stored in Perhaps that assumption is incorrect for whatever C compiler is used on windows-amd64 builder. I would try to build executable as per test and look at executable PE sections. /cc @qmuntal and @zx2c4 in case they have suggestions here Alex |
Assumption: I don't really know much about My guess is that:
|
See here for more information about the C toolchain |
Thanks for the link, but I don't have and don't use windows-arm64. So I don't plan working on it. Alex |
Source: https://storage.googleapis.com/go-build-log/152255c1/windows-arm64-aws_1dc534d5.log from CL 323992.
This needs investigation.
The text was updated successfully, but these errors were encountered: