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 piro
Recipients piro
Date 2008-02-14.15:39:00
SpamBayes Score 0.015051411
Marked as misclassified No
Message-id <1203003543.0.0.215384363172.issue2113@psf.upfronthosting.co.za>
In-reply-to
Content
During Popen.communicate(), if a signal is caught during the select(),
an unhandled exception is raised, and the output gathered is lost.

This means that a long running or hanged process can't be killed after a
timeout (as shown in the attached example, where the output collected
before the signal is valuable)

The bug happens only when stdout and stderr are not merged and is tested
on linux platform.
History
Date User Action Args
2008-02-14 15:39:03pirosetspambayes_score: 0.0150514 -> 0.015051411
recipients: + piro
2008-02-14 15:39:03pirosetspambayes_score: 0.0150514 -> 0.0150514
messageid: <1203003543.0.0.215384363172.issue2113@psf.upfronthosting.co.za>
2008-02-14 15:39:01pirolinkissue2113 messages
2008-02-14 15:39:00pirocreate