[issue19233] test_io.test_interrupted_write_retry_text() hangs on Solaris 10 and FreeBSD 7.2

Charles-François Natali report at bugs.python.org
Sat Oct 12 17:53:07 CEST 2013


Charles-François Natali added the comment:

I think the problem is that those buildbots are really slow (just look at the second buildbot's backlog), and the signal is delivered before the large buffer is allocated, hence the write() syscall doesn't fail with EINTR.

----------
nosy: +neologix

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue19233>
_______________________________________


More information about the Python-bugs-list mailing list