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 Michael.Felt
Recipients Michael.Felt, davin
Date 2019-02-20.17:59:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1550685577.51.0.930856435194.issue35828@roundup.psfhosted.org>
In-reply-to
Content
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?
History
Date User Action Args
2019-02-20 17:59:37Michael.Feltsetrecipients: + Michael.Felt, davin
2019-02-20 17:59:37Michael.Feltsetmessageid: <1550685577.51.0.930856435194.issue35828@roundup.psfhosted.org>
2019-02-20 17:59:37Michael.Feltlinkissue35828 messages
2019-02-20 17:59:37Michael.Feltcreate