|
From: John R. <jr...@Bi...> - 2014-04-08 00:17:02
|
On 04/07/2014 02:47 PM, Vijay Viswanathan wrote: > > 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? There would be more ideas, and sooner, if you told us which hardware architecture, and which libc, and which OS, and the version number of each piece of software. It really DOES matter! Also, you should run under strace, or "valgrind --trace-syscalls=yes", to learn exactly why ld.so.cache could not be mapped. |