Helmut Eller heller@common-lisp.net writes:
- Plato Wu [2009-12-06 10:08+0100] writes:
Recently when I tried to start slime, most of the time it throw a error message:
Connecting to Swank on port 45744.. [2 times] Lisp connection closed unexpectedly: connection broken by remote peer
in *inferior-lisp* it shows:
;; Swank started at port: 45744. 45744
- ;; swank:close-connection: end of file on #<SB-SYS:FD-STREAM for "a socket" {B1593F1}>
But I run slime again and don't create an additional inferior lisp, it works very well.
I don't know why and can not get any debug information about it.
This sounds like a hard to reproduce Emacs problem but maybe you can find something out with strace.
I've seen it too at work, but only if I ssh to my work place from home and use emacs -nw; it does not appear with the gui version. It's also 23.1.x, I think.
-T.