Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm 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 Date: Wed, 19 Jun 2002 23:28:58 +0200 From: "Gerrit P. Haase" Reply-To: "Gerrit @ cygwin" Organization: Esse keine toten Tiere X-Priority: 3 (Normal) Message-ID: <119964355610.20020619232858@familiehaase.de> To: "Conrad Scott" CC: cygwin AT cygwin DOT com, perl5-porters AT perl DOT org, autoconf AT gnu DOT org Subject: Re: Cygwin /dev/null problem or perl 5.8.0 problem? (was: Re: autom4te and perl 5.8.0) In-Reply-To: <076601c217d6$d4405020$6132bc3e@BABEL> References: <20020618165337 DOT F12148 AT quartz DOT newn DOT cam DOT ac DOT uk> <2002-06-19-10-28-24+28378+duret_g AT epita DOT fr> <20020619160710 DOT A8065 AT quartz DOT newn DOT cam DOT ac DOT uk> <191960888965 DOT 20020619223111 AT familiehaase DOT de> <076601c217d6$d4405020$6132bc3e AT BABEL> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----------FB1021C3314C9ABA" ------------FB1021C3314C9ABA Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Hallo Conrad, Am Mittwoch, 19. Juni 2002 um 23:18 schriebst du: > "Gerrit P. Haase" wrote: Segfaulting with perl 5.8.0 on Cygwin: use IO::File; my $out = new IO::File; $out->open("/dev/null", O_CREAT | O_WRONLY | O_TRUNC, 0666); >> Can someone please test it with perl 5.6.1 on Cygwin? I haven't >> installed it anymore... > It runs w/o segfaulting with perl 5.6.1 under a development version of > cygwin on a win2k box if that's any use to you. Yes, thanks, then there is s.th. wrong with perl 5.8.0 (at least the Cygwin version I built). I have the testscript attached, please test on other platforms too. Gerrit -- =^..^= ------------FB1021C3314C9ABA Content-Type: application/octet-stream; name="test.pl" Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename="test.pl" IyEvYmluL3BlcmwKdXNlIElPOjpGaWxlOwpteSAkb3V0ID0gbmV3IElPOjpGaWxlOwokb3V0LT5v cGVuKCIvZGV2L251bGwiLCBPX0NSRUFUIHwgT19XUk9OTFkgfCBPX1RSVU5DLCAwNjY2KTsK ------------FB1021C3314C9ABA Content-Type: text/plain; charset=us-ascii -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/ ------------FB1021C3314C9ABA--