-
Notifications
You must be signed in to change notification settings - Fork 248
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
Failed run sample on Mac Darwin (Kernel Version 16.X) #22
Comments
I don't understand you, please explain how you tested the sample? I tested the same commit and i think all works proper:
Remarks:
|
My os version "Darwin Kernel Version 16.5.0" run |
It looks really strange. @vus520 could you give me output of |
$ go version && go env
go version go1.7.4 darwin/amd64
GOARCH="amd64"
GOBIN="/wwwroot/gopath//pkg"
GOEXE=""
GOHOSTARCH="amd64"
GOHOSTOS="darwin"
GOOS="darwin"
GOPATH="/wwwroot/gopath/"
GORACE=""
GOROOT="/usr/local/Cellar/go/1.7.4/libexec"
GOTOOLDIR="/usr/local/Cellar/go/1.7.4/libexec/pkg/tool/darwin_amd64"
CC="clang"
GOGCCFLAGS="-fPIC -m64 -pthread -fno-caret-diagnostics -Qunused-arguments -fmessage-length=0 -fdebug-prefix-map=/var/folders/fm/29zg12712ql3y0l0j3t9_mkw0000gn/T/go-build853998416=/tmp/go-build -gno-record-gcc-switches -fno-common"
CXX="clang++"
CGO_ENABLED="1" |
I updated my OSX Kernel Version up to 16.6.0 and can not reproduce this behavior. |
@sevlyar I get this as well.
A |
Nevermind, I figured it out. |
How did you solve the issue? |
@ademenev its been a long time since I commented so I don’t remember the problem or context, but I switched to using a fork that fixes macOS issues https://github.com/timfallmk/go-daemon |
ALL PRETTY GOOD on linux.
The text was updated successfully, but these errors were encountered: