On Tue, Dec 24, 2002 at 09:00:22AM -0500, Ben Collins wrote: > > (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).
This should be fixed in glibc CVS; thanks to GOTO for noticing. It'll be in -8. -- Daniel Jacobowitz MontaVista Software Debian GNU/Linux Developer

