[Openmcl-devel] Inspector bug in 0.14.2-p1?

Gary Byers gb at clozure.com
Wed Jan 19 13:59:00 PST 2005



--On Wednesday, January 19, 2005 1:30 PM -0800 George Khouri 
<gk1 at four-four.com> wrote:

> I just installed a clean copy of OpenMCL 0.14.2-p1 tarball.
> I get an inspector/listener error when I try to inspect anything. Session
> from terminal follows. OSX 10.3.5. This error doesn't happen under
> 0.14.1-p1. I couldn't find any references to this problem searching the
> archives. I haven't tried to build the latest from source. Can anyone
> help? Thanks,
> George Khouri
>
> [prez:~/lisp/ccl] gkhouri% openmcl
> Welcome to OpenMCL Version (Beta: Darwin) 0.14.2-p1!
> ? (inspect '(1 2 3))
> [0]     (1 2 3)
> [1]     Type: CONS
> [2]     Class: #<BUILT-IN-CLASS CONS>
>         Normal List
> [4]     Length: 3
> [5]     0: 1
> [6]     1: 2
> [7]     2: 3
>> Error in process listener(1): Too many arguments in function call: 1
>> provided, at most 0 accepted.  While executing: #<Anonymous Function
>> #x6309F3E>
>> Type :POP to abort.
> Type :? for other options.
> 1 > :b
> (F0135B60) : 0 "Anonymous Function #x6309F3E" 0
> (F0135B60) : 1 "CCL::TOPLEVEL-READ" 180
> (F0135B60) : 2 NIL NIL
> (F0135B70) : 3 "CCL::READ-LOOP" 684
> (F0135BB0) : 4 NIL NIL
> (F0135BC0) : 5 "#<CCL::STANDARD-KERNEL-METHOD INSPECTOR::UI-INTERACT
> (INSPECTOR::INSPECTOR-TTY-UI)>" 388 (F0135BF0) : 6
> "#<CCL::STANDARD-KERNEL-METHOD INSPECTOR::INSPECTOR-UI-INSPECT
> (INSPECTOR::INSPECTOR-UI)>" 80 (F0135C00) : 7 NIL NIL
> (F0135C10) : 8 "INSPECT" 100
> (F0135C20) : 9 NIL NIL
> (F0135C30) : 10 "CCL::CALL-CHECK-REGS" 72
> (F0135C40) : 11 NIL NIL
> (F0135C50) : 12 "CCL::TOPLEVEL-EVAL" 152
> (F0135C60) : 13 "CCL::READ-LOOP" 844
> (F0135CA0) : 14 "TOPLEVEL-LOOP" 44
> (F0135CC0) : 15 "Anonymous Function #x60F8B36" 68
> (F0135CD0) : 16 NIL NIL
> (F0135CE0) : 17 "Anonymous Function #x613F64E" 592
> (F0135D00) : 18 "CCL::RUN-PROCESS-INITIAL-FORM" 400
> (F0135D30) : 19 NIL NIL
> (F0135D40) : 20 "Anonymous Function #x6101D3E" 152
> (F0135D60) : 21 "Anonymous Function #x60F491E" 172
> 1 >
>

The function used to print the inspector's prompt should accept a STREAM 
argument, but didn't:

 <http://clozure.com/cgi-bin/viewcvs.cgi/ccl/lib/describe.lisp.diff?r2=1.7&
r1=1.6&diff_format=u>







More information about the Openmcl-devel mailing list