This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: YA in a series: snapshot what a happy sound


On Mon, Dec 27, 2004 at 05:15:34PM -0800, sthoenna@efn.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/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]