Hi,
Hi,
With the current cmucl snapshot for sparc (but with earlier versions this also happens), and a current slime from cvs, I get the following behaviour. I start with
; SLIME 2005-10-11 CL-USER> (tagbody tag (format t "oo~%") (sleep 5) (go tag)) oo
Then I interrupt the lisp process. So far so good. When I hit "q", I get a segfault from cmucl. After that, things stop working normally.
I had similiar problems when working with large projects that loaded a lot of UFFI stuff. Changing the communication style worked for me:
(setf swank:*communication-style* :fd-handler)
in ~/.swank.lisp
Hope, that helps Stefan
PS: My post http://common-lisp.net/pipermail/slime-devel/2005-September/004017.html