This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author doko
Recipients Arfrever, doko, jcea
Date 2010-03-14.22:29:37
SpamBayes Score 3.060629e-05
Marked as misclassified No
Message-id <1268605779.76.0.617404750573.issue6949@psf.upfronthosting.co.za>
In-reply-to
Content
the remaining test failure is

test_bsddb3
Berkeley DB 4.8.24: (August 14, 2009)
Test path prefix:  /tmp/z-test_bsddb3-25705
Exception in thread reader 0:
Traceback (most recent call last):
  File "/home/packages/python/2.6/python2.6-2.6.5~rc2/Lib/threading.py", line 532, in __bootstrap_inner
    self.run()
  File "/home/packages/python/2.6/python2.6-2.6.5~rc2/Lib/threading.py", line 484, in run
    self.__target(*self.__args, **self.__kwargs)
  File "/home/packages/python/2.6/python2.6-2.6.5~rc2/Lib/bsddb/test/test_thread.py", line 306, in readerThread
    rec = dbutils.DeadlockWrap(c.next, max_retries=10)
  File "/home/packages/python/2.6/python2.6-2.6.5~rc2/Lib/bsddb/dbutils.py", line 68, in DeadlockWrap
    return function(*_args, **_kwargs)
DBLockDeadlockError: (-30994, 'DB_LOCK_DEADLOCK: Locker killed to resolve a deadlock')
History
Date User Action Args
2010-03-14 22:29:39dokosetrecipients: + doko, jcea, Arfrever
2010-03-14 22:29:39dokosetmessageid: <1268605779.76.0.617404750573.issue6949@psf.upfronthosting.co.za>
2010-03-14 22:29:38dokolinkissue6949 messages
2010-03-14 22:29:37dokocreate