solo-io / unik

The Unikernel & MicroVM Compilation and Deployment Platform
Apache License 2.0
2.71k stars 191 forks source link

Binary fails to run on macOS #138

Closed dblooman closed 4 years ago

dblooman commented 6 years ago

Just ran make, after running the binary, i get a seg fault error.

github.com/cf-unik/unik
#docker rmi -f projectunik/binary
Install finished! UniK binary can be found at /path/to/unik/_build/unik
 unik ⮀ ⭠ master  ⮀ _build/unik
[1]    55256 segmentation fault  _build/unik
bjwschaap commented 6 years ago

Same here...

imesh commented 6 years ago

I'm also seeing the same issue on OSX 10.13.1:

Install finished! UniK binary can be found at /Users/imesh/dev/unikernels/unik/_build/unik
~/dev/unikernels/unik$ _build/unik
Segmentation fault: 11

Update: This seems like a problem related to OSX High Sierra and GoLang: https://github.com/golang/go/issues/22059

dragoslav commented 6 years ago

Updating to go1.7.6 worked for me - https://github.com/solo-io/unik/blob/master/Dockerfile#L5

ilackarms commented 6 years ago

can i close this issue?