matthieudelaro / nut

Nut: the development environment, containerized.
GNU General Public License v3.0
258 stars 16 forks source link

Error: segmentation fault when trying to run nut on macOS Mojave (10.14.6) #35

Closed davidgarsan closed 5 years ago

davidgarsan commented 5 years ago

Anytime I try to launch on OSX from terminal I got this segmentation fault ./nut run error.

matthieudelaro commented 5 years ago

Hello @davidgarsan ,

Thanks for reaching out to warn about this issue. Have you ever had this issue before? Which version of nut are you running?

I'd like to reproduce your issue to help you. But I never encountered such an issue, even thou I'm using nut on my Mac, which is running OSX 10.14.5. Have you ever experienced the issue with this version on OSX?

Would you mind sharing you nut file? And any file related to it?

Thanks by advance

davidgarsan commented 5 years ago

Hi @matthieudelaro,
Thanks for answering My OSX version is 10.14.6, and is the first time I use this tool. My first attempt was to use the binary solution which lead me to the commented error. Instead of NPM, I tried to build Nut from source code and is apparently working.

matthieudelaro commented 5 years ago

Ok, nice to hear you found a solution to your problem.