From owner-freebsd-hackers Thu Mar 13 01:18:50 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id BAA16214 for hackers-outgoing; Thu, 13 Mar 1997 01:18:50 -0800 (PST) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.19]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id BAA16209 for ; Thu, 13 Mar 1997 01:18:46 -0800 (PST) Received: (from bde@localhost) by godzilla.zeta.org.au (8.8.3/8.6.9) id UAA04699; Thu, 13 Mar 1997 20:14:05 +1100 Date: Thu, 13 Mar 1997 20:14:05 +1100 From: Bruce Evans Message-Id: <199703130914.UAA04699@godzilla.zeta.org.au> To: andrew@ugh.net.au, j@uriah.heep.sax.de Subject: Re: My child dosn't exit :-( Cc: freebsd-hackers@freebsd.org Sender: owner-hackers@freebsd.org X-Loop: FreeBSD.org Precedence: bulk >> > Look at the WCHAN message in a ps -alx >> >> WCHAN STAT COMMAND >> ttywai SEs (passwd) > >That means it hangs in an attempt to flush the output on the tty, >during exit from the process. > >``Can't happen.'' :-) Always happens if the output can't be flushed for some reason (such as hung flow control). comcontrol can be used to set a timeout for the flush. Bruce