From: "julian.mehnle (Julian Mehnle)" Date: 2013-04-18T07:42:34+09:00 Subject: [ruby-core:54413] [ruby-trunk - Bug #8285] Resolv::DNS: TCP fallback fails with multiple resolvers Issue #8285 has been updated by julian.mehnle (Julian Mehnle). Why has @monospace@ formatting been disabled in this Redmine? Bleh! ---------------------------------------- Bug #8285: Resolv::DNS: TCP fallback fails with multiple resolvers https://bugs.ruby-lang.org/issues/8285#change-38680 Author: julian.mehnle (Julian Mehnle) Status: Open Priority: Normal Assignee: Category: lib Target version: ruby -v: ruby 1.8.7 (2011-12-28 patchlevel 357) [i686-darwin11] Backport: 1.9.3: UNKNOWN, 2.0.0: UNKNOWN Since my TCP fallback support patch from #3835 was merged Resolv::DNS would sometimes fail with a @"host/port don't match: :"@ @Resolv::DNS::Requester::RequestError@ exception in @resolv.rb@, line 818 (Ruby 1.9.1). This happens when more than one nameserver is configured and Resolv::DNS is has fallen back to TCP and rotates from the first to the second nameserver (e.g., when there was a timeout in the TCP query to the first nameserver). -- http://bugs.ruby-lang.org/