Is there any known issue with the included slime for mkcl 1.1.0 rc2?  When I try mkcl stops working without giving a back trace.<br><br>Environment:<br>Windows 7 x64<br>GNU Emacs 24.1.1 (build from gnu ftp site)<br><br>At first I thought that some output wasn't making it to the *inferior-lisp* buffer so I launched the mkcl repl and manually started up swank<br>
<br>> (load "c:/Program Files/MKCL 1.1/slime/swank-loader.lisp" :verbose t)<br>> (swank-loader:init)<br>> (swank:create-server :coding-system "utf-8-unix")<br><br>The server starts with no issue but when I do the slime-connect from Emacs a Windows message box pops up saying that "mkcl.exe has stopped working"<br>
<br>