Chris Withers wrote at 2005-11-29 14:33 +0000: >Hot on the heals of my posts about "Shouldn't load state for" comes the >eagerly awaited sequel "Couldn't load state for" ;-) > ... > File "lib/python/ZEO/zrpc/connection.py", line >531, in call > r_flags, r_args = self.wait(msgid) > File "lib/python/ZEO/zrpc/connection.py", line >648, in wait > self.replies_cond.release() > File "lib/python2.3/threading.py", line 113, >in release > assert self.__owner is me, "release() of un-acquire()d lock" >AssertionError: release() of un-acquire()d lock
Looks like a ZEO bug (more precisely a "ZEO.zrpc.conntection" bug). Probably a race condition. -- Dieter _______________________________________________ For more information about ZODB, see the ZODB Wiki: http://www.zope.org/Wikis/ZODB/ ZODB-Dev mailing list - [email protected] http://mail.zope.org/mailman/listinfo/zodb-dev
