[Openmcl-devel] Restart strangeness

Will will at glozer.net
Tue Jun 22 15:59:51 PDT 2004


Hello,

Today someone reported problems with restarts and SLIME on freenode's #lisp,
but it actually looks like a problem with OpenMCL itself.  

will:~/temp will$ openmcl
Welcome to OpenMCL Version (Beta: Darwin) 0.14.2-p1!
? (foo)
> Error in process listener(1): Undefined function FOO called with arguments () .
> While executing: "Unknown"
> Type :GO to continue, :POP to abort.
> If continued: Retry applying FOO to NIL.
Type :? for other options.
1 > :r
0. Return to break level 1.
1. #<RESTART ABORT-BREAK #x4B8856>
2. Retry applying FOO to NIL.
3. Apply specified function to NIL this time.
4. Specify a function to use as the definition of FOO.
5. Return to toplevel.
6. #<RESTART ABORT-BREAK #x4B8CCE>
7. #<RESTART ABORT-BREAK #x4B8E06>
8. #<RESTART ABORT #x4B8E2E>
1 > (:c 8)

At this point OpenMCL just hangs until interrupted with ^C

^CInvoking restart: #<RESTART ABORT #x4B8E2E>
> Break: 
> While executing: #<Anonymous Function #x612CEFE>
> Type :GO to continue, :POP to abort.
> If continued: Return from BREAK.
Type :? for other options.
1 > :b
(BFFFFB70) : 0 "Anonymous Function #x612CEFE" 120
(BFFFFB90) : 1 "CCL::HOUSEKEEPING" 116
(BFFFFBA0) : 2 "Anonymous Function #x60F8DBE" 312
1 > 

The same thing happens for restart 7 too.

Regards,
Will



More information about the Openmcl-devel mailing list