grow / grow.dev

Grow's homepage and documentation site.
https://grow.io
85 stars 36 forks source link

Ubuntu 16.04. Segmentation fault (core dumped) #31

Closed radiopapus closed 7 years ago

radiopapus commented 7 years ago

curl https://install.growsdk.org | bash grow -> Segmentation fault (core dumped)

gdb grow (gdb) run Starting program: /home/devel/bin/grow

Program received signal SIGSEGV, Segmentation fault. strlen () at ../sysdeps/x86_64/strlen.S:106 106 ../sysdeps/x86_64/strlen.S: No such file or directory

lsb_release -a LSB Version: core-9.20160110ubuntu0.2-amd64:core-9.20160110ubuntu0.2-noarch:printing-9.20160110ubuntu0.2-amd64:printing-9.20160110ubuntu0.2-noarch:security-9.20160110ubuntu0.2-amd64:security-9.20160110ubuntu0.2-noarch Distributor ID: Ubuntu Description: Ubuntu 16.04.1 LTS Release: 16.04 Codename: xenial

heatherbooker commented 7 years ago

I also get a similar error:

[1] <varied-large-number> segmentation fault  grow

when running grow after installing using the suggested curl https://install.growsdk.org | bash. If I run gdb I get the same message as seen above:

Program received signal SIGSEGV, Segmentation fault.
strlen () at ../sysdeps/x86_64/strlen.S:106
106 ../sysdeps/x86_64/strlen.S: No such file or directory.

I'm running Linux Mint 18 Sarah.

Zoramite commented 7 years ago

This is part of the actual grow project referenced above. Closing this bug.