Marco Baringer mb@bese.it writes:
connecting to a remote (as in slime-connect) cmucl lisp with the *communication-style* set to :sigio. a thread signals an error and i get an sldb debugger in emacs. however none of the restarts actually do anything.
The gist is that to deal with multiple threads it's necessary to use the :spawn communication style. Swank uses some threads of its own to coordinate the other activities, but only in :spawn mode.
-Luke