This is the mail archive of the cygwin@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Cygwin /dev/null problem or perl 5.8.0 problem? (was: Re: autom4te and perl 5.8.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/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]