New submission from Aki:

Hi,

I'm not sure this is a right place to write in the problem I found.
What I found was:
(1) create a thread
(2) open a file in the thread
(3) everything works fine under Solaris
(4) Openning a file in the thread fails intermittenly under Windows
Not always it fails.
The file is there but it returns:
  File "h:\prj\socgear\unidbg\tkunidbg\sub.py", line 94, in thread_worker
    fd = open(fn, 'rb')
IOError: [Errno 2] No such file or directory: './XXX.dat'
(5) The problem goes away (under Windows) if I have the main thread wait
until the file is opened using Event.

//

The program also uses Tkinter but I'm not sure that is relevant.
I cannot submit the whole program as it is too big to submit.

Aki-

----------
nosy: +akineko

__________________________________
Tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/issue1073>
__________________________________
_______________________________________________
Python-bugs-list mailing list 
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to