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 Frans, lowell87, mramahi77, neyro, rcronk, vinay.sajip
Date 2009-06-08.17:48:21
SpamBayes Score 1.1562747e-09
Marked as misclassified No
Message-id <1244483304.16.0.428638239318.issue4749@psf.upfronthosting.co.za>
In-reply-to
Content
P.S. The above script and failure is running on winxp sp3.  Also, if 
you comment out the two os.system() calls, it works just fine.  They 
seem like they should be unrelated to the logging though.  You'll also 
see some errors about access to the blah.txt file which makes sense 
since multiple threads are hitting that file at the same time.  I don't 
know if this is about using os.system() itself from multiple threads 
while logging or if it's about having an error condition during the 
os.system() call on top of that.  Anyway, let me know what you think or 
if I've done something wrong, let me know how to fix it and that might 
be good documentation for others running into this problem.  Thanks.
History
Date User Action Args
2009-06-08 17:48:24rcronksetrecipients: + rcronk, vinay.sajip, mramahi77, lowell87, neyro, Frans
2009-06-08 17:48:24rcronksetmessageid: <1244483304.16.0.428638239318.issue4749@psf.upfronthosting.co.za>
2009-06-08 17:48:22rcronklinkissue4749 messages
2009-06-08 17:48:21rcronkcreate