[issue3200] Python's crash in heavy multithreading IO operations

Eric Sadit report at bugs.python.org
Wed Jun 25 21:32:11 CEST 2008


Eric Sadit <donsadit at gmail.com> added the comment:

Thanks Amaury

I run a test script and Python 2.5.2 crashes, but 2.6b1 runs perfectly
throwing a ValueError exception (Operation of closed file)
in the reader/writer thread and "IOError: close() called during concurrent
operation on the same file object" in the closer thread.
Python doesn't crash anymore.

Cheers

Eric Sadit

On Wed, Jun 25, 2008 at 12:44 PM, Amaury Forgeot d'Arc <
report at bugs.python.org> wrote:

>
> Amaury Forgeot d'Arc <amauryfa at gmail.com> added the comment:
>
> This problem may be a duplicate of issue815646 and issue595601, and was
> probably corrected with r62195.
>
> Can you please check with the new python version 2.6b1 ?
>
> ----------
> nosy: +amaury.forgeotdarc
> resolution:  -> out of date
> status: open -> pending
>
> _______________________________________
> Python tracker <report at bugs.python.org>
> <http://bugs.python.org/issue3200>
> _______________________________________
>

Added file: http://bugs.python.org/file10732/unnamed

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue3200>
_______________________________________
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: unnamed
URL: <http://mail.python.org/pipermail/python-bugs-list/attachments/20080625/d0059e6f/attachment.txt>


More information about the Python-bugs-list mailing list