|
From: Vijay V. <vij...@gm...> - 2014-04-07 21:47:55
|
I ran myprogram using : G_SLICE=always-malloc valgrind -v --run-libc-freeres=no --vgdb=no --tool=memcheck --leak-check=full --leak-resolution=high --num-callers=50 --workaround-gcc296-bugs=yes --log-f ile=vgdump I got this output : mypgrogram:64: can't map '/etc/ld.so.cache' Any idea whats goin on? Thx. |