Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Message-ID: <45759.198.104.0.50.1104196534.squirrel@198.104.0.50> Date: Mon, 27 Dec 2004 17:15:34 -0800 (PST) Subject: Re: YA in a series: snapshot what a happy sound From: sthoenna AT efn DOT org To: cygwin AT cygwin DOT com User-Agent: SquirrelMail/1.5.0 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-IsSubscribed: yes Simple test case (typed in from memory as I don't have internet access for the next week): #include #include int main(int argc, char **argv) { system("true"); fork(); return 0; } The bug seems to be when a zombie is left after having successfully waited for a child. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/