My SLIME version is a CVS checkout on 2011-11-11. -deech
On Mon, Apr 16, 2012 at 5:00 PM, aditya siram aditya.siram@gmail.com wrote:
Hi all, If I connect to a repl with M-x slime , disconnect using M-x slime-quit-lisp and reconnect it loads the fasls and then fails with: WARNING: #<THREAD "interpreter" {1F873DD}>: Debugger invoked on condition of type SIMPLE-ERROR
#<THREAD "interpreter" {1F873DD}>: Debugger invoked on condition of type SIMPLE-ERROR
#<THREAD "interpreter" {1F873DD}>: Debugger invoked on condition of type SIMPLE-ERROR
#<THREAD "interpreter" {1F873DD}>: Debugger invoked on condition of type SIMPLE-ERROR
#<THREAD "interpreter" {1F873DD}>: Debugger invoked on condition of type SIMPLE-ERROR
#<THREAD "interpreter" {1F873DD}>: Debugger invoked on condition of type SIMPLE-ERROR
#<THREAD "interpreter" {1F873DD}>: Debugger invoked on condition of type SIMPLE-ERROR
#<THREAD "interpreter" {1F873DD}>: Debugger invoked on condition of type SIMPLE-ERROR
#<THREAD "interpreter" {1F873DD}>: Debugger invoked on condition of type SIMPLE-ERROR
#<THREAD "interpreter" {1F873DD}>: Debugger invoked on condition of type SIMPLE-ERROR
Maximum error depth exceeded (11 nested errors). CL-USER(2): CL-USER(2):
The prompt "CL-USER(2)" works but emacs stays locked with a "Polling "/tmp/slime.2616".. (Abort with `M-x slime-abort-connection'.)" One possible indication of the problem is that there is no file /tmp/slime.2616.
If I delete the fasls and start slime, it re-compiles them all and starts fine.
This does not happen with abcl-1.0.1.
Thanks! -deech