|
From: Tom H. <th...@cy...> - 2003-10-23 11:36:04
|
In message <37F...@fm...>
Nooshin Zand <noo...@in...> wrote:
> Thank you so much for reply.
> How can I make valgrind observed the program for 10 minutes.
> After starting the program it exited.
Like most daemons, squid will automatically fork to put itself into
the background and the original process (the one you were tracing) will
then exit.
If you give squid the -N switch then it should stay attached to the
console rather than going into the background, and valgrind will then
be able to continue tracing it.
Tom
--
Tom Hughes (th...@cy...)
Software Engineer, Cyberscience Corporation
http://www.cyberscience.com/
|