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: exit bug on 1.7.17 ?


On Thu, Mar 07, 2013 at 06:51:09PM +0100, marco atzeri wrote:
>pg_ctl is broken because it hangs waiting for a child process to finish.
>This can be seen with the following test program:
>
>    #include <stdio.h>
>    #include <stdlib.h>
>
>    main()
>    {
>         system("sleep 5 && echo waking&");
>         printf("done\n");
>         exit(0);
>    }

I'm testing a fix for this now.

Thanks for the test case.

cgf

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple


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