[PlanetCCRMA] cmucl-clm error message
zong king
rlawns2003 at yahoo.com
Fri Mar 7 00:18:02 PST 2003
Dear Fernando,
First of all, thank you for your kind help.
Hope you remember me. I sent e-mail about the following error message in cmucl-clm on Jan. 8.
==========================
; Loading #p"/usr/lib/cmucl/clminit.lisp".
;;; CLM 2 (01/07/2003)
;;; Running /usr/bin/ld...
;;; Done.
;; Loading #p"/usr/lib/cmucl/clm/ffi.x86f".
;;; Running /usr/bin/ld...
;;; Done.
Error in function UNIX::SIGSEGV-HANDLER: Segmentation Violation at #x40007A26.
Restarts:
0: [CONTINUE] Return NIL from load of "/usr/lib/cmucl/clminit.lisp".
1: [ABORT ] Skip remaining initializations.
Debug (type H for help)
(UNIX::SIGSEGV-HANDLER #<unused-arg>
#<unused-arg>
#.(SYSTEM:INT-SAP #x3FFFE3A0))
Source: Error finding source:
Error in function DEBUG::GET-FILE-TOP-LEVEL-FORM: Source file no longer exists: target:code/signal.lisp.
0]
==========================
Before I got your reply I reinstalled RedHat 8.0 and cmucl-clm, and it worked fine on my machine. So I didn?/SPAN>t have a chance to try your suggestion.
Now I have eight Linux machines (Planet CCRMA w/ RedHat 8.0) in my class. When starting cmucl-clm I am having the same above error message on all eight machines.
So, I tried your suggestion as follow;
===============================
If your cmucl package is up to date try the following:
- check to see if you have this file:
/usr/lib/cmucl/clm/ffi.x86f
- in a terminal, copy the ffi source file to some directory:
cd
mkdir clm
cd clm
cp /usr/share/common-lisp/source/clm/ffi.lisp .
- start cmucl-clm, after the error pops up quit the debugger (type "q")
- compile and load the ffi interface:
(compile-file "ffi.lisp")
(load "ffi.x86f")
- (restart-clm)
============================================
But, I am still having the same error message.
I need your more help. I?/SPAN>d like to use 'cmucl-clm' instead of 'clisp-clm' since 'clisp-clm' makes strange warning messages as in my previous email(warning and error message in clisp-clm)
Thanks in advance,
Zong
---------------------------------
Do you Yahoo!?
Yahoo! Tax Center - forms, calculators, tips, and more
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://cm-mail.stanford.edu/pipermail/planetccrma/attachments/20030307/ebb746e0/attachment.html>
More information about the PlanetCCRMA
mailing list