[issue35828] test_multiprocessing_fork - crashes in PyDict_GetItem - segmentation error

Michael Felt report at bugs.python.org
Wed Feb 20 12:59:37 EST 2019


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

I am still trying to get further with this, but I won't get far enough without some help on how to best dig deeper.

For one, it should be leaving a core dump, but it never seems to leave the core dump in the working directory. I know it is doing core dump because the "errpt" system tells me it is.

Further, anyone who can help me better understand messages such as:
Warning -- Dangling processes: {<SpawnProcess name='SyncManager-1168' pid=13041826 parent=6815746 stopped exitcode=-SIGSEGV>, <SpawnProcess name='SyncManager-1202' pid=8454174 parent=6815746 stopped exitcode=-SIGSEGV>}

All I can figure out is that the "parent" process has children that "die". Is there anything useful in the SpawnProcess name info?

----------

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


More information about the Python-bugs-list mailing list