From: Philippe W. <phi...@sk...> - 2014-05-21 18:45:14
|
On Wed, 2014-05-21 at 14:14 +0300, Andrejs Bogdanovs wrote: > On Linux/x86-64 leak was detected. > On Linux/ARM using --trace-redir=yes option I've found that > vgpreload_core-arm-linux.so and vgpreload_memcheck-arm-linux.so files > are not being read. > Using strace on Valgrind I found that vgpreload_memcheck-arm-linux.so > is accessed, but not used > (access("/usr/lib/valgrind/vgpreload_memcheck-arm-linux.so", R_OK) = 0). If Valgrind does not preload the above, then the redirections will not happen. Running valgrind -v -v -v -d -d -d env might give some lights on what does not work In particular, what is the value of the LD_PRELOAD env variable ? Philippe |