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 ([email protected]) http://compton.nu/ ------------------------------------------------------------------------------ Learn Graph Databases - Download FREE O'Reilly Book "Graph Databases" is the definitive new guide to graph databases and their applications. This 200-page book is written by three acclaimed leaders in the field. The early access version is available now. Download your free book today! http://p.sf.net/sfu/neotech_d2d_may _______________________________________________ Valgrind-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/valgrind-users
