X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=-0.4 required=5.0 tests=AWL,BAYES_00,SARE_MSGID_LONG40,SPF_PASS X-Spam-Check-By: sourceware.org MIME-Version: 1.0 In-Reply-To: <20090804045318.GB30215@ednor.casa.cgf.cx> References: <20090730202942 DOT GP18621 AT calimero DOT vinschen DOT de> <4A77BA8D DOT 1050704 AT users DOT sourceforge DOT net> <20090804045318 DOT GB30215 AT ednor DOT casa DOT cgf DOT cx> Date: Tue, 4 Aug 2009 16:26:40 +0200 Message-ID: <6910a60908040726k3741f418l1110a901873be791@mail.gmail.com> Subject: Re: [ANNOUNCEMENT] [1.7] Updated: cygwin-1.7.0-56 From: Reini Urban To: cygwin AT cygwin DOT com Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: 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 2009/8/4 Christopher Faylor: > On Mon, Aug 03, 2009 at 11:35:25PM -0500, Yaakov (Cygwin/X) wrote: >>On 01/08/2009 15:10, Christopher Faylor wrote: >>> I have uploaded a new Cygwin 1.7 test release, 1.7.0-56. >>> >>> This fixes the bug introduced in -53 and -54 which resulted in various >>> problems execing programs as seen here: >> >>I have also been having several issues with this release. >> >>1) fork() is consistently failing: >> >>c209182340 [main] fbpanel 3968 fork: child -1 - died waiting for longjmp >>before initialization, retry 0, exit code 0xC0000005, errno 11 >>can't spawn cmake-gui >>Error is Failed to fork (Resource temporarily unavailable) I have a simple and repro testcase with a fresh un-rebased perl-5.10.1. This makes it impossible to get through the testsuite, which always passed before. $ ./perl -Ilib -MPOSIX -e '`perl -e "exit 42"`; print $? >> 8' fails with the fork error 3 [main] perl 1756 fork: child -1 - died waiting for longjmp before initialization, retry 0, exit code 0xC0000005, errno 11 ... Without the dlopened POSIX.dll: $ ./perl -e '`./perl -e "exit 42"`; print $? >> 8' 42 Official rebased perl-5.10.0: $ perl -MPOSIX -e '`perl -e "exit 42"`; print $? >> 8' 42 pass. -- Reini Urban -- 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