-
-
Notifications
You must be signed in to change notification settings - Fork 23
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
Constantly getting Go stack trace errors #23
Comments
I had this problem too. From some research that turned up similar issues, it seems that Go binaries built with a 1.4.x version of Go are liable to segfault under macOS Sierra, and rebuilding with a 1.7.x version fixes it. Scmpuff doesn't have any dependencies beyond Go, so it's straightforward for Homebrew to build it from source: |
@creature Thanks for this. Will give it a shot and report back. |
@creature Thank you, looks like that has fixed it for me too. |
I plan to push a new release of this once Go 1.8 is released and hits homebrew, which should cause the homebrew bottles to be automatically rebuilt and address this issue for people who installed that way. |
Reporting in that this also worked for me. Looking forward to the new version 👍 |
@milesj the new version should now be pushed as v0.2.1. Binaries on that page, and PR for homebrew is at Homebrew/homebrew-core#10086. |
No matter what commands I run, I randomly get Go stack traces like the following:
I recently upgrade to Sierra, and upgraded all my brew dependencies. I'm not entirely sure which is causing the problem.
The text was updated successfully, but these errors were encountered: