X-Recipient: archive-cygwin@delorie.com
X-SWARE-Spam-Status: No, hits=-0.7 required=5.0	tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,T_TO_NO_BRKTS_FREEMAIL
X-Spam-Check-By: sourceware.org
Message-ID: <4E1AB991.4000608@gmail.com>
Date: Mon, 11 Jul 2011 11:51:29 +0300
From: Yoni Londner <yonihola2@gmail.com>
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.18) Gecko/20110616 Thunderbird/3.1.11
MIME-Version: 1.0
To: cygwin@cygwin.com
Subject: Re: Random fork failures
References: <4E1AAF38.9040100@gmail.com> <20110711082740.GC8249@calimero.vinschen.de> <4E1AB60C.7050902@gmail.com>
In-Reply-To: <4E1AB60C.7050902@gmail.com>
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
X-IsSubscribed: yes
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com


>
> Example 1:
> #!/usr/bin/perl
> use POSIX qw(getcwd);
> getcwd();
> 1;
>
> Example 2:
> #!/usr/bin/perl
> use Scalar::Util qw(looks_like_number);
> looks_like_number("1");
> 1;
>
> Both end up with:
> Segmentation fault (core dumped)

Well, I tried these two examples on a clean cygwin installation, with 
new cygwin1.dll and they work.
There are still many problems. I am working on a small, self-contained 
example.

--
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

