https://bugzilla.novell.com/show_bug.cgi?id=684534 https://bugzilla.novell.com/show_bug.cgi?id=684534#c29 --- Comment #29 from Michael Matz <matz@suse.com> 2012-03-13 15:28:48 UTC --- getent is using: #0 0xb7f22ff0 in send () from /lib/libc.so.6 #1 0xb7dedbf1 in __libc_res_nsend () from /lib/libresolv.so.2 #2 0xb7deb954 in __libc_res_nquery () from /lib/libresolv.so.2 #3 0xb7debf59 in __libc_res_nquerydomain () from /lib/libresolv.so.2 #4 0xb7dec5af in __libc_res_nsearch () from /lib/libresolv.so.2 #5 0xb7dfe0f2 in _nss_dns_gethostbyname3_r () from /lib/libnss_dns.so.2 #6 0xb7dfe38f in _nss_dns_gethostbyname2_r () from /lib/libnss_dns.so.2 #7 0xb7f397c3 in gethostbyname2_r@@GLIBC_2.1.2 () from /lib/libc.so.6 #8 0xb7f0788d in gaih_inet () from /lib/libc.so.6 #9 0xb7f08b24 in getaddrinfo () from /lib/libc.so.6 while telnet is using: #0 0xb7ec3ff0 in send () from /lib/libc.so.6 #1 0xb7dc0bf1 in __libc_res_nsend () from /lib/libresolv.so.2 #2 0xb7dbe954 in __libc_res_nquery () from /lib/libresolv.so.2 #3 0xb7dbef59 in __libc_res_nquerydomain () from /lib/libresolv.so.2 #4 0xb7dbf5af in __libc_res_nsearch () from /lib/libresolv.so.2 #5 0xb7dd1549 in _nss_dns_gethostbyname4_r () from /lib/libnss_dns.so.2 #6 0xb7ea7c43 in gaih_inet () from /lib/libc.so.6 #7 0xb7ea9b24 in getaddrinfo () from /lib/libc.so.6 The path calling _nss_dns_gethostbyname4_r isn't touched at all by the patch in question. It never did, and hence never could have worked. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.