| delorie.com/archives/browse.cgi | search |
| Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
| List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
| List-Archive: | <http://sourceware.org/ml/cygwin/> |
| List-Post: | <mailto:cygwin AT cygwin DOT com> |
| List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs> |
| Sender: | cygwin-owner AT cygwin DOT com |
| Mail-Followup-To: | cygwin AT cygwin DOT com |
| Delivered-To: | mailing list cygwin AT cygwin DOT com |
| Date: | Mon, 27 Dec 2004 20:21:43 -0500 |
| From: | Christopher Faylor <cgf-no-personal-reply-please AT cygwin DOT com> |
| To: | cygwin AT cygwin DOT com |
| Subject: | Re: YA in a series: snapshot what a happy sound |
| Message-ID: | <20041228012143.GC31195@trixie.casa.cgf.cx> |
| Reply-To: | cygwin AT cygwin DOT com |
| References: | <45759 DOT 198 DOT 104 DOT 0 DOT 50 DOT 1104196534 DOT squirrel AT 198 DOT 104 DOT 0 DOT 50> |
| Mime-Version: | 1.0 |
| In-Reply-To: | <45759.198.104.0.50.1104196534.squirrel@198.104.0.50> |
| User-Agent: | Mutt/1.4.1i |
On Mon, Dec 27, 2004 at 05:15:34PM -0800, sthoenna AT efn DOT org wrote:
>Simple test case (typed in from memory as I don't have internet access for
>the next week):
>
>#include <stdlib.h>
>#include <unistd.h>
>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.
As much as I love simple test cases, they aren't much use if you don't
describe the problem they are attempting to demonstrate.
cgf
--
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/
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |