On Wed, Sep 16, 2009 at 12:25 AM, Patrick May patrick.may@mac.com wrote:
I'm running the latest version of Hunchentoot available from bknr.net in Clozure CL on a 64-bit Linux box. I see this error in the logs occasionally:
[2009-09-15 19:44:49 [ERROR]] Error while processing connection: :REAL- ERROR is an invalid initarg to INITIALIZE-INSTANCE for #<STANDARD- CLASS USOCKET:TIMEOUT-ERROR>. Valid initargs: (:SOCKET).
From poking around in the source it appears that this is only called in the usocket package. The site doesn't appear affected. Is this a known issue?
Looks like a problem with usocket. Which versions of CCL and usocket are you using exactly? Are they the newest ones?
Thanks, Edi.