I'm getting a big load of errors when running valgrind on every
executable on the system. Even a "valgrind ls /" results in tons of this:
==16779== Use of uninitialised value of size 8
==16779== at 0x30000100C3: ??? (in /lib64/ld-2.10.1.so)
==16779== by 0x300000397B: ??? (in /lib64/ld-2.10.1.so)
==16779== by 0x300001401B: ??? (in /lib64/ld-2.10.1.so)
==16779== by 0x3000001450: ??? (in /lib64/ld-2.10.1.so)
==16779== by 0x3000000BA7: ??? (in /lib64/ld-2.10.1.so)
Can anyone confirm? I'm on AMD64, GCC 4.3.3-r2, gentoo-sources
2.6.28-r6, linux-headers 2.6.28-r1. I've rebuild system and valgrind,
but it doesn't help.