This is the mail archive of the glibc-bugs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug network/13028] Resolver sometimes fails with option rotate


https://sourceware.org/bugzilla/show_bug.cgi?id=13028

Paul Marks <paul at pmarks dot net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |paul at pmarks dot net

--- Comment #7 from Paul Marks <paul at pmarks dot net> ---
This bug still exists.  Here's how to reproduce it trivially:

$ cat /etc/resolv.conf 
options rotate
nameserver 2001:4860:4860::8888

$ python -c 'import socket; print(socket.getaddrinfo("www.kernel.org.", 80, 0,
0, socket.IPPROTO_TCP))'
Traceback (most recent call last):
  File "<string>", line 1, in <module>
socket.gaierror: [Errno -3] Temporary failure in name resolution

$ ldd --version
ldd (Gentoo 2.20-r2 p4) 2.20

-- 
You are receiving this mail because:
You are on the CC list for the bug.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]