[Python-bugs-list] [ python-Bugs-727571 ] test_bsddb3 fails

SourceForge.net noreply@sourceforge.net
Wed, 28 May 2003 01:27:51 -0700


Bugs item #727571, was opened at 2003-04-25 09:08
Message generated for change (Comment added) made by greg
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=727571&group_id=5470

Category: Extension Modules
Group: None
>Status: Closed
>Resolution: Fixed
Priority: 5
Submitted By: Jeremy Hylton (jhylton)
>Assigned to: Gregory P. Smith (greg)
Summary: test_bsddb3 fails

Initial Comment:
Running regrtest.py -u all with a checkout from this
morning at around 11am.

Exception in thread reader 3:
Traceback (most recent call last):
  File
"/home/jeremy/src/python/dist/src/Lib/threading.py",
line 411, in __bootstrap
    self.run()
  File
"/home/jeremy/src/python/dist/src/Lib/threading.py",
line 399, in run
    self.__target(*self.__args, **self.__kwargs)
  File
"/home/jeremy/src/python/dist/src/Lib/bsddb/test/test_thread.py",
line 270, in readerThread
    rec = c.first()
DBLockDeadlockError: (-30996, 'DB_LOCK_DEADLOCK: Locker
killed to resolve a deadlock')

Exception in thread reader 2:
Traceback (most recent call last):
  File
"/home/jeremy/src/python/dist/src/Lib/threading.py",
line 411, in __bootstrap
    self.run()
  File
"/home/jeremy/src/python/dist/src/Lib/threading.py",
line 399, in run
    self.__target(*self.__args, **self.__kwargs)
  File
"/home/jeremy/src/python/dist/src/Lib/bsddb/test/test_thread.py",
line 270, in readerThread
    rec = c.first()
DBLockDeadlockError: (-30996, 'DB_LOCK_DEADLOCK: Locker
killed to resolve a deadlock')


----------------------------------------------------------------------

>Comment By: Gregory P. Smith (greg)
Date: 2003-05-28 01:27

Message:
Logged In: YES 
user_id=413

These "errors" were harmless and to be expected in the
threaded db tests.  I updated test_thread.py to wrap the
c.first and c.next calls that would likely cause them with a
check for DBLockDeadLockError.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=727571&group_id=5470