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 skrah
Recipients python-dev, r.david.murray, rmsr, skrah
Date 2014-01-18.23:05:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1390086323.5.0.172058426671.issue20246@psf.upfronthosting.co.za>
In-reply-to
Content
One test fails on FreeBSD 9.0 and 6.4:

======================================================================
ERROR: testRecvFromIntoSmallBuffer (test.test_socket.BufferIOTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/home/db3l/buildarea/3.x.bolen-freebsd/build/Lib/test/test_socket.py", line 259, in _tearDown
    raise exc
  File "/usr/home/db3l/buildarea/3.x.bolen-freebsd/build/Lib/test/test_socket.py", line 271, in clientRun
    test_func()
  File "/usr/home/db3l/buildarea/3.x.bolen-freebsd/build/Lib/test/test_socket.py", line 4690, in _testRecvFromIntoSmallBuffer
    self.serv_conn.send(MSG*2048)
BrokenPipeError: [Errno 32] Broken pipe
History
Date User Action Args
2014-01-18 23:05:23skrahsetrecipients: + skrah, rmsr, r.david.murray, python-dev
2014-01-18 23:05:23skrahsetmessageid: <1390086323.5.0.172058426671.issue20246@psf.upfronthosting.co.za>
2014-01-18 23:05:23skrahlinkissue20246 messages
2014-01-18 23:05:23skrahcreate