![](https://secure.gravatar.com/avatar/fd33f4ec4698abc9b9f8a460bbcab6d0.jpg?s=120&d=mm&r=g)
1 May
2003
1 May
'03
9:34 a.m.
NOTE FOR BASH USERS:
I run modeller and it crashes with this message: "/bin/mod6v2: line 38: 1874 Segmentation fault (core dumped) $NICE ${EXECUTABLE} $STEERF >$LOGF"
I used bash and I put the following command line in the .bashrc file as suggested in some messages of the mailing list:
ulimit -S unlimited
It appears that using the -s (lower case "s") solved the problem mentioned above. -S means Soft limitation and -s for stack maximum.
The correct command is therefor:
ulimit -s unlimited