[Openmcl-devel] Error: Unbound variable: #<error printing #<Recursive printing error #x30004001574E> #x30004045A3EE>

Gary Byers gb at clozure.com
Fri Aug 1 16:31:39 PDT 2008


Mea culpa; I'd left a reference to an unbound variable in a function
used to print symbol pnames in mixed/lowercase.  Reporting that that
symbol was unbound tried to print the symbol name in mixed/lowercase,
and ran into the unbound variable (over and over again ...).

Should be fixed now.



On Fri, 1 Aug 2008, Thom Goodsell wrote:

> I'm getting this when I try to start slime, using cvs slime and svn
> ccl. I'm completely baffled as to what's going on, or even where to
> look. Has anyone seen something similar, or do you have any ideas of
> where to look?
>
> I've tried various svn versions, back as far as r9082, which was the
> earliest one svn would fetch for me without complaint.
>
> The problem happens when slime tries to open the connection (i.e.,
> after swank has started a server).
>
> The *inferior-lisp* output is below.
>
> Thanks for any ideas.
>
> Thom
>
>
> (progn (load "/Users/tgoodsell/Library/Application Support/Emacs/site-
> lisp/slime/swank-loader.lisp" :verbose t) (funcall (read-from-string
> "swank-loader:init")) (funcall (read-from-string "swank:start-server")
> "/var/folders/KP/KP1ZOAS0HuyY8QTUt0E4QU+++TI/-Tmp-/slime.
> 17583" :coding-system "utf-8-unix"))
>
> Welcome to Clozure Common Lisp Version 1.2-r9090-RC1  (DarwinX8664)!
> ? ;Loading #P"/Users/tgoodsell/Library/Application Support/Emacs/site-
> lisp/slime/swank-loader.lisp"...
> ;Loading #P"/Users/tgoodsell/.slime/fasl/2008-07-27/openmcl-
> version_1.2-r9090-rc1__(darwinx8664)-darwin-x86-64/swank-
> backend.dx64fsl"...
> ;Loading #P"/Users/tgoodsell/.slime/fasl/2008-07-27/openmcl-
> version_1.2-r9090-rc1__(darwinx8664)-darwin-x86-64/metering.dx64fsl"...
> ;Loading #P"/Users/tgoodsell/.slime/fasl/2008-07-27/openmcl-
> version_1.2-r9090-rc1__(darwinx8664)-darwin-x86-64/swank-
> openmcl.dx64fsl"...
> ;Loading #P"/Users/tgoodsell/.slime/fasl/2008-07-27/openmcl-
> version_1.2-r9090-rc1__(darwinx8664)-darwin-x86-64/swank-
> gray.dx64fsl"...
> ;Loading #P"/Users/tgoodsell/.slime/fasl/2008-07-27/openmcl-
> version_1.2-r9090-rc1__(darwinx8664)-darwin-x86-64/swank.dx64fsl"...
> ; Warning: These Swank interfaces are unimplemented:
> ;           (ACTIVATE-STEPPING ADD-FD-HANDLER ADD-SIGIO-HANDLER CALLS-
> WHO FIND-SOURCE-LOCATION MACROEXPAND-ALL REMOVE-FD-HANDLERS REMOVE-
> SIGIO-HANDLERS RESTART-FRAME RETURN-FROM-FRAME SLDB-BREAK-AT-START
> SLDB-BREAK-ON-RETURN SLDB-STEP-INTO SLDB-STEP-NEXT SLDB-STEP-OUT)
> ; While executing: SWANK-BACKEND::WARN-UNIMPLEMENTED-INTERFACES, in
> process listener(1).
> ;; Swank started at port: 51631.
> 51631
> ?
> ;; swank:close-connection: Unbound variable:
> > Error: Unbound variable: #<error printing #<Recursive printing
> error  #x30004001574E> #x30004045A3EE>
> > While executing: #<error printing #<Recursive printing error
> #x30004001574E> #x30004045AE1E>, in process control-thread(3).
>
>
> ;;;
> ;;; #<
> > Error: Unbound variable: #<error printing #<Recursive printing
> error  #x30004001574E> #x30004045A3EE>
> > While executing: #<error printing #<Recursive printing error
> #x30004001574E> #x30004045AE1E>, in process control-thread(3).
>
>
> ;;;
> ;;; #<
> > Error: Unbound variable: #<error printing #<Recursive printing
> error  #x30004001574E> #x30004045A3EE>
> > While executing: #<error printing #<Recursive printing error
> #x30004001574E> #x30004045AE1E>, in process control-thread(3).
>
> [[ ... repeated numerous times until ... ]]
>
> ;;;
> ;;; #<
> > Error: Unbound variable: #<error printing #<Recursive printing
> error  #x30004001574E> #x30004045A3EE>
> > While executing: #<error printing #<Recursive printing error
> #x30004001574E> #x30004045AE1E>, in process control-thread(3).
>
>
> ;;;
> ;;; #<
> > Error: Stack overflow on value stack.
> > While executing: #<error printing #<Recursive printing error
> #x30004001574E> #x3000400BC07E>, in process control-thread(3).
>
>
> ;;;
> ;;; #<#<error printing #<Recursive printing error  #x30004001574E>
> #x30004007A5DE> control-thread(3) [Active] #x300040EA256D> requires
> access to Shared Terminal Input
> ;;;
> _______________________________________________
> Openmcl-devel mailing list
> Openmcl-devel at clozure.com
> http://clozure.com/mailman/listinfo/openmcl-devel
>
>



More information about the Openmcl-devel mailing list