[ZODB-Dev] error: release unlocked lock

Chris Withers chrisw@nipltd.com
Mon, 06 Aug 2001 10:43:47 +0100


Hi,

This is with Zope 2.4.0b3 and ZEO 1.0b3:

> Traceback (most recent call last):
>     get_transaction().commit()
>    File "C:\Zope\2-4-0B~2\lib\python\ZODB\Transaction.py", line 301, in commit
>     j.tpc_begin(self)
>    File "C:\Zope\2-4-0B~2\lib\python\ZODB\Connection.py", line 633, in tpc_begin
>     self._storage.tpc_begin(transaction)
>    File "C:\zope\2-4-0b2_base\lib\python\ZEO\ClientStorage.py", line 482, in tpc_begin
>     self._commit_lock_release()
>  error: release unlocked lock

What does this mean? Why is it happening? How can I make it stop?

cheers,

Chris