[ZCM] [ZC] 1972/ 1 Request "AssertionError: release() of un-acquire()d lock"

Collector: Zope Bugs, Features, and Patches ... zope-coders-admin at zope.org
Thu Dec 15 12:09:22 EST 2005


Issue #1972 Update (Request) "AssertionError: release() of un-acquire()d lock"
 Status Pending, Database/bug medium
To followup, visit:
  http://www.zope.org/Collectors/Zope/1972

==============================================================
= Request - Entry #1 by chrisw on Dec 15, 2005 12:09 pm

See #1970 for background, another type of error:

2005-11-29T14:24:24 ERROR ZODB.Connection Couldn't load state for 0x6a7ed9
Traceback (most recent call last):
   File "lib/python/ZODB/serialize.py", line 488,
in getState
     return unpickler.load()
   File "lib/python/DateTime/DateTime.py", line
513, in __init__
     raise SyntaxError('Unable to parse %s, %s' % (args, kw))
SyntaxError: (<DateTime.DateTime.SyntaxError instance at 0xb3edc0ec>, <class
DateTime.DateTime.DateTime at 0xb6bc3ecc>, (None,))

2005-11-29T14:24:25 ERROR ZODB.Connection Couldn't load state for 0xdba819
   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
==============================================================



More information about the Zope-Collector-Monitor mailing list