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.
Created on 2012年08月01日 13:17 by ncoghlan, last changed 2022年04月11日 14:57 by admin. This issue is now closed.
| Messages (5) | |||
|---|---|---|---|
| msg167125 - (view) | Author: Alyssa Coghlan (ncoghlan) * (Python committer) | Date: 2012年08月01日 13:17 | |
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. |
|||
| msg167145 - (view) | Author: Roundup Robot (python-dev) (Python triager) | Date: 2012年08月01日 16:44 | |
New changeset b99a82bc2cde by Richard Oudkerk in branch 'default': Issue #15525: Increase timeout when TerminateProcess() fails http://hg.python.org/cpython/rev/b99a82bc2cde |
|||
| msg167146 - (view) | Author: Richard Oudkerk (sbt) * (Python committer) | Date: 2012年08月01日 16:48 | |
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. |
|||
| msg167175 - (view) | Author: STINNER Victor (vstinner) * (Python committer) | Date: 2012年08月01日 22:27 | |
> Let's see if increasing the timeout fixes the failures. At least, the 3 following builds succeed (let's see the next builds). |
|||
| msg167310 - (view) | Author: Richard Oudkerk (sbt) * (Python committer) | Date: 2012年08月03日 12:07 | |
Looks like it is fixed. |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:57:33 | admin | set | github: 59730 |
| 2012年08月03日 12:07:11 | sbt | set | status: open -> closed resolution: fixed messages: + msg167310 stage: needs patch -> resolved |
| 2012年08月01日 22:27:20 | vstinner | set | nosy:
+ vstinner messages: + msg167175 |
| 2012年08月01日 22:26:30 | vstinner | set | nosy:
+ pitrou |
| 2012年08月01日 16:48:12 | sbt | set | messages: + msg167146 |
| 2012年08月01日 16:44:59 | python-dev | set | nosy:
+ python-dev messages: + msg167145 |
| 2012年08月01日 13:17:39 | ncoghlan | create | |