-
Notifications
You must be signed in to change notification settings - Fork 17.9k
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: go test returns "ld: warning: PIE disabled." on OSX #21918
Labels
FrozenDueToAge
NeedsInvestigation
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
OS-Darwin
Milestone
Comments
Also noteworthy, since Go 1.9 on Windows 10 64bit my Antivirus (Avira) detects a virus when running |
Can you show us the output of |
Thanks! |
Duplicate so removing milestone. |
Fixed by 88a1e85 |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
FrozenDueToAge
NeedsInvestigation
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
OS-Darwin
What version of Go are you using (
go version
)?Does this issue reproduce with the latest release?
Yes, before Go 1.9 this problem did not exist.
What operating system and processor architecture are you using (
go env
)?What did you do?
Since installing Go 1.9 (from source w/ gvm, brew, and binary from page) I get a warning when running
go test
. You should be able to reproduce this with:What did you expect to see?
The test process running without warnings.
What did you see instead?
The text was updated successfully, but these errors were encountered: