New submission from wesinator <13hu...@gmail.com>:

python 3.7.4 (homebrew) macOS 10.14.5
16 GB DDR4

segfault encountered when running test code in jupyter. 

Application Specific Information:
crashed on child side of fork pre-exec

I'm not in a position to share the code unfortunately, but I can say it was 
running multiple iterations of subprocess.Popen() within a multiprocessing Pool 
using os.cpu_count() / 2 number of processes (in this case 12/2 = 6). 


macOS .crash dump file attached

----------
components: macOS
files: Python_2019-07-16-123850_MacBook-Pro.crash
messages: 348032
nosy: ned.deily, ronaldoussoren, wesinator
priority: normal
severity: normal
status: open
title: segfault running code in jupyter on macOS 10.14.5 - crashed on child 
side of fork pre-exec
type: crash
versions: Python 3.7
Added file: 
https://bugs.python.org/file48487/Python_2019-07-16-123850_MacBook-Pro.crash

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue37607>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to