Hi all. I am trying to use modeller6v2 on my Apple G5 Mac with MacOS 10.3.3 (panther). But whenever I was running modeller, it gave segmentation fault error as follows;
/Users/wsum/Desktop/Projects/modeller6v2/bin/mod6v2: line 39: 4504 Segmentation fault ${EXECUTABLE} ${STEERF} >${LOGF}
Dose anyone know of the solution for this error ?
Thanks in advance
Wonsuhk Uhm, PhD.
On Mon, May 03, 2004 at 12:08:57PM +0900, Wonsuhk Uhm wrote: > Hi all. > I am trying to use modeller6v2 on my Apple G5 Mac with MacOS 10.3.3 > (panther).
We have not tested Modeller on G5 systems, but they shouldn't have any trouble running G4 code. We _have_ tested Modeller on G4 systems running Panther.
> But whenever I was running modeller, it gave segmentation fault error > as follows
The most likely cause for this is the usual 'out of stack space' problem. Modeller uses a lot of stack. Try running a 'ulimit -s 65536' if your shell is bash, or 'limit stacksize 65536' if it's tcsh, before running Modeller. (For bash, this may not be permitted, in which case you'll need to add that command to the end of /etc/bashrc, log out, and log in again.)
Ben Webb, Modeller Caretaker
participants (2)
-
Modeller Caretaker
-
Wonsuhk Uhm