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 r.david.murray
Recipients jcea, r.david.murray
Date 2009-07-20.14:47:31
SpamBayes Score 0.00027373628
Marked as misclassified No
Message-id <1248101253.85.0.861737047104.issue6462@psf.upfronthosting.co.za>
In-reply-to
Content
Another buildbot intermittent failure, this one from

  http://www.python.org/dev/buildbot/all/x86%20XP-4%20trunk/builds/2332

ie: the x86 XP-4 buildbot:

Traceback (most recent call last):
  File
"E:\cygwin\home\db3l\buildarea\trunk.bolen-windows\build\lib\threading.py",
line 524, in __bootstrap_inner
    self.run()
  File
"E:\cygwin\home\db3l\buildarea\trunk.bolen-windows\build\lib\threading.py",
line 477, in run
    self.__target(*self.__args, **self.__kwargs)
  File
"E:\cygwin\home\db3l\buildarea\trunk.bolen-windows\build\lib\bsddb\test\test_thread.py",
line 306, in readerThread
    rec = dbutils.DeadlockWrap(c.next, max_retries=10)
  File
"E:\cygwin\home\db3l\buildarea\trunk.bolen-windows\build\lib\bsddb\dbutils.py",
line 68, in DeadlockWrap
    return function(*_args, **_kwargs)
DBLockDeadlockError: (-30994, 'DB_LOCK_DEADLOCK: Locker killed to
resolve a deadlock')

That run also shows the replication timeout error, which that buildbot
often produces.
History
Date User Action Args
2009-07-20 14:47:34r.david.murraysetrecipients: + r.david.murray, jcea
2009-07-20 14:47:33r.david.murraysetmessageid: <1248101253.85.0.861737047104.issue6462@psf.upfronthosting.co.za>
2009-07-20 14:47:32r.david.murraylinkissue6462 messages
2009-07-20 14:47:31r.david.murraycreate