X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=-5.5 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,KHOP_RCVD_TRUST,KHOP_THREADED,RCVD_IN_DNSWL_LOW,RCVD_IN_HOSTKARMA_YE X-Spam-Check-By: sourceware.org X-Received: by 10.229.195.134 with SMTP id ec6mr11672406qcb.12.1362678673167; Thu, 07 Mar 2013 09:51:13 -0800 (PST) Message-ID: <5138D38D.9080905@gmail.com> Date: Thu, 07 Mar 2013 18:51:09 +0100 From: marco atzeri User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20130215 Thunderbird/17.0.3 MIME-Version: 1.0 To: cygwin AT cygwin DOT com CC: Andrew Dunstan Subject: exit bug on 1.7.17 ? References: <5138CB54 DOT 8040805 AT dunslane DOT net> In-Reply-To: <5138CB54.8040805@dunslane.net> X-Forwarded-Message-Id: <5138CB54 DOT 8040805 AT dunslane DOT net> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Corinna, Cgf, your opinion please, I guess this behavior changed long time ago -------- Original Message -------- Subject: Re: Postgresql for cygwin - 2nd Date: Thu, 07 Mar 2013 12:16:04 -0500 From: Andrew Dunstan To: marco atzeri pg_ctl is broken because it hangs waiting for a child process to finish. This can be seen with the following test program: #include #include main() { system("sleep 5 && echo waking&"); printf("done\n"); exit(0); } On my Cygwin 1.7.7/ gcc 4.3.4 system this program returns immediately as expected and does not wait for the child to exit. However, on Cygwin 1.7.17 / gcc 4.5.3 it does not return until the child exits, even though the system() call returns immediately. That's a major piece of breakage (and nothing to to with Postgres, of course). cheers andrew On 03/06/2013 05:17 PM, marco atzeri wrote: > Andrew, > attached clean version of previous patch. > > I reversed the postgres.exe changes, for the time being, to allow > a complete compilation. > > - Every dll is built with "gcc -shared", > - DLLWRAP is not used anymore > - DLLTOLL is only used for postgres.exe > > I will upload a test package to allow user tests > > Regards > Marco -- 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