This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author pablogsal
Recipients koobs, pablogsal, scotchka
Date 2019-03-03.17:54:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1551635652.63.0.390240025945.issue36114@roundup.psfhosted.org>
In-reply-to
Content
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.
History
Date User Action Args
2019-03-03 17:54:12pablogsalsetrecipients: + pablogsal, koobs, scotchka
2019-03-03 17:54:12pablogsalsetmessageid: <1551635652.63.0.390240025945.issue36114@roundup.psfhosted.org>
2019-03-03 17:54:12pablogsallinkissue36114 messages
2019-03-03 17:54:12pablogsalcreate