Problems with cmucl 19c on solaris 10/spark



Hello,

I am trying to compile portable allegroserve on solaris 10 using the 19c
release of cmucl. I did see some notes in the 19b release for solaris 10,
but nothing in the 19c release doc.

I am getting the following gc error:

; Compiling Top-Level Form:

; In: LAMBDA (PCL::.PV-CELL. PCL::.NEXT-METHOD-CALL. O STREAM)

; (MULTIPLE-VALUE-PROG1
; (PROGN
; #))
; Note: Deleting unreachable code.
;
; Compiling LAMBDA (.PV-CELL. .NEXT-METHOD-CALL. O STREAM):
; Compiling Top-Level Form:

; Compilation unit finished.
; 1 note

; Compiling LAMBDA (.PV-CELL. .NEXT-METHOD-CALL. OPERATION SLOT-NAMES .REST-ARG.
):
; Compiling Top-Level Form:
; [GC threshold exceeded with 15,459,920 bytes in use. Commencing GC.]
GC lossage. No transport function for object 0x40b9a4cf
LDB monitor

here is some more info:
ldb> regs
CSP = 0x38001E98
FP = 0x38001E78
BSP = 0x200003E0
DYNAMIC = 0x40000000
ALLOC = 0x40EC0D38
TRIGGER = 0x00000000
STATIC = 0x284DD1F0
RDONLY = 0x11E687C8

ldb> print 0x40b9a4cf
$1= 0x40b9a4cf: other pointer
$nil= header: 0x2800000b: NIL
(invalid header object)

ldb> b
Backtrace:
segv_handler: Real protection violation: a0


Error in function UNIX::SIGSEGV-HANDLER: Segmentation Violation at #x18FF4.
[Condition of type SIMPLE-ERROR]

Restarts:
0: [CONTINUE] Return NIL from load of #P"/export/home/ms7002/projects/accountm
anagement/src/aserve/portableaserve/libs/asdf.lisp".
1: Return NIL from load of "INSTALL".
2: [ABORT ] Return to Top-Level.

Debug (type H for help)

(UNIX::SIGSEGV-HANDLER #<unused-arg>
#<unused-arg>
#.(SYSTEM:INT-SAP #x00039720))
Source: Error finding source:
Error in function DEBUG::GET-FILE-TOP-LEVEL-FORM: Source file no longer exists:
target:code/signal.lisp.
0] 0

; Compilation unit aborted.
; 1 fatal error

NOT BOXED: 40ed0000 40f38000 40f28000

; [GC threshold exceeded with 15,476,008 bytes in use. Commencing GC.]
GC lossage. No transport function for object 0x40b9a4cf
LDB monitor

any help would be apprecated.

Thanks,

marc


--
ms4720@xxxxxxxxxxxxxxxx
SDF Public Access UNIX System - http://sdf.lonestar.org
.



Relevant Pages