> (gdb) run http://bugs.debian.org/libc6 > (no debugging symbols found)...(no debugging symbols found)...(no debugging > symbols found)...(no debugging symbols found)... > Program received signal SIGSEGV, Segmentation fault. > 0x00000000 in ?? () > (gdb) bt > #0 0x00000000 in ?? () > #1 0x401fdfa8 in gaih_inet (name=0x8176138 "bugs.debian.org", > service=0xbfffe7bc, req=0xbfffe7c8, pai=0xbfffe7b8) > at ../sysdeps/posix/getaddrinfo.c:573
So getaddrinfo is jumping to a NULL address. Can you single step through gaih_inet to see where this happens? Where's it getting the NULL address (I suspect an uninitialized pointer to a function, possibly intended to be in an NSS module). -- Debian - http://www.debian.org/ Linux 1394 - http://www.linux1394.org/ Subversion - http://subversion.tigris.org/ Deqo - http://www.deqo.com/

