Greetings,
After I did a "cvs update" at 2004-11-18 20:23Z, I got a bunch of warning messages in the *inferior-lisp* buffer:
Warning: (FUNCALL *GC-NOTIFY-BEFORE* LISP::PRE-GC-DYN-USAGE) lost: Type-error in KERNEL::OBJECT-NOT-TYPE-ERROR-HANDLER: NIL is not of type SWANK::CONNECTION Warning: (FUNCALL *GC-NOTIFY-AFTER* LISP::POST-GC-DYN-USAGE LISP::BYTES-FREED LISP::*GC-TRIGGER*) lost: Type-error in KERNEL::OBJECT-NOT-TYPE-ERROR-HANDLER: NIL is not of type SWANK::CONNECTION
Slime retrieved by cvs update -D "2004-11-12" does not have this problem. Slime retrieved by cvs update -D "2004-11-16" does. Would somebody please look into this? Thanks a lot.
Best,
-cph
PS. I'm using CMUCL 19a (x86/Linux) and GNU Emacs 21.3.1.
Chisheng Huang cph@chi-square-works.com writes:
Slime retrieved by cvs update -D "2004-11-12" does not have this problem. Slime retrieved by cvs update -D "2004-11-16" does. Would somebody please look into this? Thanks a lot.
The warning only means that you missed a few garbage collection messages. With CMUCL, GC messages are now displayed in the echo area but apparently GC was triggered at a moment when the connection to Emacs wasn't quite ready. I think this is not crucial and I'll fix it later.
Helmut.