valgrind on server process
Posted
by Pigol
on Stack Overflow
See other posts from Stack Overflow
or by Pigol
Published on 2010-03-22T10:27:36Z
Indexed on
2010/03/22
10:31 UTC
Read the original article
Hit count: 379
hi i am new to valgrind. I know how to run valgrind on executable files from command line. But how do you run valgrind on server processes like apache/myqld/traffic server etc ..
I want to run valgrind on traffic server (http://incubator.apache.org/projects/trafficserver.html) to detect some memory leaks taking place in the plugin I have written.
Any suggestions ?
thanks, pigol
© Stack Overflow or respective owner