Hi,
I successfully slime-connect to a CMUCL server from Emacs on another (Windows) machine, but when I do slime-disconnect Emacs crashes with "Error 109 - unable to read from stdin" and I got the following in the server's log:
... DISPATCHING: (:EMACS-REX (SWANK:LISTENER-EVAL "1 ") "COMMON-LISP-USER" :REPL-THREAD 2) DISPATCHING: (:RETURN #<Process Initial {5800486D}> (:OK (:PRESENT (("1" . 1)))) 2) WRITE: (:return (:ok (:present (("1" . 1)))) 2) ;; Event history end. ;; Connection to Emacs lost. [ ;; condition: End-of-File on #<Stream for descriptor 7> ;; type: SWANK::SLIME-PROTOCOL-ERROR ;; encoding: :ISO-LATIN-1-UNIX style: :SIGIO dedicated: NIL]
If I try to debug I got this info about the error:
AppName: emacs.exe AppVer: 22.0.50.0 ModName: ntdll.dll ModVer: 5.1.2600.2180 Offset: 00001230
The same happens with Xemacs - although it doesn't crash I got the same error in the server's log.
On the server: cmucl 19c + slime 2.0.0.20060805 On the client: win32 + Emacs + slime 2.0
Thanks!