[New-bugs-announce] [issue35219] macOS 10.14 High Sierra crashes in multiprocessing
Barry A. Warsaw
report at bugs.python.org
Mon Nov 12 12:57:32 EST 2018
New submission from Barry A. Warsaw <barry at python.org>:
As we're beginning to roll out macOS 10.14 High Sierra, we're seeing an increase in core files inside /cores. This can consume a ton of disk space if you have coredumps enabled. I don't have a short reproducer yet, but we believe this is related to changes in macOS behavior around fork(). Here are some clues:
https://github.com/ansible/ansible/issues/32499#issuecomment-341578864
https://stackoverflow.com/questions/50168647/multiprocessing-causes-python-to-crash-and-gives-an-error-may-have-been-in-progr/52230415#52230415
http://sealiesoftware.com/blog/archive/2017/6/5/Objective-C_and_fork_in_macOS_1013.html
----------
messages: 329747
nosy: barry
priority: normal
severity: normal
status: open
title: macOS 10.14 High Sierra crashes in multiprocessing
versions: Python 3.6, Python 3.7, Python 3.8
_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue35219>
_______________________________________
More information about the New-bugs-announce
mailing list