[PlanetCCRMA] Problems with cmucl

Kjetil S. Matheussen k.s.matheussen@notam02.no
Thu Jun 19 07:05:03 2003


On Wed, 18 Jun 2003, Emiliano Grilli wrote:

> Hi, I run Planet CCRMA on a RH 8.0;
> Here's what I get if I run cmucl-cm-clm-cmn:
>
> [ emillo@redmillo:]~ $ cmucl-cm-clm-cmn
> ; Loading #p"/usr/lib/cmucl/cmclmcmninit.lisp".
> ;;;
> ;;; CM 2.4.0 (03/19/2003); CLM 2 (03/19/2003); CMN (02/20/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
> #x40008337.
>
> Restarts:
>   0: [CONTINUE] Return NIL from load of "/usr/lib/cmucl/cmclmcmninit.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]
>
>
> I remember it worked in the past... anyone has seen this error?
>

Same problem at the machines at Notam. But I thought it was because
cm/cml/lisp is additional installed on a sentral server, and there were
some interference. We are using RH8.


kjetism@olivier ~ $ /usr/bin/lisp -core /usr/lib/cmucl/cm-clm-cmn.core
* (format t ";;;~%;;; CM 2.4.0 (03/19/2003); CLM 2 (03/19/2003); CMN (02/20/2003)~%;;;~%")
;;;
;;; CM 2.4.0 (03/19/2003); CLM 2 (03/19/2003); CMN (02/20/2003)
;;;
NIL
* (clm::reload-ffi)
;;; Running /usr/bin/ld...
;;; Done.
; Loading #p"/usr/lib/cmucl/clm/ffi.x86f".
T
* (clm::restart-clm)
;;; Running /usr/bin/ld...
;;; Done.


Error in function UNIX::SIGSEGV-HANDLER:  Segmentation Violation at
#x40008337.

Restarts:
  0: [ABORT] Return to Top-Level.

Debug  (type H for help)

(UNIX::SIGSEGV-HANDLER #<unused-arg>
                       #<unused-arg>
                       #.(SYSTEM:INT-SAP #x3FFFE780))
Source:
; File: target:code/signal.lisp
(DEFINE-SIGNAL-HANDLER SIGSEGV-HANDLER "Segmentation Violation")
0]


--