Message89151
Debugging threading problems is never as simple as it seems. I don't
believe logging is breaking because of some interaction with the system
calls - rather, the presence of the system calls is changing the
real-time characteristics of the system and exposing the failure.
This problem is not directly related to logging - for example, see
http://groups.google.com/group/comp.lang.python/browse_thread/thread/98fa9592e7c47130/d5642964c573dfc0#d5642964c573dfc0
I will look to see if I can find what the exact problem is. Did you turn
off Windows search indexing for the volume before running the test, in
addition to turning off the anti-virus? It looks as if something else is
opening the file (which, in our test, will have been very recently
written to when the error occurs) and the suspicion must fall on
anti-virus or search indexing or some other file watching software (e.g.
backup software which is configured to monitor all file changes and
refresh the backup copy in pseudo-real-time). |
|
Date |
User |
Action |
Args |
2009-06-09 16:48:18 | vinay.sajip | set | recipients:
+ vinay.sajip, mramahi77, lowell87, neyro, rcronk, Frans |
2009-06-09 16:48:17 | vinay.sajip | set | messageid: <1244566097.8.0.723426907602.issue4749@psf.upfronthosting.co.za> |
2009-06-09 16:48:16 | vinay.sajip | link | issue4749 messages |
2009-06-09 16:48:15 | vinay.sajip | create | |
|