-
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
runtime: Panic in golang compiler on macOS Sierra Third Public Beta (16A270f) #16585
Comments
I realize this is a dupe of: #16570 There has been a commit to the repo (but not clear which branch) that closes that issue. Would it be possible to refer to a method to produce a working set of go binaries with that patch? Or the right commit? The method mentioned in that thread seemed to involve two Macs, one to build 1.4, then another to use that 1.4 to build a later version. |
Found solution is to use Go 1.7rc5 as workaround: |
using 1.6.3 and suffering the same issue.... Is it necessary to upgrade the complier to 1.7 ? I wanna keep using 1.6 |
Why do you want to use 1.6, 1.7.1 is better in every single way. On Fri, Sep 23, 2016 at 6:01 PM, John Zeng notifications@github.com wrote:
|
@davecheney Actually it's ok for me to upgrade to 1.7 , but not my production env.... Any way, production is using linux, it's ok so far. |
Was having the exact same issue and upgrading to 1.7 fixed for me. |
Please answer these questions before submitting your issue. Thanks!
go version
)?go env
)?Third public beta of macOS Sierra 10.12 (build 16A270f)
I checked out and tried to install:
https://github.com/n1rvana/go-spammer
This is a trivial app. This issue has appeared with all apps I've tried to compile since installing this beta of the OS.
Successful build
The text was updated successfully, but these errors were encountered: