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