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

Inspecting PCL objects in Franz.



I can't inspect PCL objects in Franz Allegro CL.

I've searched the PCL mail archives and didn't see anything related 
to the inability to inspect PCL objects in Franz Allegro CL.

Allegro CL: 3.1.13
PCL: Victoria Day (the default PCL supplied with Allegro CL 3.1.13)
Sun 3/60

<cl> (defclass ship () (a b))

NIL 
<cl> (setq b (make-instance 'ship))

#<SHIP 124767061> 
<cl> (inspect b)
Error: Illegal vector object passed to svref: NIL
<cl> :zo
Evaluation stack:

 ->(ERROR "Illegal vector object passed to svref: ~s" NIL)
   (SVREF NIL 3)
   (INSPECT::INSPECT-CTL #<SHIP 124767061>)
   (INSPECT::INSPECT-PUSH #<SHIP 124767061> "(inspect ...)")
   (INSPECT #<SHIP 124767061>)
   (EVAL (INSPECT B))

... more older frames ...

*features* =

(:ERASMUS-SUN :ERASMUS :EW :EW-GOODWILL :X :DEFPACKAGE :EW-CLOS :PCL-VICTORIA :BFS
:BECL :SUNOS4 :SUNOS4.1 :COMPOSER :FAKE-ACTIVE-REGIONS :BIG-ENDIAN :GSGC :M68881
:M68020 :ALLEGRO-V3.1 :FRANZ-INC :EXCL :ALLEGRO :COMMON-LISP :CONFORMING-IEEE :IEEE
:FLAVORS :SUNOS4.0 :SUN :M68K :SUN3 :UNIX :CLOS :PCL :MULTIPROCESSING :CLX :XLIB
:CLX-MIT-R4 :CLX-CL-ERROR LOOP :LOOP :HAS-RCSNOTE :METACOURIER :METACOURIER-1-2
:METAC-1-2 :METAC :CW-X)

Stephen Nicoud
Boeing Advanced Technology Center for the Computer Sciences
Bellevue, WA
snicoud@atc.boeing.com