exit bug on 1.7.17 ?

Christopher Faylor cgf-use-the-mailinglist-please@cygwin.com
Fri Mar 8 21:39:00 GMT 2013


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



More information about the Cygwin mailing list