[PlanetCCRMA] omlinux: line 41; 3980 Segmentation fault...

Fernando Pablo Lopez-Lezcano nando@ccrma.Stanford.EDU
Thu Mar 18 14:52:01 2004


> > Are you sure you have the latest version of cmucl installed? Do an "rpm
> > -q cmucl", it should be 2003.12-2 (not 2003.12-1). 
> yes, it i have this version 
> [root@localhost robcanning]# rpm -q cmucl
> cmucl-2003.12-2.rhfc1.ccrma
> > Try starting "lisp" alone, type "lisp" in a terminal (if it starts
> > "(quit)" - without the '"'s will quit the interpreter). 
> 
> [root@localhost robcanning]# lisp
> Segmentation fault

Well, this is a showstopper, lisp itself is not starting  :-(

Not that I could fix anything, but could you try to run it under gdb?
"gdb /usr/bin/lisp", and then "run" and then "backtrace" when it
segfaults...

-- Fernando