Tuomo Valkonen wrote:
On 2005-10-10, Geoffrey Alan Washburn <[EMAIL PROTECTED]> wrote:
*** glibc detected *** corrupted double-linked list: 0x0819df18 ***
zsh: 27351 segmentation fault
...
% ion3
*** glibc detected *** double free or corruption: 0x0819dcd8 ***
WTF? Do you have some broken memory checker library LD_PRELOADed
or something?
There isn't anything in my LD_LIBRARY_PATH that should be doing this.
The system's /etc/ld.so.conf looks like
/usr/X11R6/lib/Xaw95
/usr/X11R6/lib/Xaw3d
/usr/X11R6/lib
/usr/i486-linux/lib
/usr/i486-linux-libc5/lib=libc5
/usr/i486-linux-libc6/lib=libc6
/usr/i486-linuxaout/lib
/usr/i386-suse-linux/lib
/usr/local/lib
/usr/openwin/lib
/opt/kde/lib
/opt/kde2/lib
/opt/kde3/lib
/opt/gnome/lib
/opt/gnome2/lib
include /etc/ld.so.conf.d/*.conf
and the files in /etc/ld.so.conf.d/ look like
/usr/kerberos/lib
/usr/lib/perl5/5.8.5/i586-linux-thread-multi/CORE/
/lib
/usr/lib
/usr/lib/qt3/lib
/usr/lib/sane
/usr/lib/mysql
/usr/kerberos/lib
/opt/mozilla/lib
But I can't change them without convincing the administrator first.
/lib/libc.so.6 and /usr/lib/libc.* don't seem to be symlinked to
anything peculiar. Is there anything else I should be checking for?