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 grossetti
Recipients abo, astrand, benjamin.peterson, christian.heimes, dsagal, exarkun, gjb1002, gregory.p.smith, grossetti, gvanrossum, nnorwitz, oefe, siemer, tom_culliton
Date 2009-02-24.10:09:45
SpamBayes Score 0.005315964
Marked as misclassified No
Message-id <1235470189.38.0.523029656901.issue1731717@psf.upfronthosting.co.za>
In-reply-to
Content
I had this happen to me today, I used Popen and os.waitpid(p.pid, 0) and
I got an "OSError: [Errno 10] No child processes". I haven't tried
adding a sleep, since it's unreliable. I'm using python 2.5.2, Windows
XP. I haven't tried this on linux yet as the problem arose while testing
my app for windows.
History
Date User Action Args
2009-02-24 10:09:49grossettisetrecipients: + grossetti, gvanrossum, nnorwitz, abo, gregory.p.smith, astrand, siemer, exarkun, gjb1002, oefe, christian.heimes, dsagal, tom_culliton, benjamin.peterson
2009-02-24 10:09:49grossettisetmessageid: <1235470189.38.0.523029656901.issue1731717@psf.upfronthosting.co.za>
2009-02-24 10:09:47grossettilinkissue1731717 messages
2009-02-24 10:09:46grossetticreate