Issue 8429: buildbot: test_subprocess timeout (original) (raw)

This issue has been migrated to GitHub: https://github.com/python/cpython/issues/52676

classification

Title: buildbot: test_subprocess timeout
Type: Stage:
Components: Versions: Python 3.1, Python 3.2, Python 2.7

process

Status: closed Resolution: not a bug
Dependencies: Superseder:
Assigned To: Nosy List: doko, vstinner
Priority: normal Keywords: buildbot

Created on 2010-04-16 21:56 by vstinner, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Messages (4)
msg103368 - (view) Author: STINNER Victor (vstinner) * (Python committer) Date: 2010-04-16 21:56
test_subprocess hungs for 30 min or more. The bug occurs on buildbots: - ARMv7Thumb Ubuntu 3.1 (r80093) - ARMv4 Debian 3.x (r80102) - ARMv7Thumb Ubuntu 3.x (r80020) - alpha Debian 3.x (r80020) - x86 FreeBSD 7.2 3.x (r80102) - sparc Debian trunk (r80085)
msg103373 - (view) Author: STINNER Victor (vstinner) * (Python committer) Date: 2010-04-16 22:00
See also issue #8428.
msg103375 - (view) Author: STINNER Victor (vstinner) * (Python committer) Date: 2010-04-16 22:12
All builds ends with "test_subprocess" and then the process is killed. There is no usefull information :-/
msg133612 - (view) Author: STINNER Victor (vstinner) * (Python committer) Date: 2011-04-12 23:00
I developed the faulthandler module to get more information after a timeout. I close this issue: I already opened more specific issues with more information.
History
Date User Action Args
2022-04-11 14:57:00 admin set github: 52676
2011-04-12 23:00:30 vstinner set status: open -> closedresolution: not a bugmessages: +
2010-04-17 14:25:50 pitrou set nosy: + doko
2010-04-16 22:12:20 vstinner set messages: +
2010-04-16 22:00:50 vstinner set messages: +
2010-04-16 21:56:38 vstinner create