ahstram / al3c

al3c

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Example crashes with a segmentation fault

BlackEdder opened this issue · comments

I tried to run the macs example and it did not seem to converge, so I then tried to run the example on its own and got the following error:

./macs/macs.so 718 100000 -s 91225648 -t .001 -I 3 176 170 372 0 -m 2 1 2.47546 -m 3 1 1.14872 -m 3 2 3.5236 -n 1 1.49223 -g 2 0.299245 -g 3 0.570276 -eg .0230000 2 0 -eg .0230001 3 0 -ej .0230002 3 2 -em .0230003 2 1 12.7188 -en .0230004 2 0.1861 -ej .051 2 1 -en .148 1 0.731 -r 0.0006
Segmentation fault (core dumped)

@BlackEdder It appears that you are trying to run the "mac.so" file, which is a shared library. Can you try running the "macs" binary itself?