This is the mail archive of the libc-alpha@sourceware.org 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]
Other format: [Raw text]

Latest CVS changes segfaults some programs.


Hello,

I just recently upgrade my libc cvs from April 15th to today's cvs and now some programs (only that I have tested) are starting to crash. I think it might be related to the getaddrinfo.c/ifaddrs.h rewrite that had happened. For example the latest rsync (from cvs) now crashes and even apache 2.2.0 crashes (here is some debug messages). These are the only two programs that have this problem so far. I am running Linux version 2.6.17rc2 with gcc version 4.1.1 20060421.

root@server:~/# httpd
*** glibc detected *** httpd: free(): invalid pointer: 0xafbba394 ***
======= Backtrace: =========
/lib/libc.so.6[0xa7c98a97]
/lib/libc.so.6(__libc_free+0x6c)[0xa7c9a00c]
/lib/libc.so.6(getaddrinfo+0x500)[0xa7cd9fa0]
httpd[0x81d1580]
httpd(ap_read_config+0xcb)[0x8095e41]
httpd(main+0x6cc)[0x8087232]
/lib/libc.so.6(__libc_start_main+0xd0)[0xa7c4e880]
httpd[0x8086801]

Any ideas?


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