Hi guys, I am using valgrind 3.6.1 for memchecking of a protocol implementation for a Linux based system. The binary I need to check is cross-compiled with GCC 4.4.1 using a eglibc- based toolchain for x86. I am building the binary with debug options (-g) and with no optimizations. The issue I have is that valgrind says that it cannot find a symbol table for the binary. The symbol table is however there (I can get it using objdump). I have tried to run under valgrind simpler programs (helloworld, bubbleSort) built with the same toolchain, and for these ones it does not complain. Any idea where I could look at to solve this issue? what might prevent valgrind from understanding the symbol table in the binary? I have used older version of Valgrind in the past for other projects, but this is the first time I experience this issue. Thanks a lot for your help, Massimiliano
------------------------------------------------------------------------------ All of the data generated in your IT infrastructure is seriously valuable. Why? It contains a definitive record of application performance, security threats, fraudulent activity, and more. Splunk takes this data and makes sense of it. IT sense. And common sense. http://p.sf.net/sfu/splunk-d2dcopy2 _______________________________________________ Valgrind-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/valgrind-users
