| delorie.com/archives/browse.cgi | search |
| Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
| List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
| List-Archive: | <http://sources.redhat.com/ml/cygwin/> |
| List-Post: | <mailto:cygwin AT cygwin DOT com> |
| List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sources.redhat.com/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 |
| Date: | Wed, 19 Jun 2002 22:31:11 +0200 |
| From: | "Gerrit P. Haase" <gp AT familiehaase DOT de> |
| Reply-To: | "Gerrit P. Haase" <autoconf AT gnu DOT org> |
| Organization: | Esse keine toten Tiere |
| X-Priority: | 3 (Normal) |
| Message-ID: | <191960888965.20020619223111@familiehaase.de> |
| To: | Patrick Welche <prlw1 AT newn DOT cam DOT ac DOT uk> |
| CC: | Alexandre Duret-Lutz <duret_g AT lrde DOT epita DOT fr>, autoconf AT gnu DOT org, |
| cygwin AT cygwin DOT com | |
| Subject: | Cygwin /dev/null problem or perl 5.8.0 problem? (was: Re: autom4te and perl 5.8.0) |
| In-Reply-To: | <20020619160710.A8065@quartz.newn.cam.ac.uk> |
| 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> | |
| MIME-Version: | 1.0 |
Hallo Patrick,
Am Mittwoch, 19. Juni 2002 um 17:07 schriebst du:
> On Wed, Jun 19, 2002 at 10:28:23AM +0200, Alexandre Duret-Lutz wrote:
>>
>> To make sure that it's not the fault of Autoconf, can you try
>> this reduced test case?
use IO::File;
my $out = new IO::File;
$out->open("/dev/null", O_CREAT | O_WRONLY | O_TRUNC, 0666);
> Thank you for the test case! Sure enough, it crashes with just the
> above..
Which system are you on?
$ ./test.pl
Segmentation fault (core dumped)
I'm on cygwin (NT4).
Can someone please test it with perl 5.6.1 on Cygwin? I haven't
installed it anymore...
Gerrit
--
"All faults& bugs are mine - Robert"
from squid/acinclude.m4, Sun Apr 21 05:21:21 2002
--
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/
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |