|
From: Tom H. <to...@co...> - 2010-01-20 17:07:18
|
On 20/01/10 16:48, Ashley Pittman wrote:
>
> The pid in the valgrind output (7346) does not match the one from ps
> (7353), it looks like your process is forking into the background to
> detach from the terminal, is there any way to prevent this behaviour?
> Most daemons have a command line option to disable it which will
> simplify using valgrind. Otherwise you might want to look into using the
> --trace-children=yes option to valgrind.
From "man pcscd":
-f, --foreground
Runs pcscd in the foreground and sends log messages
to stderr instead of syslog(3).
Which should do what is needed.
Tom
--
Tom Hughes (to...@co...)
http://www.compton.nu/
|