This is the mail archive of the libc-alpha@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]

getnameinfo from glibc 2.1.94


Hi.
I find problem with glibc 2.1.94 compatibility with glibc 2.1.3.
I have netstat compiled on glibc 2.1.3. If I run netstat with glibc 2.1.94
then:
# netstat 
Active Internet connections (w/o servers)
Proto Recv-Q Send-Q Local Address           Foreign Address         State      
[snip]
getnameinfo: Bad value for ai_flags
Segmentation fault

# objdump -T /lib/libc-2.1.94.so |grep getnameinfo
000e4858 g    DF .text	0000060c  GLIBC_2.1   getnameinfo
$ objdump -T /lib/libc-2.1.3.so |grep getnameinfo
000bcff8 g    DF .text	000004bc  GLIBC_2.1   getnameinfo

Regards
-- 
Artur Frysiak
http://www.pld.org.pl/

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