[issue15525] test_multiprocessing failure on Windows XP

2012-08-03 Thread Richard Oudkerk

Richard Oudkerk added the comment:

Looks like it is fixed.

--
resolution:  - fixed
stage: needs patch - committed/rejected
status: open - closed

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue15525
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue15525] test_multiprocessing failure on Windows XP

2012-08-01 Thread Nick Coghlan

New submission from Nick Coghlan:

test_multiprocessing failed on one of the XP buildbots with a permission error:

http://buildbot.python.org/all/builders/x86%20XP-4%203.x/builds/7223/steps/test/logs/stdio

The immediate rerun also failed, but the one at the end of the test run 
succeeded.

--
components: Library (Lib)
keywords: buildbot
messages: 167125
nosy: georg.brandl, ncoghlan, sbt
priority: release blocker
severity: normal
stage: needs patch
status: open
title: test_multiprocessing failure on Windows XP
type: behavior
versions: Python 3.3

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue15525
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue15525] test_multiprocessing failure on Windows XP

2012-08-01 Thread Roundup Robot

Roundup Robot added the comment:

New changeset b99a82bc2cde by Richard Oudkerk in branch 'default':
Issue #15525: Increase timeout when TerminateProcess() fails
http://hg.python.org/cpython/rev/b99a82bc2cde

--
nosy: +python-dev

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue15525
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue15525] test_multiprocessing failure on Windows XP

2012-08-01 Thread Richard Oudkerk

Richard Oudkerk added the comment:

I would guess that the process has already terminated (or is being torn down) 
but the timeout is not long enough to let the parent join child.

Let's see if increasing the timeout fixes the failures.

--

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue15525
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue15525] test_multiprocessing failure on Windows XP

2012-08-01 Thread STINNER Victor

Changes by STINNER Victor victor.stin...@gmail.com:


--
nosy: +pitrou

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue15525
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue15525] test_multiprocessing failure on Windows XP

2012-08-01 Thread STINNER Victor

STINNER Victor added the comment:

 Let's see if increasing the timeout fixes the failures.

At least, the 3 following builds succeed (let's see the next builds).

--
nosy: +haypo

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue15525
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com