[issue37607] segfault running code in jupyter on macOS 10.14.5 - crashed on child side of fork pre-exec

STINNER Victor report at bugs.python.org
Tue Jul 16 13:01:17 EDT 2019


STINNER Victor <vstinner at redhat.com> added the comment:

See bpo-33725 and multiprocessing documentation:
https://docs.python.org/dev/library/multiprocessing.html#contexts-and-start-methods

"Changed in version 3.8: On macOS, the spawn start method is now the default. The fork start method should be considered unsafe as it can lead to crashes of the subprocess. See bpo-33725."

Change the start method to spawn.

----------
nosy: +vstinner

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


More information about the Python-bugs-list mailing list