[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Victoria Day PCL in Lucid 2.1
- To: commonloops.pa@Xerox.COM
- Subject: Victoria Day PCL in Lucid 2.1
- From: Rick.Busdiecker@H.GP.CS.CMU.EDU
- Date: Fri, 06 Oct 89 13:44:32 EDT
- Cc: busdiecker%cgi.com@relay.cs.net
- Redistributed: commonloops.pa
I have been unable to compile the PCL whose *pcl-system-date* is
"5/22/89 Victoria Day PCL" in Lucid, Inc.'s Lucid Common Lisp 2.1. I
tried to continue from the continuable errors. The first such error
was that the LUCID symbol %LOGAND& didn't exist. Later errors could
only be continued by disabling garbage collection which eventually
resulted in lisp running out of memory.
Rick
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
;;; Lucid Common Lisp, Development Environment Version 2.1, 6 December 1987
;;;
;;; Copyright (C) 1987 by Lucid, Inc. All Rights Reserved
;;;
;;; This software product contains confidential and trade secret
information
;;; belonging to Lucid, Inc. It may not be copied for any reason other
than
;;; for archival and backup purposes.
;;; Loading source file "/usrh2/rfb/lisp-init.lisp"
> (load "/usrh2/rfb/lisp/pcl/source/defsys.lisp")
;;; Loading source file "/usrh2/rfb/lisp/pcl/source/defsys.lisp"
#P"/usrh2/rfb/lisp/pcl/source/defsys.lisp"
> (pcl::compile-pcl)
Compiling Pkg...
;;; Reading source file "/usrh2/rfb/lisp/pcl/source/pkg.lisp"
;;; Writing binary file "pkg.vbin"
Loading binary of Pkg...
Compiling Walk...
;;; Reading source file "/usrh2/rfb/lisp/pcl/source/walk.lisp"
;;; Expanding Dynamic Memory
;;; GC: 116320 words [465280 bytes] of dynamic storage in use.
;;; 341406 words [1365624 bytes] of free storage available before a GC.
;;; 799132 words [3196528 bytes] of free storage available if GC is
disabled.
;;; Writing binary file "walk.vbin"
Loading binary of Walk...
;;; Expanding Reserved Memory
;;; GC: 73596 words [294384 bytes] of dynamic storage in use.
;;; 384130 words [1536520 bytes] of free storage available before a GC.
;;; 841856 words [3367424 bytes] of free storage available if GC is
disabled.
;;; GC: 73596 words [294384 bytes] of dynamic storage in use.
;;; 384130 words [1536520 bytes] of free storage available before a GC.
;;; 841856 words [3367424 bytes] of free storage available if GC is
disabled.
Compiling Iterate...
;;; Reading source file "/usrh2/rfb/lisp/pcl/source/iterate.lisp"
;;; Writing binary file "iterate.vbin"
Loading binary of Iterate...
Compiling Macros...
;;; Reading source file "/usrh2/rfb/lisp/pcl/source/macros.lisp"
;;; GC: 93598 words [374392 bytes] of dynamic storage in use.
;;; 364128 words [1456512 bytes] of free storage available before a GC.
;;; 821854 words [3287416 bytes] of free storage available if GC is
disabled.
;;; Writing binary file "macros.vbin"
;;; While compiling toplevel forms
;;; Warning: The following function is not known to be defined:
;;; CLASS-WRAPPER was referenced by FIND-WRAPPER
Loading binary of Macros...
Compiling Low...
;;; Reading source file "/usrh2/rfb/lisp/pcl/source/low.lisp"
;;; Expanding Reserved Memory
;;; GC: 121156 words [484624 bytes] of dynamic storage in use.
;;; 336570 words [1346280 bytes] of free storage available before a GC.
;;; 794296 words [3177184 bytes] of free storage available if GC is
disabled.
;;; Writing binary file "low.vbin"
;;; Warning: The following function is not known to be defined:
;;; CLASS-WRAPPER was referenced by BUILT-IN-WRAPPER-OF
Loading binary of Low...
Compiling Lucid-Low...
;;; Reading source file "/usrh2/rfb/lisp/pcl/source/lucid-low.lisp"
>>Error: "%LOGAND&": Specified LUCID symbol is missing.
LUCID:IMPORT-FROM-LUCID-PKG:
:A Abort to Lisp Top Level
:C Intern (and export) it right now!
-> :c
Intern (and export) it right now!
;;; Warning: Redefining macro %LOGAND which used to be defined in file
/usrh2/rfb/lisp/pcl/source/low.lisp
;;; Warning: Redefining macro %ASH which used to be defined in file
/usrh2/rfb/lisp/pcl/source/low.lisp
;;; Warning: Redefining macro MAKE-MEMORY-BLOCK which used to be defined in
file /usrh2/rfb/lisp/pcl/source/low.lisp
;;; Warning: Redefining macro OBJECT-CACHE-NO which used to be defined in
file /usrh2/rfb/lisp/pcl/source/low.lisp
;;; Writing binary file "lucid-low.vbin"
Loading binary of Lucid-Low...
;;; Warning: function Logand&-Variable defined more than once in file
/usrh2/rfb/lisp/pcl/source/lucid-low.lisp
;;; Warning: Redefining function SET-FUNCTION-NAME-1 which used to be
defined in file /usrh2/rfb/lisp/pcl/source/low.lisp
;;; Warning: Redefining function PRINTING-RANDOM-THING-INTERNAL which used
to be defined in file /usrh2/rfb/lisp/pcl/source/macros.lisp
Compiling Fin...
;;; Reading source file "/usrh2/rfb/lisp/pcl/source/fin.lisp"
;;; Writing binary file "fin.vbin"
Loading binary of Fin...
Compiling Defs...
;;; Reading source file "/usrh2/rfb/lisp/pcl/source/defs.lisp"
;;; While compiling toplevel forms
;;; Warning: Go to unknown tag #:G9601
;;; Warning: Go to unknown tag #:G9601
>>Error: Package "LUCID-COMMON-LISP" not found.
READ:
Optional arg 0 (STREAM): #<Stream SYSTEM:BUFFERED-STREAM 89BBF3>
Optional arg 1 (EOF-ERROR-P): NIL
Optional arg 2 (EOF-VALUE): #<Stream SYSTEM:BUFFERED-STREAM 89BBF3>
Optional arg 3 (RECURSIVE-P): NIL
:A Abort to Lisp Top Level
:C Use the default package instead
-> :c
Use the default package instead
;;; GC: 121492 words [485968 bytes] of dynamic storage in use.
;;; 336234 words [1344936 bytes] of free storage available before a GC.
;;; 793960 words [3175840 bytes] of free storage available if GC is
disabled.
;;; Writing binary file "defs.vbin"
;;; Warning: The following functions are not known to be defined:
;;; CLASS-PRECEDENCE-LIST was referenced by SUB-SPECIALIZER-P
;;; CLASS-OF was referenced by SUB-SPECIALIZER-P
Loading binary of Defs...
Compiling Boot...
;;; Reading source file "/usrh2/rfb/lisp/pcl/source/boot.lisp"
;;; Expanding Reserved Memory
;;; GC: 121462 words [485848 bytes] of dynamic storage in use.
;;; 336264 words [1345056 bytes] of free storage available before a GC.
;;; 793990 words [3175960 bytes] of free storage available if GC is
disabled.
>>Error: Package "LUCID-COMMON-LISP" not found.
READ:
Optional arg 0 (STREAM): #<Stream SYSTEM:BUFFERED-STREAM 7CE6AB>
Optional arg 1 (EOF-ERROR-P): NIL
Optional arg 2 (EOF-VALUE): #<Stream SYSTEM:BUFFERED-STREAM 7CE6AB>
Optional arg 3 (RECURSIVE-P): NIL
:A Abort to Lisp Top Level
:C Use the default package instead
-> :c
Use the default package instead
>>Error: Reading PCL:*REDEFINITION-ACTION*, but the symbol isn't external..
READ:
Optional arg 0 (STREAM): #<Stream SYSTEM:BUFFERED-STREAM 7CE6AB>
Optional arg 1 (EOF-ERROR-P): NIL
Optional arg 2 (EOF-VALUE): #<Stream SYSTEM:BUFFERED-STREAM 7CE6AB>
Optional arg 3 (RECURSIVE-P): NIL
:A Abort to Lisp Top Level
:C Accept the internal symbol.
-> :c
Accept the internal symbol.
;;; Writing binary file "boot.vbin"
;;; Warning: The following functions are not known to be defined:
;;; GENERIC-FUNCTION-P was referenced by METHOD-PROTOTYPE-FOR-GF
;;; CLASS-PROTOTYPE was referenced by METHOD-PROTOTYPE-FOR-GF
;;; GENERIC-FUNCTION-METHOD-CLASS was referenced by
;;; METHOD-PROTOTYPE-FOR-GF
;;; CLASS-NAME was referenced by EXPAND-DEFMETHOD,
;;; LOAD-DEFMETHOD-INTERNAL, EARLY-MAKE-A-METHOD,
;;; UNPARSE-SPECIALIZERS
;;; CLASS-OF was referenced by EXPAND-DEFMETHOD,
;;; LOAD-DEFMETHOD-INTERNAL, EARLY-GET-CPL
;;; CAN-OPTIMIZE-ACCESS was referenced by EXPAND-DEFMETHOD-INTERNAL
;;; OPTIMIZE-SLOT-VALUE was referenced by EXPAND-DEFMETHOD-INTERNAL
;;; OPTIMIZE-SET-SLOT-VALUE was referenced by EXPAND-DEFMETHOD-INTERNAL
;;; OPTIMIZE-STANDARD-INSTANCE-ACCESS was referenced by
;;; EXPAND-DEFMETHOD-INTERNAL
;;; SORT-SLOTS-INTO-ISL was referenced by EXPAND-DEFMETHOD-INTERNAL
;;; ADD-PV-BINDING was referenced by EXPAND-DEFMETHOD-INTERNAL
;;; INTERN-SLOT-LISTS was referenced by LOAD-DEFMETHOD-INTERNAL
;;; ADD-NAMED-METHOD was referenced by LOAD-DEFMETHOD-INTERNAL
;;; MAKE-INSTANCE was referenced by REAL-ENSURE-GF-INTERNAL,
;;; REAL-MAKE-A-METHOD, FIX-EARLY-GENERIC-FUNCTIONS
;;; MAKE-A-METHOD was referenced by EARLY-ADD-NAMED-METHOD,
;;; FIX-EARLY-GENERIC-FUNCTIONS
;;; REAL-GET-METHOD was referenced by GET-METHOD
;;; BOOTSTRAP-GET-SLOT was referenced by EARLY-GET-CPL
;;; ALLOCATE-INSTANCE was referenced by FIX-EARLY-GENERIC-FUNCTIONS
;;; CLASS-WRAPPER was referenced by FIX-EARLY-GENERIC-FUNCTIONS
;;; CLASS-NO-OF-INSTANCE-SLOTS was referenced by
;;; FIX-EARLY-GENERIC-FUNCTIONS
;;; INITIALIZE-INSTANCE was referenced by FIX-EARLY-GENERIC-FUNCTIONS
;;; REAL-ADD-METHOD was referenced by FIX-EARLY-GENERIC-FUNCTIONS
;;; SET-SLOT-VALUE was referenced by FIX-EARLY-GENERIC-FUNCTIONS
;;; |SETF GENERIC-FUNCTION-NAME| was referenced by
;;; FIX-EARLY-GENERIC-FUNCTIONS
;;; CLASSP was referenced by UNPARSE-SPECIALIZERS
;;; METHOD-TYPE-SPECIFIERS was referenced by UNPARSE-SPECIALIZERS,
;;; PARSE-METHOD-OR-SPEC
;;; METHOD-P was referenced by PARSE-METHOD-OR-SPEC
;;; METHOD-GENERIC-FUNCTION was referenced by PARSE-METHOD-OR-SPEC
;;; GENERIC-FUNCTION-NAME was referenced by PARSE-METHOD-OR-SPEC
;;; METHOD-QUALIFIERS was referenced by PARSE-METHOD-OR-SPEC
;;; COMPUTE-DISCRIMINATING-FUNCTION-ARGLIST-INFO was referenced by
;;; PARSE-METHOD-OR-SPEC
Loading binary of Boot...
Compiling Vector...
;;; Reading source file "/usrh2/rfb/lisp/pcl/source/vector.lisp"
;;; GC: 121262 words [485048 bytes] of dynamic storage in use.
;;; 336464 words [1345856 bytes] of free storage available before a GC.
;;; 794190 words [3176760 bytes] of free storage available if GC is
disabled.
;;; Writing binary file "vector.vbin"
;;; Warning: The following functions are not known to be defined:
;;; WRAPPER-OF was referenced by COMPUTE-WRAPPER-CACHE-LOCATION-1
;;; OBSOLETE-INSTANCE-TRAP was referenced by
;;; COMPUTE-WRAPPER-CACHE-LOCATION-1,
;;; COMPUTE-WRAPPER-CACHE-LOCATION-2, LOOKUP-PV-1, LOOKUP-PV-2,
;;; LOOKUP-PV-3, LOOKUP-PV-N
;;; CLASS-WRAPPER was referenced by toplevel forms
;;; CLASS-OF was referenced by PV-ACCESS-TRAP
;;; |SETF SLOT-VALUE-USING-CLASS| was referenced by PV-ACCESS-TRAP
;;; SLOT-VALUE-USING-CLASS was referenced by PV-ACCESS-TRAP
Loading binary of Vector...
Compiling Slots...
;;; Reading source file "/usrh2/rfb/lisp/pcl/source/slots.lisp"
;;; Expanding Reserved Memory
;;; GC: 149560 words [598240 bytes] of dynamic storage in use.
;;; 308166 words [1232664 bytes] of free storage available before a GC.
;;; 765892 words [3063568 bytes] of free storage available if GC is
disabled.
;;; Writing binary file "slots.vbin"
;;; Warning: The following functions are not known to be defined:
;;; CLASS-WRAPPER was referenced by toplevel forms
;;; CLASS-PROTOTYPE was referenced by toplevel forms
;;; CLASS-OF was referenced by GET-SLOT-VALUE-CACHE-MISS,
;;; SET-SLOT-VALUE-CACHE-MISS, SLOT-VALUE, SET-SLOT-VALUE,
;;; SLOT-BOUNDP, SLOT-MAKUNBOUND, SLOT-EXISTS-P, SUB-CLASS-P
;;; MAKE-INSTANCE was referenced by toplevel forms
;;; SLOTD-NAME was referenced by toplevel forms
;;; SLOTD-KEYWORD was referenced by toplevel forms
;;; SLOTD-INITFORM was referenced by toplevel forms
;;; SLOTD-READERS was referenced by toplevel forms
;;; SLOTD-WRITERS was referenced by toplevel forms
;;; SLOTD-ALLOCATION was referenced by toplevel forms
;;; SLOTD-TYPE was referenced by toplevel forms
;;; CLASS-SLOTS was referenced by toplevel forms
;;; CLASSP was referenced by SUBCLASSP
;;; CLASS-CLASS-PRECEDENCE-LIST was referenced by SUBCLASSP
;;; CLASS-PRECEDENCE-LIST was referenced by SUB-CLASS-P
;;; CLASS-NO-OF-INSTANCE-SLOTS was referenced by toplevel forms
Loading binary of Slots...
Compiling Init...
;;; Reading source file "/usrh2/rfb/lisp/pcl/source/init.lisp"
;;; Writing binary file "init.vbin"
;;; Warning: The following functions are not known to be defined:
;;; CLASS-PROTOTYPE was referenced by toplevel forms
;;; CLASS-ALL-DEFAULT-INITARGS was referenced by toplevel forms
;;; CLASS-OF was referenced by toplevel forms
;;; CLASS-SLOTS was referenced by toplevel forms
;;; SLOTD-NAME was referenced by toplevel forms
;;; SLOTD-ALLOCATION was referenced by toplevel forms
;;; SLOTD-INITARGS was referenced by toplevel forms
;;; SLOTD-INITFUNCTION was referenced by toplevel forms
Loading binary of Init...
Compiling Defclass...
;;; Reading source file "/usrh2/rfb/lisp/pcl/source/defclass.lisp"
;;; Writing binary file "defclass.vbin"
;;; Warning: The following functions are not known to be defined:
;;; CLASS-PROTOTYPE was referenced by DEFCLASS, LOAD-DEFCLASS
;;; CLASS-NAME was referenced by toplevel forms
;;; CLASS-OF was referenced by toplevel forms
;;; CLASS-FOR-REDEFINITION was referenced by toplevel forms
;;; |SETF CLASS-NAME| was referenced by toplevel forms
;;; CLASS-LOCAL-SUPERS was referenced by toplevel forms
;;; CLASS-FORWARD-REFERENCED-SUPERS was referenced by toplevel forms
;;; CLASSP was referenced by toplevel forms
;;; |SETF CLASS-LOCAL-SUPERS| was referenced by toplevel forms
;;; CHECK-SUPER-METACLASS-COMPATIBILITY was referenced by
;;; toplevel forms
;;; CLASS-DIRECT-SUBCLASSES was referenced by toplevel forms
;;; |SETF CLASS-DIRECT-SUBCLASSES| was referenced by toplevel forms
;;; FORWARD-REFERENCED-CLASS-P was referenced by toplevel forms
;;; |SETF CLASS-FORWARD-REFERENCED-SUPERS| was referenced by
;;; toplevel forms
;;; |SETF CLASS-OPTIONS| was referenced by toplevel forms
;;; |SETF CLASS-LOCAL-SLOTS| was referenced by toplevel forms
;;; CLASS-OPTIONS was referenced by toplevel forms
;;; SLOTD-NAME was referenced by MERGE-ACCESSOR/READER-PREFIXES,
;;; toplevel forms
;;; SLOTD-READERS was referenced by MERGE-ACCESSOR/READER-PREFIXES
;;; |SETF SLOTD-READERS| was referenced by
;;; MERGE-ACCESSOR/READER-PREFIXES
;;; SLOTD-WRITERS was referenced by MERGE-ACCESSOR/READER-PREFIXES
;;; |SETF SLOTD-WRITERS| was referenced by
;;; MERGE-ACCESSOR/READER-PREFIXES
;;; CLASS-PRECEDENCE-LIST was referenced by toplevel forms
Loading binary of Defclass...
Compiling Std-Class...
;;; GC: 126310 words [505240 bytes] of dynamic storage in use.
;;; 331416 words [1325664 bytes] of free storage available before a GC.
;;; 789142 words [3156568 bytes] of free storage available if GC is
disabled.
;;; Reading source file "/usrh2/rfb/lisp/pcl/source/std-class.lisp"
;;; Expanding Reserved Memory
;;; GC: 169512 words [678048 bytes] of dynamic storage in use.
;;; 288214 words [1152856 bytes] of free storage available before a GC.
;;; 745940 words [2983760 bytes] of free storage available if GC is
disabled.
;;; While compiling NAMED-OBJECT-PRINT-FUNCTION
;;; Warning: Misplaced declaration: (IGNORE DEPTH)
;;; Writing binary file "std-class.vbin"
;;; Warning: The following functions are not known to be defined:
;;; METHOD-GENERIC-FUNCTION was referenced by toplevel forms
;;; CLASS-PRECEDENCE-LIST was referenced by toplevel forms,
;;; UPDATE-SLOTS--CLASS
;;; |SETF CLASS-PRECEDENCE-LIST| was referenced by toplevel forms
;;; CLEAR-PRECEDENCE-DAG-CACHE was referenced by toplevel forms
;;; CLASS-DIRECT-SUBCLASSES was referenced by toplevel forms
;;; CLASS-FORWARD-REFERENCED-SUPERS was referenced by toplevel forms
;;; |SETF CLASS-FORWARD-REFERENCED-SUPERS| was referenced by
;;; toplevel forms
;;; |SETF CLASS-ALL-DEFAULT-INITARGS| was referenced by toplevel forms
;;; METHOD-TYPE-SPECIFIERS was referenced by toplevel forms
;;; CLASS-CONSTRUCTORS was referenced by toplevel forms
;;; INSTALL-LAZY-CONSTRUCTOR-INSTALLER was referenced by toplevel forms
;;; CLASS-LOCAL-SLOTS was referenced by UPDATE-SLOTS--CLASS,
;;; toplevel forms
;;; CLASS-OPTIONS was referenced by UPDATE-SLOTS--CLASS
;;; SLOTD-ALLOCATION was referenced by UPDATE-SLOTS--CLASS,
;;; toplevel forms
;;; CLASS-WRAPPER was referenced by UPDATE-SLOTS--CLASS, toplevel forms
;;; |SETF CLASS-WRAPPER| was referenced by UPDATE-SLOTS--CLASS,
;;; toplevel forms
;;; |SETF CLASS-NO-OF-INSTANCE-SLOTS| was referenced by
;;; UPDATE-SLOTS--CLASS
;;; |SETF CLASS-SLOTS| was referenced by UPDATE-SLOTS--CLASS
;;; SLOTD-NAME was referenced by UPDATE-SLOTS--CLASS,
;;; UPDATE-SLOT-ACCESSORS--CLASS-1, toplevel forms
;;; SLOTD-INITFUNCTION was referenced by UPDATE-SLOTS--CLASS,
;;; toplevel forms
;;; CLASS-SLOTS was referenced by UPDATE-SLOT-ACCESSORS--CLASS
;;; SLOTD-TYPE was referenced by UPDATE-SLOT-ACCESSORS--CLASS-1,
;;; toplevel forms
;;; SLOTD-READERS was referenced by UPDATE-SLOT-ACCESSORS--CLASS-1,
;;; toplevel forms
;;; SLOTD-WRITERS was referenced by UPDATE-SLOT-ACCESSORS--CLASS-1,
;;; toplevel forms
;;; INVALIDATE-GENERIC-FUNCTION was referenced by toplevel forms
;;; SLOTD-KEYWORD was referenced by toplevel forms
;;; SLOTD-INITFORM was referenced by toplevel forms
;;; SLOTD-INITARGS was referenced by toplevel forms
;;; CLASS-NAME was referenced by
;;; #:CLASS-PRECEDENCE-DESCRIPTION-PRINT-FUNCTION, CPL-ERROR,
;;; CPL-FORWARD-REFERENCED-CLASS-ERROR, FORMAT-CYCLE-REASONS,
;;; NAMED-OBJECT-PRINT-FUNCTION
;;; CLASS-LOCAL-SUPERS was referenced by COMPUTE-STD-CPL,
;;; COMPUTE-STD-CPL-PHASE-1, COMPUTE-STD-CPL-PHASE-3,
;;; FIND-SUPERCLASS-CHAIN
;;; CLASS-OF was referenced by toplevel forms,
;;; NAMED-OBJECT-PRINT-FUNCTION
;;; CLASS-CLASS-PRECEDENCE-LIST was referenced by CLASSP,
;;; FORWARD-REFERENCED-CLASS-P
Loading binary of Std-Class...
Compiling Points...
;;; Reading source file "/usrh2/rfb/lisp/pcl/source/points.lisp"
;;; GC: 183376 words [733504 bytes] of dynamic storage in use.
;;; 274350 words [1097400 bytes] of free storage available before a GC.
;;; 732076 words [2928304 bytes] of free storage available if GC is
disabled.
;;; Expanding Reserved Memory
;;; GC: 179502 words [718008 bytes] of dynamic storage in use.
;;; 278224 words [1112896 bytes] of free storage available before a GC.
;;; 735950 words [2943800 bytes] of free storage available if GC is
disabled.
;;; GC: 278062 words [1112248 bytes] of dynamic storage in use.
;;; 179664 words [718656 bytes] of free storage available before a GC.
;;; 637390 words [2549560 bytes] of free storage available if GC is
disabled.
;;; GC: 284698 words [1138792 bytes] of dynamic storage in use.
;;; 173028 words [692112 bytes] of free storage available before a GC.
;;; 630754 words [2523016 bytes] of free storage available if GC is
disabled.
;;; Writing binary file "points.vbin"
;;; Warning: The following functions are not known to be defined:
;;; GENERIC-FUNCTION-METHODS was referenced by
;;; COMPUTE-COMBINATION-POINTS
;;; METHOD-TYPE-SPECIFIERS was referenced by COMPUTE-COMBINATION-POINTS
;;; CLASS-OF was referenced by COMPUTE-COLUMN-SPECIALIZERS
;;; CLASS-PRECEDENCE-LIST was referenced by
;;; ADJUST-POINTS-FOR-EQL-METHODS, COMPUTE-PRECEDENCE-DAG,
;;; COMPUTE-PRECEDENCE-DAG-PASS-1, COMPUTE-PRECEDENCE-DAG-PASS-2
;;; CLASS-LOCAL-SUPERS was referenced by COMPUTE-PRECEDENCE-DAG-PASS-1
;;; CLASS-DIRECT-SUBCLASSES was referenced by
;;; COMPUTE-PRECEDENCE-DAG-PASS-1
Loading binary of Points...
Compiling Braid1...
;;; Reading source file "/usrh2/rfb/lisp/pcl/source/braid1.lisp"
;;; GC: 173108 words [692432 bytes] of dynamic storage in use.
;;; 284618 words [1138472 bytes] of free storage available before a GC.
;;; 742344 words [2969376 bytes] of free storage available if GC is
disabled.
;;; Writing binary file "braid1.vbin"
;;; Warning: The following function is not known to be defined:
;;; CLASS-NAME was referenced by toplevel forms
Loading binary of Braid1...
Compiling Fsc...
;;; Reading source file "/usrh2/rfb/lisp/pcl/source/fsc.lisp"
;;; Writing binary file "fsc.vbin"
Loading binary of Fsc...
Compiling Methods...
;;; Expanding Reserved Memory
;;; GC: 164812 words [659248 bytes] of dynamic storage in use.
;;; 292914 words [1171656 bytes] of free storage available before a GC.
;;; 750640 words [3002560 bytes] of free storage available if GC is
disabled.
;;; GC: 164812 words [659248 bytes] of dynamic storage in use.
;;; 292914 words [1171656 bytes] of free storage available before a GC.
;;; 750640 words [3002560 bytes] of free storage available if GC is
disabled.
;;; GC: 164812 words [659248 bytes] of dynamic storage in use.
;;; 276530 words [1106120 bytes] of free storage available before a GC.
;;; 717872 words [2871488 bytes] of free storage available if GC is
disabled.
;;; Reading source file "/usrh2/rfb/lisp/pcl/source/methods.lisp"
;;; GC: 173384 words [693536 bytes] of dynamic storage in use.
;;; 267958 words [1071832 bytes] of free storage available before a GC.
;;; 709300 words [2837200 bytes] of free storage available if GC is
disabled.
;;; GC: 197008 words [788032 bytes] of dynamic storage in use.
;;; 244334 words [977336 bytes] of free storage available before a GC.
;;; 685676 words [2742704 bytes] of free storage available if GC is
disabled.
;;; Writing binary file "methods.vbin"
;;; Warning: The following functions are not known to be defined:
;;; FLUSH-GENERIC-FUNCTION-CACHES-INTERNAL was referenced by
;;; FLUSH-GENERIC-FUNCTION-CACHES
;;; MAKE-NO-METHODS-DCODE was referenced by
;;; COMPUTE-DISCRIMINATOR-CODE-1
;;; MAKE-DEFAULT-METHOD-ONLY-DCODE was referenced by
;;; COMPUTE-DISCRIMINATOR-CODE-1
;;; MAKE-ALL-STD-CLASS-READERS-DCODE was referenced by
;;; COMPUTE-DISCRIMINATOR-CODE-1
;;; MAKE-ALL-STD-CLASS-WRITERS-DCODE was referenced by
;;; COMPUTE-DISCRIMINATOR-CODE-1
;;; MAKE-CHECKING-DCODE was referenced by COMPUTE-DISCRIMINATOR-CODE-1
;;; MAKE-CACHING-DCODE was referenced by COMPUTE-DISCRIMINATOR-CODE-1
;;; COMPUTE-COMBINED-METHODS was referenced by NOTICE-METHODS-CHANGE-1,
;;; COMPUTE-APPLICABLE-METHODS-INTERNAL
;;; EQL-METHOD-RUNTIME-INTERNAL was referenced by
;;; COMPUTE-APPLICABLE-METHODS-INTERNAL
Loading binary of Methods...
;;; GC: 182398 words [729592 bytes] of dynamic storage in use.
;;; 258944 words [1035776 bytes] of free storage available before a GC.
;;; 700286 words [2801144 bytes] of free storage available if GC is
disabled.
;;; GC: 182984 words [731936 bytes] of dynamic storage in use.
;;; 258358 words [1033432 bytes] of free storage available before a GC.
;;; 699700 words [2798800 bytes] of free storage available if GC is
disabled.
Compiling Combin...
;;; Reading source file "/usrh2/rfb/lisp/pcl/source/combin.lisp"
;;; Writing binary file "combin.vbin"
Loading binary of Combin...
Compiling Dcode...
;;; Reading source file "/usrh2/rfb/lisp/pcl/source/dcode.lisp"
;;; GC: 185836 words [743344 bytes] of dynamic storage in use.
;;; 255506 words [1022024 bytes] of free storage available before a GC.
;;; 696848 words [2787392 bytes] of free storage available if GC is
disabled.
;;; Expanding Reserved Memory
;;; GC: 280882 words [1123528 bytes] of dynamic storage in use.
;;; 160460 words [641840 bytes] of free storage available before a GC.
;;; 601802 words [2407208 bytes] of free storage available if GC is
disabled.
;;; GC: 280882 words [1123528 bytes] of dynamic storage in use.
;;; 160460 words [641840 bytes] of free storage available before a GC.
;;; 601802 words [2407208 bytes] of free storage available if GC is
disabled.
;;; GC: 280882 words [1123528 bytes] of dynamic storage in use.
;;; 144076 words [576304 bytes] of free storage available before a GC.
;;; 569034 words [2276136 bytes] of free storage available if GC is
disabled.
;;; GC: 306812 words [1227248 bytes] of dynamic storage in use.
;;; 118146 words [472584 bytes] of free storage available before a GC.
;;; 543104 words [2172416 bytes] of free storage available if GC is
disabled.
;;; GC: 317046 words [1268184 bytes] of dynamic storage in use.
;;; 107912 words [431648 bytes] of free storage available before a GC.
;;; 532870 words [2131480 bytes] of free storage available if GC is
disabled.
;;; GC: 349816 words [1399264 bytes] of dynamic storage in use.
;;; 75142 words [300568 bytes] of free storage available before a GC.
;;; 500100 words [2000400 bytes] of free storage available if GC is
disabled.
;;; GC: 346080 words [1384320 bytes] of dynamic storage in use.
;;; 78878 words [315512 bytes] of free storage available before a GC.
;;; 503836 words [2015344 bytes] of free storage available if GC is
disabled.
;;; GC: 375456 words [1501824 bytes] of dynamic storage in use.
;;; 49502 words [198008 bytes] of free storage available before a GC.
;;; 474460 words [1897840 bytes] of free storage available if GC is
disabled.
;;; GC: 387178 words [1548712 bytes] of dynamic storage in use.
;;; 37780 words [151120 bytes] of free storage available before a GC.
;;; 462738 words [1850952 bytes] of free storage available if GC is
disabled.
;;; GC: 403962 words [1615848 bytes] of dynamic storage in use.
;;; 20996 words [83984 bytes] of free storage available before a GC.
;;; 445954 words [1783816 bytes] of free storage available if GC is
disabled.
;;; GC: 413954 words [1655816 bytes] of dynamic storage in use.
;;; 11004 words [44016 bytes] of free storage available before a GC.
;;; 435962 words [1743848 bytes] of free storage available if GC is
disabled.
;;; GC: 419348 words [1677392 bytes] of dynamic storage in use.
;;; 5610 words [22440 bytes] of free storage available before a GC.
;;; 430568 words [1722272 bytes] of free storage available if GC is
disabled.
;;; GC: 423046 words [1692184 bytes] of dynamic storage in use.
;;; 1912 words [7648 bytes] of free storage available before a GC.
;;; 426870 words [1707480 bytes] of free storage available if GC is
disabled.
;;; GC: 423390 words [1693560 bytes] of dynamic storage in use.
;;; 1568 words [6272 bytes] of free storage available before a GC.
;;; 426526 words [1706104 bytes] of free storage available if GC is
disabled.
;;; GC: 424096 words [1696384 bytes] of dynamic storage in use.
;;; 862 words [3448 bytes] of free storage available before a GC.
;;; 425820 words [1703280 bytes] of free storage available if GC is
disabled.
;;; GC: 424286 words [1697144 bytes] of dynamic storage in use.
;;; 672 words [2688 bytes] of free storage available before a GC.
;;; 425630 words [1702520 bytes] of free storage available if GC is
disabled.
;;; GC: 424370 words [1697480 bytes] of dynamic storage in use.
;;; 588 words [2352 bytes] of free storage available before a GC.
;;; 425546 words [1702184 bytes] of free storage available if GC is
disabled.
;;; GC: 424352 words [1697408 bytes] of dynamic storage in use.
;;; 606 words [2424 bytes] of free storage available before a GC.
;;; 425564 words [1702256 bytes] of free storage available if GC is
disabled.
;;; GC: 424750 words [1699000 bytes] of dynamic storage in use.
;;; 208 words [832 bytes] of free storage available before a GC.
;;; 425166 words [1700664 bytes] of free storage available if GC is
disabled.
;;; GC: 424942 words [1699768 bytes] of dynamic storage in use.
;;; 16 words [64 bytes] of free storage available before a GC.
;;; 424974 words [1699896 bytes] of free storage available if GC is
disabled.
;;; GC: 424944 words [1699776 bytes] of dynamic storage in use.
;;; 14 words [56 bytes] of free storage available before a GC.
;;; 424972 words [1699888 bytes] of free storage available if GC is
disabled.
;;; GC required to reorganize memory for GC disabling
;;; GC: 424944 words [1699776 bytes] of dynamic storage in use.
;;; 14 words [56 bytes] of free storage available before a GC.
;;; 424972 words [1699888 bytes] of free storage available if GC is
disabled.
>>Error: Not enough storage after GC.
LUCID:COMPILE-FORM:
:A Abort to Lisp Top Level
:C GC will be disabled:
CONSers will use the storage normally reserved
for copying currently allocated dynamic storage.
The next GC might fail.
-> :c
GC will be disabled:
CONSers will use the storage normally reserved
for copying currently allocated dynamic storage.
The next GC might fail.
>>Error: There are 195584 words left and GC is disabled.
LUCID:COMPILE-FORM:
:A Abort to Lisp Top Level
:C GC Will Remain Disabled
-> :c
GC Will Remain Disabled
>>Error: There are 97286 words left and GC is disabled.
LUCID:COMPILE-FORM:
:A Abort to Lisp Top Level
:C GC Will Remain Disabled
-> :C
GC Will Remain Disabled
>>Error: There are 48160 words left and GC is disabled.
(LUCID::DEFLAP-DECODE-OPERAND LUCID::DEFLAP LUCID::VAX):
:A Abort to Lisp Top Level
:C GC Will Remain Disabled
-> :c
GC Will Remain Disabled
>>Error: There are 15362 words left and GC is disabled.
This is the last warning before memory is exhausted.
(LUCID::DEFLAP-MACRO LUCID::SV-SETUP LUCID::VAX):
:A Abort to Lisp Top Level
:C GC Will remain Disabled
-> :c
GC Will remain Disabled
;;; Ran Out of Memory while GC Disabled