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 gregory.p.smith
Recipients gregory.p.smith
Date 2019-08-20.18:26:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1566325579.16.0.877260560963.issue37895@roundup.psfhosted.org>
In-reply-to
Content
test_logging hangs when run on an IPv6-only host.  (127.0.0.1 isn't even available)

test_listen_config_10_ok (test.test_logging.ConfigDictTest) ... Exception in thread Thread-3:
Traceback (most recent call last):
  File "/home/greg/oss/cpython/Lib/threading.py", line 938, in _bootstrap_inner
    self.run()
  File "/home/greg/oss/cpython/Lib/logging/config.py", line 918, in run
    server = self.rcvr(port=self.port, handler=self.hdlr,
  File "/home/greg/oss/cpython/Lib/logging/config.py", line 885, in __init__
    ThreadingTCPServer.__init__(self, (host, port), handler)
  File "/home/greg/oss/cpython/Lib/socketserver.py", line 452, in __init__
    self.server_bind()
  File "/home/greg/oss/cpython/Lib/socketserver.py", line 466, in server_bind
    self.socket.bind(self.server_address)
OSError: [Errno 99] Cannot assign requested address

possibly more, but it's hung here.

I'm preparing an IPv6-only buildbot.
History
Date User Action Args
2019-08-20 18:26:19gregory.p.smithsetrecipients: + gregory.p.smith
2019-08-20 18:26:19gregory.p.smithsetmessageid: <1566325579.16.0.877260560963.issue37895@roundup.psfhosted.org>
2019-08-20 18:26:19gregory.p.smithlinkissue37895 messages
2019-08-20 18:26:18gregory.p.smithcreate