AssertionError: release() of un-acquire()d lock

Bug #143591 reported by ChrisW
2
Affects Status Importance Assigned to Milestone
ZODB
Won't Fix
Medium
Unassigned

Bug Description

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

Tags: bug database
affects: zope2 → zodb
Revision history for this message
Jim Fulton (jim-zope) wrote :

I suspect this has been overcome by events. If this is still happening, please open another issue.

Changed in zodb:
status: New → Won't Fix
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.