Closed milesj closed 7 years ago
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: brew reinstall -s scmpuff
worked for me, and I haven't seen any segfaults since. If you haven't got Go installed, you might need to run brew install golang
first.
@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 👍
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.