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 gregory.p.smith
Recipients gregory.p.smith, tebeka
Date 2008-09-22.00:48:39
SpamBayes Score 0.021969732
Marked as misclassified No
Message-id <1222044521.26.0.230864023994.issue3593@psf.upfronthosting.co.za>
In-reply-to
Content
This is not a subprocess bug.  the os's pipe buffer filled up so the
process never terminated to be noticed by wait.  see:

http://docs.python.org/dev/library/subprocess.html#subprocess.Popen.wait

use communicate() instead of wait().
History
Date User Action Args
2008-09-22 00:48:41gregory.p.smithsetrecipients: + gregory.p.smith, tebeka
2008-09-22 00:48:41gregory.p.smithsetmessageid: <1222044521.26.0.230864023994.issue3593@psf.upfronthosting.co.za>
2008-09-22 00:48:40gregory.p.smithlinkissue3593 messages
2008-09-22 00:48:39gregory.p.smithcreate