From: Benjamin LaHaise <bcrl@redhat.com>
To: Marc Giger <gigerstyle@gmx.ch>
Cc: linux-kernel@vger.kernel.org
Subject: Re: dead processes
Date: Tue, 8 Oct 2002 13:12:38 -0400 [thread overview]
Message-ID: <20021008131238.E27856@redhat.com> (raw)
In-Reply-To: <20021008184024.27c95217.gigerstyle@gmx.ch>; from gigerstyle@gmx.ch on Tue, Oct 08, 2002 at 06:40:24PM +0200
Hello,
On Tue, Oct 08, 2002 at 06:40:24PM +0200, Marc Giger wrote:
> There are a lot of defunct processes which I can't kill.
> How comes? Normal? Solution?
Whatever program is spawning gpg needs to reap the processes as they die
via wait4(), possibly by catching SIGCHLD. You can see the relationship
between processes with ps -axf.
-ben
--
GMS rules.
next prev parent reply other threads:[~2002-10-08 17:07 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-10-08 16:40 dead processes Marc Giger
2002-10-08 17:07 ` DervishD
2002-10-08 17:12 ` Benjamin LaHaise [this message]
2002-10-08 17:14 ` DervishD
2002-10-08 17:59 ` Marc Giger
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20021008131238.E27856@redhat.com \
--to=bcrl@redhat.com \
--cc=gigerstyle@gmx.ch \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.