> Program received signal SIGSEGV, Segmentation fault.
> 0x7015bc14 in _nss_db_endetherent () from /lib/libnss_db.so.2
> (gdb) backtrace
> #0  0x7015bc14 in _nss_db_endetherent () from /lib/libnss_db.so.2
> #1  0x7015bf88 in _nss_db_getntohost_r () from /lib/libnss_db.so.2
> #2  0x70117b2c in ether_ntohost () from /lib/libc.so.6
> #3  0x29e24 in init_etherarray () at ./addrtoname.c:696
> #4  0x29f50 in init_addrtoname (localnet=2159004000, mask=4294967264)
>     at ./addrtoname.c:756
> #5  0x11fcc in main (argc=1, argv=0xeffffb64) at ./tcpdump.c:413
> (gdb)

Looks like a libc bug.

In fact, I seem to remember recently seeing, either in tcpdump-workers
or one of the Ethereal mailing lists, a discussion where it was
eventually concluded that there was, indeed, a bug in some versions of
GNU libc - I think it might have been in the code that looked up
Ethernet addresses in the Ethernet address <-> host name data base -
that caused crashes.  Unfortunately, I don't remember which list it was
in, or which message it was.
-
This is the TCPDUMP workers list. It is archived at
http://www.tcpdump.org/lists/workers/index.html
To unsubscribe use mailto:[EMAIL PROTECTED]?body=unsubscribe

Reply via email to