|
From: Thanesh G. <tha...@gm...> - 2007-10-22 15:23:46
|
Hi there, I am trying to investigate a memory leak in a library loaded by postgres database process. How can I use valgrind to do this. Earlier, I was able to use Valgrind to find memory leaks in executables as below. But, now I need to use it with a loaded library. valgrind --tool=memcheck --leak-check=full --log-file="./log" ./test Thanks, -Thanesh |