
On 2004-08-31 15:39:58, Edi Weitz wrote:
On Tue, 31 Aug 2004 15:21:45 +0200, Stefan Scholl <stesch@no-spoon.de> wrote:
Is anybody testing TBNL with SBCL 0.8.14, too?
Are you using a 2.6 kernel?
No. 2.4 kernel without NPTL backport. But the code works fine in sbcl 0.8.13 and there are no threading related comments in the changelog. I'm currently looking into session.lisp: (log-message :debug "before make-instance of session") (setf session (make-instance 'session) (session *request*) session) (log-message :debug "after make-instance of session") Doesn't reach the second debug message. Either the make-instance or accessing the session slot of *request*. There are some CLOS changes in the changelog of SBCL 0.8.14: * bug fix: improve the detection and resolution of MOP metacycles (where effective method computation depends on the generic function having its effective method computed). (reported by Bruno Haible) * bug fix: pass the right initargs to :BEFORE or :AFTER methods on SHARED-INITIALIZE or INITIALIZE-INSTANCE in optimized MAKE-INSTANCE constructors. (reported by Axel Schairer for cmucl) Regards, Stefan