Problem with history - cant fgets after article

Kai Henningsen kaih at khms.westfalen.de
Sun Jan 4 12:43:00 UTC 2004


sryoungs at bigpond.net.au (Steve Youngs)  wrote on 04.01.04 in <microsoft-free.874qvcpn0i.fsf at eicq.dnsalias.org>:

> Well I tried.  Downloaded valgrind, but I couldn't figure out how to
> make it play nice. :-(
>
>   `valgrind --trace-children=yes --logfile=/tmp/inn-grind rc.news'
>
> ...produced lots of log files in /tmp, but none of them seemed to
> pertain to innd.  No doubt I'm doing something stupid.  What do I need
> to do to collect the information you're looking for?

The old "runn innd under something but it is hidden in a vast amount of  
scripts and utilities" problem ...

Easiest might be to rename "innd" to "innd-real" and create a script  
"innd" approximately as follows:

--- snip ---
#!/bin/sh

exec valgrind --logfile=/tmp/inn-grind "$0-real" "$@"
--- snip ---


MfG Kai


More information about the inn-workers mailing list