Hi,

On svn-latest Hunchentoot I get this error when running on Allegro CL:

#1=#<MULTIPROCESSING:PROCESS
     Hunchentoot worker (client: 192.168.0.136:48688)(10) @
     #x72086c32>
seizing
#<MULTIPROCESSING:PROCESS-LOCK global-message-log-lock locked by
  #1# @ #x71e1393a>
recursively
   [Condition of type SIMPLE-ERROR]

Following knobs have been turned:

(setq *log-lisp-errors-p* t)
(setq *log-lisp-warnings-p* t)
(setq *message-log-pathname* "log/message.log")
(setq *access-log-pathname* "log/access.log")

Thanks, /S