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 ivank
Recipients Claudiu.Popa, ivank, pitrou, vstinner
Date 2014-04-27.03:26:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1398569210.87.0.611331429032.issue21090@psf.upfronthosting.co.za>
In-reply-to
Content
I'm finding it hard to reproduce the bug again with more zpool corruption.  (I see the `IOError: [Errno 5] Input/output error` exception now.)  I do remember that in the reported case, Python 3.4, node.js, and OpenJDK 7 threw an EIO exception, but Python 2.7 did not.  I tested this multiple times.

Right now I can only speculate that Python 2.7 silently stops reading only in certain cases, e.g. depending on how Python's reads are aligned with the first byte that causes EIO.

I'm still working on getting it reproduced, please hold off on closing.
History
Date User Action Args
2014-04-27 03:26:50ivanksetrecipients: + ivank, pitrou, vstinner, Claudiu.Popa
2014-04-27 03:26:50ivanksetmessageid: <1398569210.87.0.611331429032.issue21090@psf.upfronthosting.co.za>
2014-04-27 03:26:50ivanklinkissue21090 messages
2014-04-27 03:26:50ivankcreate