classification
Title: buildbot: test_subprocess timeout
Type: Stage:
Components: Versions: Python 3.2, Python 3.1, Python 2.7
process
Status: closed Resolution: invalid
Dependencies: Superseder:
Assigned To: Nosy List: doko, haypo
Priority: normal Keywords: buildbot

Created on 2010-04-16 21:56 by haypo, last changed 2011-04-12 23:00 by haypo. This issue is now closed.

Messages (4)
msg103368 - (view) Author: STINNER Victor (haypo) * (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 (haypo) * (Python committer) Date: 2010-04-16 22:00
See also issue #8428.
msg103375 - (view) Author: STINNER Victor (haypo) * (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 (haypo) * (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
2011-04-12 23:00:30hayposetstatus: open -> closed
resolution: invalid
messages: + msg133612
2010-04-17 14:25:50pitrousetnosy: + doko
2010-04-16 22:12:20hayposetmessages: + msg103375
2010-04-16 22:00:50hayposetmessages: + msg103373
2010-04-16 21:56:38haypocreate