On 4 Jun 2009, at 11:33, Helmut Eller wrote:
- Patrick May [2009-06-04 17:09+0200] writes:
I then started swank:
? (setq swank:*use-dedicated-output-stream* nil) NIL ? (swank:create-server :port 4005 :dont-close t) ;; Swank started at port: 4005. 4005 ?
I set up an ssh tunnel for port 4005 and was able to connect and use the Clozure image from Emacs on my local box. When I was done I used M-x slime-disconnect and it killed the Clozure image with this error:
;; swank:close-connection: Unexpected end of file on #<BASIC-TTrace/ BPT trap
Do I have something misconfigured?
Usually this reads as "Unexpected end of file on #<BASIC-TCP-STREAM.."
What version of CCL and which OS are you using? CVS SLIME requires 1.3 or newer. The Trace/BPT issue might also be related to some particular OS/ kernel.
My version of Clozure is 1.3-r11936 (LinuxX8632). uname -a on my VPS gives:
Linux [machine-name] 2.6.24-23-xen #1 SMP Mon Jan 26 03:09:12 UTC 2009 x86_64 x86_64 x86_64 GNU/Linux
I'm using the latest CentOS.
Thanks,
Patrick