Closed kevingo closed 8 years ago
Dup of #8801 I suspect.
Are you running antivirus software?
@bradfitz Thanks for replying. I think I do not install any AV or antivirus software.
Well, something is different on your machine, because we test Go on all versions of OS X continuously and we haven't seen this problem.
Is it your work computer, or personal?
@bradfitz It's work computer.
Work computer makes me suspect antivirus even more. Companies love antivirus.
Can you look at process list and verify there's nothing else running?
Does the problem not happen with Go 1.6?
ping @kevingo
Brad asked if it happens on Go 1.6 and whether you can check your system process list and see if there's any anti virus software lurking.
I'm also curious if there are any other DYLD environment variables (env | grep DYLD
).
@rsc @bradfitz Hi, I re-install my computer and everything works fine now. And the env | grep DYLD
output nothing.
Thanks for the reminder.
Please answer these questions before submitting your issue. Thanks!
1.What version of Go are you using (
go version
)?go version go1.7 darwin/amd64
2.What operating system and processor architecture are you using (
go env
)?3.What did you do?
I install go 1.7 from https://storage.googleapis.com/golang/go1.7.darwin-amd64.pkg. I create a helloworld project and type
go build
, it comes the following errors:4.The OS information is :
Running
unset DYLD_INSERT_LIBRARIES
has no effect.Thanks helping in advance.