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 opoplawski
Recipients opoplawski
Date 2014-04-15.21:33:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1397597632.61.0.772376521638.issue21247@psf.upfronthosting.co.za>
In-reply-to
Content
Trying to build Python 3.4.0 for Fedora we are seeing test_asyncio test_subprocess_send_signal hang every time, on all architectures.  Unfortunately I cannot reproduce this locally.  These builds are done inside of chroots, and the host has the kernel version 3.12.8-300.fc20 which is used for all build targets.  We see hangs building for Fedora Rawhide and RHEL 7.  We do *not* see hangs on our COPR builders which among other possible differences use RHEL6 hosts with kernel 2.6.32-358.el6.

I've attached an strace of the hanging test.  The calling process seems to be stuck in epoll_wait().

Tried using the watchdog patch from issue #19652 but that doesn't seem to manage to kill things.  In fact, the tests are never killed but the 1 hour timeout in the test runner.
History
Date User Action Args
2014-04-15 21:33:53opoplawskisetrecipients: + opoplawski
2014-04-15 21:33:52opoplawskisetmessageid: <1397597632.61.0.772376521638.issue21247@psf.upfronthosting.co.za>
2014-04-15 21:33:52opoplawskilinkissue21247 messages
2014-04-15 21:33:52opoplawskicreate