| delorie.com/archives/browse.cgi | search |
| 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> <announce DOT 20090801201043 DOT GA7072 AT ednor DOT casa DOT cgf DOT cx> <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 <rurban AT x-ray DOT at> |
| To: | cygwin AT cygwin DOT com |
| X-IsSubscribed: | yes |
| Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
| List-Id: | <cygwin.cygwin.com> |
| List-Unsubscribe: | <mailto:cygwin-unsubscribe-archive-cygwin=delorie DOT com AT cygwin DOT com> |
| List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
| List-Archive: | <http://sourceware.org/ml/cygwin/> |
| List-Post: | <mailto:cygwin AT cygwin DOT com> |
| List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs> |
| 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
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |