Thom Goodsell | 1 Aug 22:45
Gravatar

Error: Unbound variable: #<error printing #<Recursive printing error #x30004001574E> #x30004045A3EE>

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- 
(Continue reading)

Gary Byers | 2 Aug 01:31

Re: Error: Unbound variable: #<error printing #<Recursive printing error #x30004001574E> #x30004045A3EE>

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")
(Continue reading)


Gmane