On Thursday, February 23, 2012, John Reiser wrote:
> > --2990--   Considering /usr/lib/mylib.so.debug ..
> > --2990--   .. CRC is valid
> > 
> 
> Based on what you did say, it is somewhat likely that valgrind got confused
> by the debugging info in your executable program.  Find a program which
> prints out *every* piece of debug info (symbol table, line numbers, types
> of variables, etc.), and run such a dumper on mylib.so.debug.

Try V with
--trace-syscalls=yes
--trace-symtab=yes --trace-symtab-patt=/usr/lib/mylib.so.debug
to get it to dump debuginfo for your program and also system
calls.  Let it run until it hangs and post the last 20 lines
of the output here.

J


------------------------------------------------------------------------------
Virtualization & Cloud Management Using Capacity Planning
Cloud computing makes use of virtualization - but cloud computing 
also focuses on allowing computing to be delivered as a service.
http://www.accelacomm.com/jaw/sfnl/114/51521223/
_______________________________________________
Valgrind-users mailing list
Valgrind-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/valgrind-users

Reply via email to