[issue31629] test_many_processes() of test_multiprocessing_fork fails randomly on FreeBSD

STINNER Victor report at bugs.python.org
Mon Oct 30 18:38:54 EDT 2017


STINNER Victor <victor.stinner at gmail.com> added the comment:

The bug can be reproduced with attached bug.py.

With "curses.initscr(); curses.endwin()", the exit code becomes 1.

Without, the child processes exits with code -15 (-SIGTERM).

----------
Added file: https://bugs.python.org/file47248/bug.py

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue31629>
_______________________________________


More information about the Python-bugs-list mailing list