[issue14727] test_multiprocessing failure under Linux

Vinay Sajip report at bugs.python.org
Sat May 5 11:13:35 CEST 2012


New submission from Vinay Sajip <vinay_sajip at yahoo.co.uk>:

I've recently started seeing this failure repeatably on Linux (Ubuntu Jaunty):

[195/364] test_multiprocessing
Process Process-133:
Traceback (most recent call last):
  File "/home/vinay/projects/python/default/Lib/multiprocessing/process.py", line 258, in _bootstrap
    self.run()
  File "/home/vinay/projects/python/default/Lib/multiprocessing/process.py", line 95, in run
    self._target(*self._args, **self._kwargs)
  File "/home/vinay/projects/python/default/Lib/test/test_multiprocessing.py", line 2005, in _remote
    client.connect(address)
ConnectionRefusedError: [Errno 111] Connection refused
/home/vinay/projects/python/default/Lib/multiprocessing/process.py:274: ResourceWarning: unclosed <socket.socket object, fd=15, family=2, type=1, proto=0>
  traceback.print_exc()

----------
components: Tests
messages: 159981
nosy: sbt, vinay.sajip
priority: normal
severity: normal
status: open
title: test_multiprocessing failure under Linux
type: behavior
versions: Python 3.3

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


More information about the Python-bugs-list mailing list