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 vinay.sajip
Recipients sbt, vinay.sajip
Date 2012-05-05.09:13:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1336209215.05.0.989780505108.issue14727@psf.upfronthosting.co.za>
In-reply-to
Content
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()
History
Date User Action Args
2012-05-05 09:13:35vinay.sajipsetrecipients: + vinay.sajip, sbt
2012-05-05 09:13:35vinay.sajipsetmessageid: <1336209215.05.0.989780505108.issue14727@psf.upfronthosting.co.za>
2012-05-05 09:13:34vinay.sajiplinkissue14727 messages
2012-05-05 09:13:34vinay.sajipcreate