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

SourceForge.net noreply@sourceforge.net
Fri, 25 Apr 2003 09:08:24 -0700


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

Category: Extension Modules
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Jeremy Hylton (jhylton)
Assigned to: Nobody/Anonymous (nobody)
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')


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

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