[issue11765] test_faulthandler failure

2011-04-04 Thread STINNER Victor
STINNER Victor added the comment: 8da8cd1ba9d9 should fix this issue. Please reopen it if it doesn't solved it. -- resolution: -> fixed status: open -> closed ___ Python tracker __

[issue11765] test_faulthandler failure

2011-04-04 Thread Roundup Robot
Roundup Robot added the comment: New changeset 8da8cd1ba9d9 by Victor Stinner in branch 'default': Issue #11765: don't test time.sleep() in test_faulthandler http://hg.python.org/cpython/rev/8da8cd1ba9d9 -- nosy: +python-dev ___ Python tracker

[issue11765] test_faulthandler failure

2011-04-04 Thread STINNER Victor
STINNER Victor added the comment: I wrote the assertion while dump_tracebacks_later() was implemented using SIGALRM + alarm(timeout). A simple fix for this issue is just to remove the assertion. But... I'm curious, and I would like to understand. The problem is on the following code: tim

[issue11765] test_faulthandler failure

2011-04-04 Thread Antoine Pitrou
New submission from Antoine Pitrou : http://www.python.org/dev/buildbot/all/builders/x86%20XP-4%203.x/builds/4334/steps/test/logs/stdio == FAIL: test_dump_tracebacks_later (test.test_faulthandler.FaultHandlerTests) -