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 rcronk
Recipients ajaksu2, atila-cheops, cheops, effbot, rcronk, tim.peters
Date 2009-06-10.16:27:06
SpamBayes Score 1.530227e-07
Marked as misclassified No
Message-id <1244651229.82.0.85760092765.issue1425127@psf.upfronthosting.co.za>
In-reply-to
Content
Could this problem be associated with issue4749?  It was found that 
something goes wrong when two cmd children processes are spawned from 
different threads, when the first exits, it is closing file handles 
shared with the first (or something like that) and it's causing a 
problem with logging in issue4749.  That bug has been closed since it's 
not a problem with logging so I'm searching for other similar bugs to 
see if we can create a new bug that documents the cause and link to 
these other bugs that are all showing different symptoms of the bug.  
Thoughts?
History
Date User Action Args
2009-06-10 16:27:10rcronksetrecipients: + rcronk, tim.peters, effbot, atila-cheops, ajaksu2, cheops
2009-06-10 16:27:09rcronksetmessageid: <1244651229.82.0.85760092765.issue1425127@psf.upfronthosting.co.za>
2009-06-10 16:27:06rcronklinkissue1425127 messages
2009-06-10 16:27:06rcronkcreate