-
Notifications
You must be signed in to change notification settings - Fork 18k
cmd/nm: TestInternalLinkerCgoExec fails #33028
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
CC @aclements |
@pubblic thank you for reporting the issue. What does command gcc --version prints on your computer? I am pretty sure this is dup of #23649.
I do not know what ABI0 is. I doubt, ABI0 is relevant here - linker just could not resolve __acrt_iob_func symbol. We do not know how to fix #23649, but at least we could improve the error message by not mentioning ABI0. Alex |
my gcc version is
|
Thank you for confirming. You are using fairly recent version of gcc. Some Go linker functionality is broken with latest gcc (as you discovered and as described in #23649). But, perhaps, you are not using this functionality. Do you have any other problems but broken cmd/nm.TestInternalLinkerCgoExec test? If not, I suggest you ignore cmd/nm: TestInternalLinkerCgoExec failure. Alex |
Only TestInernalLinkerCgoExec test fails, other tests do not. |
Please answer these questions before submitting your issue. Thanks!
What did you do?
What did you expect to see?
test pass
What did you see instead?
test fail
System details
The text was updated successfully, but these errors were encountered: