Bugs item #1566280, was opened at 2006-09-27 14:49
Message generated for change (Comment added) made by pavel_krupets
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1566280&group_id=5470

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Pavel Krupets (pavel_krupets)
Assigned to: Nobody/Anonymous (nobody)
Summary: Logging problem on Windows XP

Initial Comment:
Traceback (most recent call last):
  File "C:\Python\Lib\logging\handlers.py", line 73, in
emit
    if self.shouldRollover(record):
  File "C:\Python\Lib\logging\handlers.py", line 147,
in shouldRollover
    self.stream.seek(0, 2)  #due to non-posix-compliant
Windows feature
ValueError: I/O operation on closed file

not sure why this file is closed.

----------------------------------------------------------------------

>Comment By: Pavel Krupets (pavel_krupets)
Date: 2006-09-27 15:01

Message:
Logged In: YES 
user_id=1007725

And I think python crashes on Windows if I try to use logger
from several threads.

Unhandled exception at 0x7c901010 in python.exe: 0xC0000005:
Access violation reading location 0x00000034.

>       ntdll.dll!7c901010()    
        [Frames below may be incorrect and/or missing, no symbols
loaded for ntdll.dll]   
        msvcr71.dll!7c34f639()  
        msvcr71.dll!7c36b3b1()  
        python25.dll!1e06c6c0()         
        python25.dll!1e08dc97()         
        python25.dll!1e03ac12()         
        python25.dll!1e03c735()         
        python25.dll!1e03cc5f()         
        python25.dll!1e04026b()         
        python25.dll!1e039a2e()         
        python25.dll!1e03ac82()         
        python25.dll!1e03cc5f()         
        python25.dll!1e04026b()         
        python25.dll!1e039a2e()         
        python25.dll!1e03ac82()         
        python25.dll!1e03cc5f()         
        python25.dll!1e04026b()         
        python25.dll!1e039a2e()         
        python25.dll!1e03ac82()         
        python25.dll!1e03cc5f()         
        python25.dll!1e04026b()         
        python25.dll!1e039a2e()         
        python25.dll!1e03ac82()         
        python25.dll!1e03cc5f()         
        python25.dll!1e04026b()         
        python25.dll!1e039a2e()         
        python25.dll!1e03ac82()         
        python25.dll!1e03cc5f()         
        python25.dll!1e03db7d()         
        python25.dll!1e0715df()         
        python25.dll!1e0268ec()         
        python25.dll!1e040a04()         
        python25.dll!1e039a8c()         
        python25.dll!1e03ac82()         
        python25.dll!1e03cc5f()         
        python25.dll!1e0622d3()         
        python25.dll!1e062660()         
        python25.dll!1e061028()         
        python25.dll!1e0db1bd()         
        python25.dll!1e062676()         
        python25.dll!1e03e8c1()         
        python25.dll!1e041475()         
        python25.dll!1e0414c3()         
        python25.dll!1e094093()         
        python25.dll!1e062676()         
        python25.dll!1e0268ec()         
        python25.dll!1e03987a()         
        python25.dll!1e033edc()         
        python25.dll!1e08dc97()         
        python25.dll!1e03ac12()         
        python25.dll!1e03cc5f()         
        python25.dll!1e07041e()         
        python25.dll!1e070385()         
        python25.dll!1e03db7d()         
        python25.dll!1e039a8c()         
        python25.dll!1e03ac82()         
        python25.dll!1e03cc5f()         
        python25.dll!1e07041e()         
        python25.dll!1e039a2e()         
        python25.dll!1e03ac82()         
        python25.dll!1e03cc5f()         
        python25.dll!1e07041e()         
        python25.dll!1e03db7d()         
        python25.dll!1e0715df()         
        python25.dll!1e0268ec()         
        python25.dll!1e040a04()         
        ntdll.dll!7c90d625()    
        ntdll.dll!7c90eacf()    
        python25.dll!1e0258d2()         
        ntdll.dll!7c9105c8()    
        ntdll.dll!7c910551()    
        ntdll.dll!7c91056d()    
        kernel32.dll!7c80261a()         
        kernel32.dll!7c8025f0()         
        kernel32.dll!7c8025f0()         
        kernel32.dll!7c802532()         
        python25.dll!1e0268ec()         
        python25.dll!1e03987a()         
        python25.dll!1e0cdf07()         
        python25.dll!1e0cd899()         
        msvcr71.dll!7c34940f()  
        kernel32.dll!7c80b683()         


----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1566280&group_id=5470
_______________________________________________
Python-bugs-list mailing list 
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to