X-Recipient: archive-cygwin AT delorie DOT 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 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 AT cygwin DOT com Subject: Re: Random fork failures References: <4E1AAF38 DOT 9040100 AT gmail DOT com> <20110711082740 DOT GC8249 AT calimero DOT vinschen DOT de> <4E1AB60C DOT 7050902 AT gmail DOT 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 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 > > 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