<div dir="ltr">Greetings all.<br><br>When my Hunchentoot server run some days( 2 or 3), it will down with an error like below:<br><br>> Error: The value #<BOGUS object @ #x302007FA218D> is not of the expected type STRUCTURE.<br>
> While executing: CCL::INIT-STREAM-IOBLOCK, in process hunchentoot-listener-*:8080(30).<br><br>when I selected the process and showed the backtrace, it said:<br><br>1 > :b<br>*(7FB8F18448B8) : 0 (INIT-STREAM-IOBLOCK 
#<BASIC-TCP-STREAM :CLOSED #x302007F7980D> :INSIZE 4096 :OUTSIZE 
4096 :SHARE-BUFFERS-P NIL :ELEMENT-TYPE (UNSIGNED-BYTE 8) :DEVICE 8 
:ADVANCE-FUNCTION CCL::FD-STREAM-ADVANCE :LISTEN-FUNCTION 
CCL::FD-STREAM-LISTEN :EOFP-FUNCTION CCL::FD-STREAM-EOFP 
:FORCE-OUTPUT-FUNCTION CCL::FD-STREAM-FORCE-OUTPUT :CLOSE-FUNCTION 
CCL::FD-STREAM-CLOSE :ELEMENT-SHIFT NIL :INTERACTIVE T :SHARING NIL 
:CHARACTER-P NIL :ENCODING #<CHARACTER-ENCODING UTF-8 
#x3020000561FD> :LINE-TERMINATION NIL :INPUT-TIMEOUT NIL 
:OUTPUT-TIMEOUT NIL :DEADLINE NIL) 1212<br>The value #<IO-BUFFER  (UNSIGNED-BYTE 8) 0/0/4096 #x302007FBFF6D> is not of the expected type LIST.<br><br>Any ideas?<br><br>Ar how can I get more useful information when I debug?<br>
<br>Thanks very much.<br></div>