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 <rep...@bugs.python.org>
<http://bugs.python.org/issue15526>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to