The recent changes result in an assertion error in HANDLE-REQUESTS in case one uses slime-connect to an already running swank server, and having
(setq swank:*sldb-quit-restart* 'sb-thread:terminate-thread)
in one's .swank.lisp.
-T.
* Tobias C Rittweiler [2010-06-03 13:46+0200] writes:
The recent changes result in an assertion error in HANDLE-REQUESTS in case one uses slime-connect to an already running swank server, and having
(setq swank:*sldb-quit-restart* 'sb-thread:terminate-thread)
in one's .swank.lisp.
Should be fixed now.
Helmut