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 Thom.Nichols
Recipients Frans, Thom.Nichols, eantelman, ggenellina, jpfarias, lowell87, mramahi77, neyro, rcronk, vinay.sajip
Date 2012-06-22.12:57:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1340369868.43.0.456854431403.issue4749@psf.upfronthosting.co.za>
In-reply-to
Content
I just ran into this issue, clearly it is old and Python 2.6, but I just experienced it in a single-process linux app running on a production embedded system.  

root@at91sam9g20ek:~# python
Python 2.6.5 (r265:79063, Sep 28 2011, 11:52:59) 
[GCC 4.3.3] on linux2

The symptom is the original "ValueError: I/O operation on closed file."  I see one log file that has reached its max size and never rolls over and as a result, the app is unable to log anything. 

Has anyone since experienced related issues that could exhibit this behavior?
History
Date User Action Args
2012-06-22 12:57:48Thom.Nicholssetrecipients: + Thom.Nichols, vinay.sajip, ggenellina, mramahi77, lowell87, neyro, rcronk, Frans, eantelman, jpfarias
2012-06-22 12:57:48Thom.Nicholssetmessageid: <1340369868.43.0.456854431403.issue4749@psf.upfronthosting.co.za>
2012-06-22 12:57:47Thom.Nicholslinkissue4749 messages
2012-06-22 12:57:47Thom.Nicholscreate