On Fri, 15 Sep 2006 09:47:29 -0400, "Erik Enge" erik.enge@gmail.com wrote:
It works on SBCL 0.9.13 on Linux x86, thanks. Though I get this error after terminating the TBNL thread:
There is no applicable method for the generic function #<STANDARD-GENERIC-FUNCTION SB-BSD-SOCKETS:SOCKET-CLOSE (1)> when called with arguments (#<SB-SYS:FD-STREAM for "a constant string" {A9BD981}>). [Condition of type SIMPLE-ERROR]
Looks like the problem with SBCL and KMRCL that was already mentioned on this mailing list. You usually don't see this because of IGNORE-ERRORS. That probably means that with an unpatched KMRCL your sockets are never closed...