Hi Nikodemus,<br>
<br>
> Is that all of it? Having a few frames below the FIND-SYMBOL would<br>

> help a lot, since that is where the interesting stuff would be...<br>
<br>
Yes, that was all of it.  I'm using Aquamacs, when I click on the
"more" in the backtrace section a few times it expanded all the items
(0- 13).<br>
<br>
I also included the output above the backtrace below:<br>
<br>
(progn (load
"/Users/afeng/development/lisp/lib/slime/swank-loader.lisp" :verbose t)
(funcall (read-from-string "swank-loader:init")) (funcall
(read-from-string "swank:start-server")
"/var/folders/e9/e9M1sPXTEw4PxU-g+1IHDk+++TI/-Tmp-/slime.9240"
:coding-system "iso-latin-1-unix"))<br>
<br>
This is SBCL 1.0.14, an implementation of ANSI Common Lisp.<br>
More information about SBCL is available at <<a href="http://www.sbcl.org/">http://www.sbcl.org/</a>>.<br>
<br>
SBCL is free software, provided as is, with absolutely no warranty.<br>
It is mostly in the public domain; some portions are provided under<br>
BSD-style licenses.  See the CREDITS and COPYING files in the<br>
distribution for more information.<br>
* <br>
; loading #P"/Users/afeng/development/lisp/lib/slime/swank-loader.lisp"<br>
; loading #P"/Users/afeng/.slime/fasl/2008-05-08/sbcl-1.0.14-darwin-x86/swank-backend.fasl"<br>
; loading #P"/Users/afeng/.slime/fasl/2008-05-08/sbcl-1.0.14-darwin-x86/swank-source-path-parser.fasl"<br>
; loading #P"/Users/afeng/.slime/fasl/2008-05-08/sbcl-1.0.14-darwin-x86/swank-source-file-cache.fasl"<br>
; loading #P"/Users/afeng/.slime/fasl/2008-05-08/sbcl-1.0.14-darwin-x86/swank-sbcl.fasl"<br>
STYLE-WARNING: redefining EMACS-INSPECT (#<BUILT-IN-CLASS T>) in DEFMETHOD<br>
; loading #P"/Users/afeng/.slime/fasl/2008-05-08/sbcl-1.0.14-darwin-x86/swank-gray.fasl"<br>
STYLE-WARNING:<br>
   Implicitly creating new generic function STREAM-READ-CHAR-WILL-HANG-P.<br>
; loading #P"/Users/afeng/.slime/fasl/2008-05-08/sbcl-1.0.14-darwin-x86/swank.fasl"<br>
WARNING: These Swank interfaces are unimplemented:<br>
 (CALLS-WHO DISASSEMBLE-FRAME SLDB-BREAK-AT-START SLDB-BREAK-ON-RETURN<br>
            WHO-SPECIALIZES)<br>
;; Swank started at port: 51194.<br>
51194<br>
<br>
> Now your task is to figure out where the 68089408 is coming from, and<br>

> why FIND-SYMBOL is being called on it... <br>
<br>
I'll take a look at it to the best of my ability.<br>
<br>
> If your Slime really a clean CVS checkout? Do you have something strange in .sbclrc, etc?<br>
<br>
Just to be sure, I deleted my slime directory and rechecked out and
recompiled it (deleted ./slime/fasl/2008-05-08).  Same exact error.<br>
I don't have a .sbclrc file.<br>
<br>
Cheers,<br>
<br>
Aaron<br>