-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
"signal: killed" or "Killed: 9" running on OSX Sierra #339
Comments
+1 on mac May be because of today's update of Sierra 10.12.4? |
@qiukeren In my case it was the XCode update. I managed to work around it by uninstalling XCode and installing the 8.2 version of the command line tools from https://developer.apple.com/download/more/. I've not re-installed XCode yet, but will be using 8.2 when I do. Should hopefully get you up and running until the problem can be root-caused. |
@theothertomelliott truely, today's update contains sierra update and command line tools update. I found some similiar issues on killed 9 , this is a TEMP fix: replace |
Thanks for the information. I think this is a macOS bug, so I labeled this issue |
@qiukeren thanks go build -ldflags=-s systools.go ok |
Go 1.8.1 fixes this problem. or , |
I started seeing the message "Killed: 9" in a program using gopsutil when building today. This appears to be related to an update to version 8.3 of Xcode's Command Line tools. My program is using the net and process packages.
I can reproduce this (albeit with a different message), with the example from the README:
Which outputs "signal: killed".
The text was updated successfully, but these errors were encountered: