[New-bugs-announce] [issue15526] regrtest crash on Windows 7 AMD64

Nick Coghlan report at bugs.python.org
Wed Aug 1 15:30:04 CEST 2012


New submission from Nick Coghlan:

regrtest bailed out completely on one of the Windows 7 builders due to a problem with accessing the temporary working directory:

http://buildbot.python.org/all/builders/AMD64%20Windows7%20SP1%203.x/builds/410/steps/test/logs/stdio

It's seems a touch suspicious that test_fork1 just so happened to be the test executed right before test_startfile blew up.

Not marking as a blocker yet, since my initial assumption is that it's a race condition with a particular sequence of tests rather than a problem in Python itself. I'll change my mind if it happens again on the rebuild I just forced.

----------
components: Tests
keywords: buildbot
messages: 167126
nosy: georg.brandl, ncoghlan
priority: normal
severity: normal
status: open
title: regrtest crash on Windows 7 AMD64
type: crash
versions: Python 3.3

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue15526>
_______________________________________


More information about the New-bugs-announce mailing list