[issue23771] Timeouts on "x86 Ubuntu Shared 3.x" buildbot

2015-03-30 Thread STINNER Victor
STINNER Victor added the comment: Last 5 builds of "x86 Ubuntu Shared 3.x" and "AMD64 Debian root 3.x" buildbots are green (success). The sporadic hang is gone! I close the issue. -- resolution: -> fixed status: open -> closed ___ Python tracker

[issue23771] Timeouts on "x86 Ubuntu Shared 3.x" buildbot

2015-03-29 Thread STINNER Victor
STINNER Victor added the comment: > This build was only triggered by one changeset 0b99d7043a99: "Issue #23694: > Enhance _Py_open(), it now raises exceptions". I was reproduce to issue on a buildbot and I got access to the buildbot. Using gdb, I saw that a process was stuck in _close_open_fds

[issue23771] Timeouts on "x86 Ubuntu Shared 3.x" buildbot

2015-03-28 Thread Davin Potts
Davin Potts added the comment: @haypo: I didn't think that one through -- the consequences of that fragile test are not a hang. It's unrelated. -- ___ Python tracker ___ __

[issue23771] Timeouts on "x86 Ubuntu Shared 3.x" buildbot

2015-03-28 Thread Davin Potts
Davin Potts added the comment: @haypo: Could you please take a look at applying my patches from issue23713 to address an intermittent multiprocessing test failure? I don't know that it is the sole cause, but it is indeed one potential source of the misbehavior. -- nosy: +davin _

[issue23771] Timeouts on "x86 Ubuntu Shared 3.x" buildbot

2015-03-28 Thread Arfrever Frehtes Taifersar Arahesis
Changes by Arfrever Frehtes Taifersar Arahesis : -- nosy: +Arfrever ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscri

[issue23771] Timeouts on "x86 Ubuntu Shared 3.x" buildbot

2015-03-26 Thread STINNER Victor
STINNER Victor added the comment: A new failure test_subprocess.test_double_close_on_error: http://buildbot.python.org/all/builders/x86%20Ubuntu%20Shared%203.x/builds/11411/steps/test/logs/stdio --- Timeout (1:00:00)! Thread 0x55aafdc0 (most recent call first): File "/srv/buildbot/buildarea/3.

[issue23771] Timeouts on "x86 Ubuntu Shared 3.x" buildbot

2015-03-24 Thread STINNER Victor
STINNER Victor added the comment: test_multiprocessing_spawn.test_notify_all() also hangs on "AMD64 Debian root 3.x" buildbot: http://buildbot.python.org/all/builders/AMD64%20Debian%20root%203.x/builds/1959/steps/test/logs/stdio --- [330/393] test_multiprocessing_spawn Timeout (1:00:00)! Thread

[issue23771] Timeouts on "x86 Ubuntu Shared 3.x" buildbot

2015-03-24 Thread STINNER Victor
New submission from STINNER Victor: First timeout: http://buildbot.python.org/all/builders/x86%20Ubuntu%20Shared%203.x/builds/11358 This build was only triggered by one changeset 0b99d7043a99: "Issue #23694: Enhance _Py_open(), it now raises exceptions". * _Py_open() now raises exceptions on