|
From: Tom H. <to...@co...> - 2013-05-13 13:44:57
|
On 13/05/13 13:59, Michael R. Hunter wrote: > --20396-- Considering /lib/ld-2.15.so .. > --20396-- .. CRC mismatch (computed 405891ab wanted 9a1d2f37) > --20396-- object doesn't have a symbol table This is your problem. > Can anyone explain why Valgrind is not finding the debug symbols? It is finding them, they just don't match the library they claim to be associated with. Most likely the version of the debug package does not match the version of the main package. Tom -- Tom Hughes (to...@co...) http://compton.nu/ |