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.

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:00adminsetgithub: 52676
2011-04-12 23:00:30vstinnersetstatus: open -> closed
resolution: not a bug
messages: + msg133612
2010-04-17 14:25:50pitrousetnosy: + doko
2010-04-16 22:12:20vstinnersetmessages: + msg103375
2010-04-16 22:00:50vstinnersetmessages: + msg103373
2010-04-16 21:56:38vstinnercreate