[issue33725] Python crashes on macOS after fork with no exec

Mouse report at bugs.python.org
Sun Mar 29 07:11:15 EDT 2020


Mouse <uri at ll.mit.edu> added the comment:

Tried 'spawn', 'fork', 'forkserver'. 

- 'spawn' causes consistent `FileNotFoundError: [Errno 2] No such file or directory`;
- 'fork' consistently works (tested on machines with 4 and 20 cores);
- 'forkserver' causes roughly half of the processes to crash with `FileNotFoundError`, the other half succeeds (weird!).

----------

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


More information about the Python-bugs-list mailing list