This is the mail archive of the glibc-bugs@sources.redhat.com 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 nptl/434] Probable bug: pd->res being left uninitialised


------- Additional Comments From thiago dot macieira at kdemail dot net  2004-10-08 23:54 -------
Created an attachment (id=224)
 --> (http://sources.redhat.com/bugzilla/attachment.cgi?id=224&action=view)
testcase

Here goes the test case.

When running it on an NPTL environment, where all the nameservers in
/etc/resolv.conf are IPv6, the result is:
(4097fbb0) Results from getaddrinfo(af = 2): 0
(4097fbb0) Results from getaddrinfo(af = 2): -3

Whereas the result on the same system, same glibc and libresolv, but using
LinuxThreads, is:
(4002) Results from getaddrinfo(af = 2): 0
(8003) Results from getaddrinfo(af = 2): 0


-- 


http://sources.redhat.com/bugzilla/show_bug.cgi?id=434

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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