When I try to run slime for the first time with the CVS version from Dec 12, XEmacs 21.4.17, and SBCL 0.97, I get this error down in the messages area:
itimer "run-with-timer" signaled: (error "127.0.0.1/|^H& Servname not supported
And it appears to go on, but I'm lame enough that I haven't figure out how to read the rest of the messages buffer without making it disappear.
I might think I had some kind of local hosts or DNS misconfiguration, if the same setup didn't work perfectly well under regular GNU Emacs 21.4.1.
I know this is kind of lame for a bug report; I'm amenable to being told how to beat more useful information out of xemacs, like.. oh, say, the rest of that message.
As a quick reminder, this is XEmacs 21.4.17 with slime cvs 20051213, and sbcl 0.9.7.
I get this error when trying m-x slime:
itimer "run-with-timer" signaled: (error "127.0.0.1/x??~& Servname not supported for ai_socktype")
I tried to get XEmacs to go into debugging so that I could extract some useful information, but it doesn't seem (to me, anyway; I could certainly be wrong) to be an XEmacs error, but something fed back from the inferior lisp.
Let me know if there's some better / more useful way I can gather information.
Here's the contents of the *inferior-lisp* buffer, where stuff just kind of seems to hang at the end:
(load "/usr/local/slime/swank-loader.lisp" :verbose t) (swank:start-server "/tmp/root/slime.11159" :external-format :iso-latin-1-unix)
This is SBCL 0.9.7, an implementation of ANSI Common Lisp. More information about SBCL is available at http://www.sbcl.org/.
SBCL is free software, provided as is, with absolutely no warranty. It is mostly in the public domain; some portions are provided under BSD-style licenses. See the CREDITS and COPYING files in the distribution for more information. * ; loading #P"/usr/local/slime/swank-loader.lisp" ;; loading #P"/root/.slime/fasl/sbcl-0.9.7-linux-x86/swank-backend.fasl" ;; loading #P"/root/.slime/fasl/sbcl-0.9.7-linux-x86/nregex.fasl" ;; loading #P"/root/.slime/fasl/sbcl-0.9.7-linux-x86/swank-sbcl.fasl" STYLE-WARNING: redefining PREFERRED-COMMUNICATION-STYLE NIL in DEFMETHOD STYLE-WARNING: redefining CALL-WITHOUT-INTERRUPTS (T) in DEFMETHOD STYLE-WARNING: redefining LISP-IMPLEMENTATION-TYPE-NAME NIL in DEFMETHOD STYLE-WARNING: redefining CALL-WITH-SYNTAX-HOOKS (T) in DEFMETHOD STYLE-WARNING: redefining DEFAULT-READTABLE-ALIST NIL in DEFMETHOD STYLE-WARNING: redefining ARGLIST (T) in DEFMETHOD STYLE-WARNING: redefining INSTALL-DEBUGGER-GLOBALLY (T) in DEFMETHOD STYLE-WARNING: redefining CALL-WITH-DEBUGGER-HOOK (T T) in DEFMETHOD STYLE-WARNING: redefining FORMAT-SLDB-CONDITION (T) in DEFMETHOD STYLE-WARNING: redefining CONDITION-REFERENCES (T) in DEFMETHOD STYLE-WARNING: redefining UNPROFILE-ALL NIL in DEFMETHOD STYLE-WARNING: implicitly creating new generic function STARTUP-MULTIPROCESSING WARNING: DEFIMPLEMENTATION of undefined interface (STARTUP-MULTIPROCESSING) STYLE-WARNING: redefining THREAD-NAME (T) in DEFMETHOD STYLE-WARNING: redefining THREAD-STATUS (T) in DEFMETHOD STYLE-WARNING: redefining MAKE-LOCK NIL in DEFMETHOD STYLE-WARNING: redefining CALL-WITH-LOCK-HELD (T T) in DEFMETHOD STYLE-WARNING: redefining CURRENT-THREAD NIL in DEFMETHOD STYLE-WARNING: redefining KILL-THREAD (T) in DEFMETHOD STYLE-WARNING: redefining THREAD-ALIVE-P (T) in DEFMETHOD STYLE-WARNING: redefining MAKE-STREAM-INTERACTIVE (T) in DEFMETHOD ;; loading #P"/root/.slime/fasl/sbcl-0.9.7-linux-x86/swank-source-path-parser.fasl" ;; loading #P"/root/.slime/fasl/sbcl-0.9.7-linux-x86/swank-source-file-cache.fasl" STYLE-WARNING: redefining BUFFER-FIRST-CHANGE (T) in DEFMETHOD ;; loading #P"/root/.slime/fasl/sbcl-0.9.7-linux-x86/swank-gray.fasl" STYLE-WARNING: implicitly creating new generic function STREAM-READ-CHAR-WILL-HANG-P ;; loading #P"/root/.slime/fasl/sbcl-0.9.7-linux-x86/swank.fasl" STYLE-WARNING: implicitly creating new generic function INSPECT-BIGGER-PIECE-ACTIONS STYLE-WARNING: implicitly creating new generic function INSPECT-WHOLE-THING-ACTION STYLE-WARNING: implicitly creating new generic function INSPECT-SHOW-MORE-ACTION STYLE-WARNING: implicitly creating new generic function MENU-CHOICES-FOR-PRESENTATION WARNING: These Swank interfaces are unimplemented: (ACTIVATE-STEPPING CALLS-WHO DISASSEMBLE-FRAME INSPECT-FOR-EMACS RESTART-FRAME SLDB-BREAK-AT-START SLDB-BREAK-ON-RETURN WHO-BINDS WHO-CALLS WHO-MACROEXPANDS WHO-REFERENCES WHO-SETS WHO-SPECIALIZES) T * ;; Swank started at port: 32786.
NIL *