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/15946] getaddrinfo() writes DNS queries to random file descriptors under high load


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

Rich Felker <bugdal at aerifal dot cx> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bugdal at aerifal dot cx

--- Comment #2 from Rich Felker <bugdal at aerifal dot cx> ---
Ping. This looks extremely serious and does not seem to have received any
attention so far. The Go issue thread suggests that it's likely related to some
kind of socket caching going on in glibc's resolver; if so, this caching should
just be disabled completely (replaced with new locally-opened socket per query)
unless it can easily be fixed.

-- 
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]