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, vstinner
Date 2019-05-21.11:12:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1558437144.04.0.489272037604.issue36752@roundup.psfhosted.org>
In-reply-to
Content
I believe (or hope) this is related to issue35828.

This is, as far as I can tell, a compiler issue.

It appears "always" in the bot situation (not building as root) when using xlc-v11, but not when using gcc-4.7.4.

So, when the test failure "disappears" on the bot - it is because I have switched CC=clr_r to CC=gcc

I am quite willing to continue searching (I just removed over three GBytes of core dumps I had collected previously).

As to analysis: it appears the "server" side core-dumps, and the the client-side is refused a connection (obviously).
History
Date User Action Args
2019-05-21 11:12:24Michael.Feltsetrecipients: + Michael.Felt, vstinner
2019-05-21 11:12:24Michael.Feltsetmessageid: <1558437144.04.0.489272037604.issue36752@roundup.psfhosted.org>
2019-05-21 11:12:24Michael.Feltlinkissue36752 messages
2019-05-21 11:12:23Michael.Feltcreate