I've got the following strange error message while running
Hunchentoot on my linux box:
* WARNING: Strange result...
message type 0x54 arrived from server while idle
message type 0x43 arrived from server while idle
message type 0x5a arrived from server while idle
debugger invoked on a UNBOUND-VARIABLE in thread #<THREAD
"hunchentoot-worker-14" {C0FCAF1}>:
The variable *REPLY* is unbound.
Anybody has any idea where should I look for the problem? I'm using
SBCL 1.0.3.38 and Hunchentoot 0.7.2 on linux.
The "message type ..." warning comes from PostgreSQL. My /guess/ is
the database from different threads. Or maybe having CLSQL's FFI code
in your saved image is the culprit...