[issue36114] test_multiprocessing_spawn dumps core in AMD64 FreeBSD CURRENT Shared 3.x

STINNER Victor report at bugs.python.org
Mon Mar 4 03:41:57 EST 2019


STINNER Victor <vstinner at redhat.com> added the comment:

I can reproduce the crash on my FreeBSD 12 VM:

vstinner at 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']

----------

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


More information about the Python-bugs-list mailing list