[issue30107] python.core file created when running tests on AMD64 FreeBSD CURRENT Non-Debug 3.x buildbot

2017-05-02 Thread STINNER Victor
STINNER Victor added the comment: Oh, I forgot that issue. I'm now happy to be able to close it ;-) The bug was fixed! -- resolution: -> fixed stage: backport needed -> resolved status: open -> closed ___ Python tracker

[issue30107] python.core file created when running tests on AMD64 FreeBSD CURRENT Non-Debug 3.x buildbot

2017-04-28 Thread STINNER Victor
STINNER Victor added the comment: New changeset 98c7a9e662b49029ff051b6699ddc0f542663c96 by Victor Stinner in branch '3.5': [3.5] bpo-30107: don't dump core on expected test_io crash (#1235) (#1344) https://github.com/python/cpython/commit/98c7a9e662b49029ff051b6699ddc0f542663c96 --

[issue30107] python.core file created when running tests on AMD64 FreeBSD CURRENT Non-Debug 3.x buildbot

2017-04-28 Thread STINNER Victor
Changes by STINNER Victor : -- pull_requests: +1456 ___ Python tracker ___ ___

[issue30107] python.core file created when running tests on AMD64 FreeBSD CURRENT Non-Debug 3.x buildbot

2017-04-27 Thread STINNER Victor
STINNER Victor added the comment: New changeset c9ca57eeea4d9da748d84281506c5803512b79ac by Victor Stinner in branch '3.6': bpo-30107: Make SuppressCrashReport quiet on macOS (#1279) (#1335) https://github.com/python/cpython/commit/c9ca57eeea4d9da748d84281506c5803512b79ac --

[issue30107] python.core file created when running tests on AMD64 FreeBSD CURRENT Non-Debug 3.x buildbot

2017-04-27 Thread STINNER Victor
Changes by STINNER Victor : -- pull_requests: +1446 ___ Python tracker ___ ___

[issue30107] python.core file created when running tests on AMD64 FreeBSD CURRENT Non-Debug 3.x buildbot

2017-04-27 Thread STINNER Victor
Changes by STINNER Victor : -- versions: +Python 3.5, Python 3.6 ___ Python tracker ___

[issue30107] python.core file created when running tests on AMD64 FreeBSD CURRENT Non-Debug 3.x buildbot

2017-04-26 Thread STINNER Victor
STINNER Victor added the comment: I'm waiting for buildbots to check if the issue is really fixed. -- ___ Python tracker ___

[issue30107] python.core file created when running tests on AMD64 FreeBSD CURRENT Non-Debug 3.x buildbot

2017-04-25 Thread Mariatta Wijaya
Changes by Mariatta Wijaya : -- stage: -> backport needed ___ Python tracker ___

[issue30107] python.core file created when running tests on AMD64 FreeBSD CURRENT Non-Debug 3.x buildbot

2017-04-25 Thread STINNER Victor
STINNER Victor added the comment: New changeset d819ad9832292d854e9710493ecdf959b69802e3 by Victor Stinner in branch 'master': bpo-30107: Make SuppressCrashReport quiet on macOS (#1279) https://github.com/python/cpython/commit/d819ad9832292d854e9710493ecdf959b69802e3 --

[issue30107] python.core file created when running tests on AMD64 FreeBSD CURRENT Non-Debug 3.x buildbot

2017-04-24 Thread STINNER Victor
STINNER Victor added the comment: The commit 2a1aed04b0943636f605543522e16cca1dc23e70 introduced a regression on macOS. The PR https://github.com/python/cpython/pull/1279 should fix it. http://buildbot.python.org/all/builders/x86-64%20El%20Capitan%203.x/builds/87/steps/test/logs/stdio

[issue30107] python.core file created when running tests on AMD64 FreeBSD CURRENT Non-Debug 3.x buildbot

2017-04-24 Thread STINNER Victor
Changes by STINNER Victor : -- pull_requests: +1388 ___ Python tracker ___ ___

[issue30107] python.core file created when running tests on AMD64 FreeBSD CURRENT Non-Debug 3.x buildbot

2017-04-21 Thread STINNER Victor
STINNER Victor added the comment: New changeset b984a05d557e78b928f38098d0b6c0e95f737b9a by Victor Stinner in branch '3.6': bpo-30107: don't dump core on expected test_io crash (#1235) (#1241) https://github.com/python/cpython/commit/b984a05d557e78b928f38098d0b6c0e95f737b9a --

[issue30107] python.core file created when running tests on AMD64 FreeBSD CURRENT Non-Debug 3.x buildbot

2017-04-21 Thread STINNER Victor
Changes by STINNER Victor : -- pull_requests: +1359 ___ Python tracker ___ ___

[issue30107] python.core file created when running tests on AMD64 FreeBSD CURRENT Non-Debug 3.x buildbot

2017-04-21 Thread STINNER Victor
STINNER Victor added the comment: New changeset 2a1aed04b0943636f605543522e16cca1dc23e70 by Victor Stinner in branch 'master': bpo-30107: don't dump core on expected test_io crash (#1235) https://github.com/python/cpython/commit/2a1aed04b0943636f605543522e16cca1dc23e70 --

[issue30107] python.core file created when running tests on AMD64 FreeBSD CURRENT Non-Debug 3.x buildbot

2017-04-21 Thread STINNER Victor
Changes by STINNER Victor : -- pull_requests: +1353 ___ Python tracker ___ ___

[issue30107] python.core file created when running tests on AMD64 FreeBSD CURRENT Non-Debug 3.x buildbot

2017-04-19 Thread STINNER Victor
New submission from STINNER Victor: Example of buildbot build which created a python.core file. Tests crashing Python on purpose should use test.support.SuppressCrashReport. I don't see which test can crash in the following list.