[issue36114] test_multiprocessing_spawn dumps core in AMD64 FreeBSD CURRENT Shared custom

Pablo Galindo Salgado report at bugs.python.org
Sun Mar 3 12:54:12 EST 2019


Pablo Galindo Salgado <pablogsal at gmail.com> added the comment:

After some investigation, this turns out to be more complicated, as this 'python.core' turns to be a core dumped from some of the processes spawned by test_multiprocessing_spawn. So the real problem is that test_multiprocessing_spawn segfaults, as in https://bugs.python.org/issue36116. I think this may be the same underlying problem. I will change the title to reflect this.

----------
title: test_multiprocessing_spawn changes the execution environment -> test_multiprocessing_spawn dumps core in AMD64 FreeBSD CURRENT Shared custom

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


More information about the Python-bugs-list mailing list