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 libc/12684] Multi-request DNS lookups do not properly fall back to secondary nameserver


http://sourceware.org/bugzilla/show_bug.cgi?id=12684

Andreas Schwab <schwab@linux-m68k.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|FIXED                       |

--- Comment #2 from Andreas Schwab <schwab@linux-m68k.org> 2011-06-03 10:57:49 UTC ---
$ nss/getent ahosts example.com
;; res_setoptions(" debug
", "conf")..
;;      debug
dots=1, statp->ndots=1, trailing_dot=0, name=example.com
;; res_nquerydomain(example.com, <Nil>, 1, 62321)
;; res_query(example.com, 1, 62321)
;; res_nmkquery(QUERY, example.com, IN, A)
;; res_nmkquery(QUERY, example.com, IN, AAAA)
;; res_send()
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 24983
;; flags: rd; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 0
;;      example.com, type = A, class = IN
;; Querying server (# 1) address = 127.0.0.1
res_send: send: Connection refused
;; got answer:
;; ns_initparse: Message too long
;; ns_initparse: Message too long
Segmentation fault

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- 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]