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 berker.peksag
Recipients berker.peksag, koobs, martin.panter, vstinner
Date 2016-08-22.15:52:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1471881150.21.0.423501211191.issue27784@psf.upfronthosting.co.za>
In-reply-to
Content
Here is another one on koobs-freebsd10: http://buildbot.python.org/all/builders/AMD64%20FreeBSD%2010.x%20Shared%203.x/builds/4809/steps/test/logs/stdio test_handle_accept was fine this time.

And this one is from koobs-freebsd9:

======================================================================
ERROR: test_handle_accept (test.test_asyncore.TestAPI_UseIPv6Select)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/home/buildbot/python/3.x.koobs-freebsd9/build/Lib/test/test_asyncore.py", line 500, in tearDown
    asyncore.close_all()
  File "/usr/home/buildbot/python/3.x.koobs-freebsd9/build/Lib/asyncore.py", line 561, in close_all
    x.close()
  File "/usr/home/buildbot/python/3.x.koobs-freebsd9/build/Lib/asyncore.py", line 397, in close
    self.socket.close()
  File "/usr/home/buildbot/python/3.x.koobs-freebsd9/build/Lib/socket.py", line 407, in close
    self._real_close()
  File "/usr/home/buildbot/python/3.x.koobs-freebsd9/build/Lib/socket.py", line 401, in _real_close
    _ss.close(self)
ConnectionResetError: [Errno 54] Connection reset by peer

----------------------------------------------------------------------

http://buildbot.python.org/all/builders/AMD64%20FreeBSD%209.x%203.x/builds/4705/steps/test/logs/stdio
History
Date User Action Args
2016-08-22 15:52:30berker.peksagsetrecipients: + berker.peksag, vstinner, martin.panter, koobs
2016-08-22 15:52:30berker.peksagsetmessageid: <1471881150.21.0.423501211191.issue27784@psf.upfronthosting.co.za>
2016-08-22 15:52:30berker.peksaglinkissue27784 messages
2016-08-22 15:52:30berker.peksagcreate