[issue30448] test_subprocess creates a core dump on FreeBSD

2017-06-30 Thread STINNER Victor
STINNER Victor added the comment: macOS 2.7 buildbots are back. All known bugs are fixed, I close the issue. -- resolution: -> fixed stage: -> resolved status: open -> closed versions: +Python 2.7, Python 3.5, Python 3.6 ___ Python tracker

[issue30448] test_subprocess creates a core dump on FreeBSD

2017-06-30 Thread STINNER Victor
STINNER Victor added the comment: New changeset fd93f37f0dc537eb7edca7b75e2f92ef54dd2833 by Victor Stinner in branch '2.7': bpo-30448: Fix support.SuppressCrashReport on macOS (#2515) https://github.com/python/cpython/commit/fd93f37f0dc537eb7edca7b75e2f92ef54dd2833 -- ___

[issue30448] test_subprocess creates a core dump on FreeBSD

2017-06-30 Thread STINNER Victor
Changes by STINNER Victor : -- pull_requests: +2585 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mai

[issue30448] test_subprocess creates a core dump on FreeBSD

2017-06-27 Thread STINNER Victor
STINNER Victor added the comment: It seems like test_child_terminated_in_stopped_state() of test_subprocess on Python 2.7 fails on some macOS versions, see: http://bugs.python.org/issue30764#msg296966 Can someone please try to reproduce the bug? I'm unable to reproduce the bug on Darwin 16.5.0

[issue30448] test_subprocess creates a core dump on FreeBSD

2017-06-26 Thread STINNER Victor
STINNER Victor added the comment: Oops, I mentioned the wrong bpo in my PRs: the fix was pushed using bpo-30764 identifier :-/ -- ___ Python tracker ___

[issue30448] test_subprocess creates a core dump on FreeBSD

2017-05-31 Thread STINNER Victor
STINNER Victor added the comment: Sadly, I'm unable to reproduce the issue on my FreeBSD 11 VM :-( -- ___ Python tracker ___ ___ Pytho

[issue30448] test_subprocess creates a core dump on FreeBSD

2017-05-25 Thread Eric Snow
Eric Snow added the comment: At this point I'm not convinced the failure is due to my recent changes. Regardless, I do agree with you about detecting hard crashes. -- ___ Python tracker __

[issue30448] test_subprocess creates a core dump on FreeBSD

2017-05-23 Thread STINNER Victor
STINNER Victor added the comment: I'm surprised that we only detect hard crashes only indirectly through the creation of core dump files... Some tests might be enhanced to raise an exception at least if the process was killed by a signal, maybe also if the exit code is non-zero (depending on the

[issue30448] test_subprocess creates a core dump on FreeBSD

2017-05-23 Thread Eric Snow
Eric Snow added the comment: That looks similar to other failures due to an issue fixed in a later PR. It shouldn't be an issue any longer. I'll double check in the morning. -- ___ Python tracker ___

[issue30448] test_subprocess creates a core dump on FreeBSD

2017-05-23 Thread STINNER Victor
New submission from STINNER Victor: Eric Snow: do you think that it could be related to your recent subinterpreter changes please? http://buildbot.python.org/all/builders/AMD64%20FreeBSD%20CURRENT%20Debug%203.x/builds/311/steps/test/logs/stdio 0:08:26 load avg: 3.35 [253/405] test_subprocess f