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 pitrou
Recipients pitrou, sbt
Date 2012-05-04.22:54:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1336172041.91.0.79006187387.issue14725@psf.upfronthosting.co.za>
In-reply-to
Content
There was this failure on one of the XP buildbots:


Process Process-269:
Traceback (most recent call last):
  File "D:\cygwin\home\db3l\buildarea\3.x.bolen-windows\build\lib\multiprocessing\process.py", line 258, in _bootstrap
    self.run()
  File "D:\cygwin\home\db3l\buildarea\3.x.bolen-windows\build\lib\multiprocessing\process.py", line 95, in run
    self._target(*self._args, **self._kwargs)
  File "D:\cygwin\home\db3l\buildarea\3.x.bolen-windows\build\lib\test\test_multiprocessing.py", line 1980, in _listener
    new_conn = l.accept()
  File "D:\cygwin\home\db3l\buildarea\3.x.bolen-windows\build\lib\multiprocessing\connection.py", line 444, in accept
    c = self._listener.accept()
  File "D:\cygwin\home\db3l\buildarea\3.x.bolen-windows\build\lib\multiprocessing\connection.py", line 624, in accept
    ov = _winapi.ConnectNamedPipe(handle, overlapped=True)
BrokenPipeError: [Error 232] The pipe is being closed

======================================================================
ERROR: test_pickling (test.test_multiprocessing.WithProcessesTestPicklingConnections)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "D:\cygwin\home\db3l\buildarea\3.x.bolen-windows\build\lib\multiprocessing\connection.py", line 308, in _recv_bytes
    nread, err = ov.GetOverlappedResult(True)
BrokenPipeError: [Error 109] The pipe has been ended

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "D:\cygwin\home\db3l\buildarea\3.x.bolen-windows\build\lib\test\test_multiprocessing.py", line 2030, in test_pickling
    new_conn = lconn.recv()
  File "D:\cygwin\home\db3l\buildarea\3.x.bolen-windows\build\lib\multiprocessing\connection.py", line 252, in recv
    buf = self._recv_bytes()
  File "D:\cygwin\home\db3l\buildarea\3.x.bolen-windows\build\lib\multiprocessing\connection.py", line 317, in _recv_bytes
    raise EOFError
EOFError


(http://www.python.org/dev/buildbot/all/builders/x86%20XP-4%203.x/builds/6534/steps/test/logs/stdio)
History
Date User Action Args
2012-05-04 22:54:01pitrousetrecipients: + pitrou, sbt
2012-05-04 22:54:01pitrousetmessageid: <1336172041.91.0.79006187387.issue14725@psf.upfronthosting.co.za>
2012-05-04 22:54:01pitroulinkissue14725 messages
2012-05-04 22:54:00pitroucreate