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 vstinner
Recipients koobs, pablogsal, pitrou, scotchka, vstinner
Date 2019-03-04.08:41:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1551688917.23.0.617533493463.issue36114@roundup.psfhosted.org>
In-reply-to
Content
I can reproduce the crash on my FreeBSD 12 VM:

vstinner@freebsd$ ./python -m test --fail-env-changed test_multiprocessing_spawn -v

FAIL: test_mymanager_context_prestarted (test.test_multiprocessing_spawn.WithManagerTestMyManager)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/home/vstinner/prog/python/master/Lib/test/_test_multiprocessing.py", line 2754, in test_mymanager_context_prestarted
    self.assertEqual(manager._process.exitcode, 0)
AssertionError: -10 != 0

Warning -- files was modified by test_multiprocessing_spawn
  Before: []
  After:  ['python.8184.core']
History
Date User Action Args
2019-03-04 08:41:57vstinnersetrecipients: + vstinner, pitrou, koobs, pablogsal, scotchka
2019-03-04 08:41:57vstinnersetmessageid: <1551688917.23.0.617533493463.issue36114@roundup.psfhosted.org>
2019-03-04 08:41:57vstinnerlinkissue36114 messages
2019-03-04 08:41:57vstinnercreate