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

robcanning rscanning@eircom.net
Thu Mar 18 15:12:01 2004


> 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

here you go...

(gdb) run
Starting program: /usr/bin/lisp
(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...
Program received signal SIGSEGV, Segmentation fault.
0x67ffffff in ?? ()
(gdb) backtrace
#0  0x67ffffff in ?? ()

rob