[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

pcl to Kyoto Common Lisp



Below is a transcript of an attempt to compile pcl to Kyoto Common Lisp on a
DECStation 3100. A way into the process, kcl reports that the stack limit is
exceeded, dumps core and aborts. 

The most interesting part, I assume, is the very last screenfull.

Any suggestions that leads to a solution to the problem is greatly appreciated.
Thank you.

Rolf Lindgren		| 	"The opinions expressed above are 
612 Bjerke Studentheim	|  	 not necessarily those of anyone"	
N-0589 OSLO 5		|             rolfl@humanist.uio.no 


Script started on Mon Oct  1 15:35:35 1990
/hf/humanist/u1/rolfl humanist-1> kcl
AKCL (Austin Kyoto Common Lisp)  Version(1.492) Fri Sep 28 11:37:02 MET DST 1990
Contains Enhancements by W. Schelter
Changes in version 1-455 definitely require recompilation of user files.

Dokumentasjon i ~rolfl/src/akcl/docs og i ~rolfl/doc/kcl,
sp|rsm}l og erfaringer til rolfl@ulrik.


>(load "src/pcl/defsys.lsp")
Loading src/pcl/defsys.lsp
Finished loading src/pcl/defsys.lsp
T

>(pcl::compile-pcl)
Compiling KCL-PATCHES...
Compiling /hf/humanist/u1/rolfl/src/pcl/kcl-patches.lsp.
End of Pass 1.  
End of Pass 2.  
OPTIMIZE levels: Safety=0 (No runtime error checking), Space=0, Speed=3
Finished compiling /hf/humanist/u1/rolfl/local/lib/pcl/kcl-patches.o.
Loading binary of KCL-PATCHES...
Compiling PKG...
Compiling /hf/humanist/u1/rolfl/src/pcl/pkg.lsp.
End of Pass 1.  
End of Pass 2.  
OPTIMIZE levels: Safety=0 (No runtime error checking), Space=0, Speed=3
Finished compiling /hf/humanist/u1/rolfl/local/lib/pcl/pkg.o.
Loading binary of PKG...
Compiling WALK...
Compiling /hf/humanist/u1/rolfl/src/pcl/walk.lsp.
End of Pass 1.  
;; Note: Tail-recursive call of WALK-TEMPLATE was replaced by iteration.
;; Note: Tail-recursive call of WALK-TEMPLATE was replaced by iteration.
;; Note: Tail-recursive call of WALK-TEMPLATE-HANDLE-REPEAT-1 was replaced by iteration.
End of Pass 2.  
OPTIMIZE levels: Safety=0 (No runtime error checking), Space=0, Speed=3
Finished compiling /hf/humanist/u1/rolfl/local/lib/pcl/walk.o.
Loading binary of WALK...
Compiling ITERATE...
Compiling /hf/humanist/u1/rolfl/src/pcl/iterate.lsp.
; (DEFUN OPTIMIZE-ITERATE-FORM ...) is being compiled.
;; Warning: The ignored variable V is used.
End of Pass 1.  
End of Pass 2.  
OPTIMIZE levels: Safety=0 (No runtime error checking), Space=0, Speed=3
Finished compiling /hf/humanist/u1/rolfl/local/lib/pcl/iterate.o.
Loading binary of ITERATE...
Compiling MACROS...
Compiling /hf/humanist/u1/rolfl/src/pcl/macros.lsp.
End of Pass 1.  
;; Note: Tail-recursive call of MAKE-CAXR was replaced by iteration.
;; Note: Tail-recursive call of MAKE-CDXR was replaced by iteration.
;; Note: Tail-recursive call of REDUCE-CONSTANT was replaced by iteration.
End of Pass 2.  
OPTIMIZE levels: Safety=0 (No runtime error checking), Space=0, Speed=3
Finished compiling /hf/humanist/u1/rolfl/local/lib/pcl/macros.o.
Loading binary of MACROS...
Compiling LOW...
Compiling /hf/humanist/u1/rolfl/src/pcl/low.lsp.
End of Pass 1.  
End of Pass 2.  
OPTIMIZE levels: Safety=0 (No runtime error checking), Space=0, Speed=3
Finished compiling /hf/humanist/u1/rolfl/local/lib/pcl/low.o.
Loading binary of LOW...
Compiling KCL-LOW...
Compiling /hf/humanist/u1/rolfl/src/pcl/kcl-low.lsp.
End of Pass 1.  
End of Pass 2.  
OPTIMIZE levels: Safety=0 (No runtime error checking), Space=0, Speed=3
Finished compiling /hf/humanist/u1/rolfl/local/lib/pcl/kcl-low.o.
Loading binary of KCL-LOW...
Compiling FIN...
Compiling /hf/humanist/u1/rolfl/src/pcl/fin.lsp.
End of Pass 1.  
End of Pass 2.  
OPTIMIZE levels: Safety=0 (No runtime error checking), Space=0, Speed=3
Finished compiling /hf/humanist/u1/rolfl/local/lib/pcl/fin.o.
Loading binary of FIN...
Compiling DEFCLASS...
Compiling /hf/humanist/u1/rolfl/src/pcl/defclass.lsp.
; (DEFUN EXPAND-DEFCLASS ...) is being compiled.
;; The variable *DEFCLASS-TIMES* is undefined.
;; The compiler will assume this variable is a global.
End of Pass 1.  
;; Note: Tail-recursive call of COLLECT-FORMS was replaced by iteration.
End of Pass 2.  
OPTIMIZE levels: Safety=0 (No runtime error checking), Space=0, Speed=3
Finished compiling /hf/humanist/u1/rolfl/local/lib/pcl/defclass.o.
Loading binary of DEFCLASS...
Compiling DEFS...
Compiling /hf/humanist/u1/rolfl/src/pcl/defs.lsp.
; (DEFUN DO-SATISFIES-DEFTYPE ...) is being compiled.
;; Warning: The variable EXPAND-FN is not used.
End of Pass 1.  
;; Note: Tail-recursive call of *TYPEP was replaced by iteration.
End of Pass 2.  
OPTIMIZE levels: Safety=0 (No runtime error checking), Space=0, Speed=3
Finished compiling /hf/humanist/u1/rolfl/local/lib/pcl/defs.o.
Loading binary of DEFS...grow failed because stack limit exceeded, pid 3433, proc saved_kcl
ts = 0x158, ds = 0x727, ss = 0x80
grow failed because stack limit exceeded, pid 3433, proc saved_kcl
ts = 0x158, ds = 0x727, ss = 0x80
grow failed because stack limit exceeded, pid 3433, proc saved_kcl
ts = 0x158, ds = 0x727, ss = 0x80
sendsig: can't grow stack, pid 3433, proc saved_kcl
grow failed because stack limit exceeded, pid 3433, proc saved_kcl
ts = 0x158, ds = 0x727, ss = 0x80
/local/bin/kcl: 3433 Illegal instruction - core dumped
/hf/humanist/u1/rolfl humanist-2> exit
script done on Mon Oct  1 15:44:01 1990