Subject: Re: tracing what kills a child process
To: Manuel Bouyer <bouyer@antioche.eu.org>
From: =?ISO-8859-1?Q?C=E9sar_Catri=E1n?= C. <ccatrian@eml.cc>
List: netbsd-help
Date: 02/10/2005 15:21:11
On Tue, 8 Feb 2005 22:32:31 +0100
Manuel Bouyer <bouyer@antioche.eu.org> wrote:

> On Mon, Feb 07, 2005 at 05:24:28PM -0300, C=E9sar Catri=E1n C. wrote:
> > What kills the child process?
> Signal 1 is SIGHUP. I suspect this is an issue with the console, maybe
> when getty is started. Try redirecting the I/O from/to /dev/null for this
> software.
Looking at the source code of the program (designed to run on Linux), under
certain circunstances, it send a HUP signal to itself. The program kills it=
self.
It seems it need some few patches.

Thanks

C=E9sar