[issue35828] test_multiprocessing_fork - crashes in PyDict_GetItem - segmentation error

Michael Felt report at bugs.python.org
Wed Jan 30 11:33:00 EST 2019


Michael Felt <aixtools at felt.demon.nl> added the comment:

OK. being more specific about the test situation.

When I run ./python -m test test_multiprocessing_fork all is fine. However, when I run it as: ./python -m test -j2 test_multiprocessing_main_handling test_multiprocessing_fork

test_multiprocessing_main_handling PASSes and test_multiprocessing_fork crashes (and has a segmentation core dump in the process).

----------
title: test_multiprocessing_* - crash in PyDict_GetItem - segmentation error -> test_multiprocessing_fork - crashes in PyDict_GetItem - segmentation error

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


More information about the Python-bugs-list mailing list