From mboxrd@z Thu Jan 1 00:00:00 1970 From: Darren Sessions Subject: Defunct Processes Date: Tue, 28 Dec 2004 21:13:56 -0500 Message-ID: References: Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: Sender: linux-c-programming-owner@vger.kernel.org List-Id: Content-Type: text/plain; charset="us-ascii" To: linux-c-programming@vger.kernel.org The application I'm working on right now gets called from another application. When my program is finished, I just use exit(0); to quit, but if I do a ps there are a ton of [applicationname] messages. I'm using Suse Enterprise Linux 9.0 with the 2.6 Kernel. Thanks, - Darren