Daniel Jacobowitz wrote: >> When running a program under the valgrind memory-allocation debugger, >> I got the following error messages: >> >> --3777-- Reading syms from /lib/tls/i686/cmov/libm-2.3.6.so (0x4028000) >> --3777-- Reading debug info from /lib/tls/i686/cmov/libm-2.3.6.so... >> --3777-- ... CRC mismatch (computed 70BA299D wanted 3AF3BB73) >> --3777-- object doesn't have a symbol table > > Valgrind looks confused. Those CRCs do not apply to those files, they > apply to the ones in /usr/lib/debug/lib/tls/i686/cmov/libm-2.3.6.so. > Is libc6-dbg installed? >
This looks just like the libc6-dbg not being installed.. the CRC mismatch is reported for every stripped file, before valgrind looks for "external" debugging symbols. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]