|
From: Yasmin O. <yo...@gm...> - 2004-12-28 07:38:12
|
Hi All, I'm new to Valgrind. Having use mpatrol all this while. I intend to use valgrind to debug a daemon program with --gen-supressions=yes. How can we auto answer all the supression question i.e. "---- Print suppression ? --- [Return/N/n/Y/y/C/c] ----" This question expects an input which is not possible because the program is a daemon. Anyone can help? Btw the daemon is multithreaded. Thanks |
|
From: Nicholas N. <nj...@ca...> - 2004-12-29 07:57:11
|
On Tue, 28 Dec 2004, Yasmin Othman wrote: > I'm new to Valgrind. Having use mpatrol all this while. I intend to > use valgrind to debug a daemon program with --gen-supressions=yes. How > can we auto answer all the supression question i.e. > > "---- Print suppression ? --- [Return/N/n/Y/y/C/c] ----" > > This question expects an input which is not possible because the > program is a daemon. Anyone can help? Btw the daemon is multithreaded. The --input-fd option might be helpful here. Hope this helps. N |