[issue8448] buildbot: test_subprocess failure (test_no_leaking, Broken pipe)

STINNER Victor report at bugs.python.org
Mon Apr 19 00:27:58 CEST 2010


New submission from STINNER Victor <victor.stinner at haypocalc.com>:

http://www.python.org/dev/buildbot/builders/sparc Debian 3.1/builds/49/steps/test/logs/stdio

test_subprocess
* ob
object  : <refcnt 0 at 0x1038220>
type    : str
refcount: 0
address : 0x1038220
* op->_ob_prev->_ob_next
object  : <refcnt 0 at 0x1038220>
type    : str
refcount: 0
address : 0x1038220
* op->_ob_next->_ob_prev
object  : [29082 refs]
.
    this bit of output is from a test of stdout in a different process ...
.
    this bit of output is from a test of stdout in a different process ...
test test_subprocess failed -- Traceback (most recent call last):
  File "/home/pybot/buildarea-sid/3.1.klose-debian-sparc/build/Lib/test/test_subprocess.py", line 459, in test_no_leaking
    data = p.communicate(b"lime")[0]
  File "/home/pybot/buildarea-sid/3.1.klose-debian-sparc/build/Lib/subprocess.py", line 727, in communicate
    return self._communicate(input)
  File "/home/pybot/buildarea-sid/3.1.klose-debian-sparc/build/Lib/subprocess.py", line 1203, in _communicate
    stdout, stderr = self._communicate_with_poll(input)
  File "/home/pybot/buildarea-sid/3.1.klose-debian-sparc/build/Lib/subprocess.py", line 1269, in _communicate_with_poll
    input_offset += os.write(fd, chunk)
OSError: [Errno 32] Broken pipe

----------
keywords: buildbot
messages: 103542
nosy: haypo
severity: normal
status: open
title: buildbot: test_subprocess failure (test_no_leaking, Broken pipe)
versions: Python 3.1

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


More information about the Python-bugs-list mailing list