[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Perl IPC::Open3 bug, affects apt-get, compiler issue?



On Mon, Jun 03, 2002 at 09:05:34PM -0700, Tony Lindgren wrote:
> I think I've isolated it down to a minimal test case.  check this out:
> 
>     perl -e 'print "BUG!\n" unless 0 == 0;'
> 
> weird, huh?  however,
> 
>     perl -e 'use integer; print "BUG!\n" unless 0 == 0;'
> 
> works fine.
> 
> The test above again works fine with /usr/bin/perl-debug instead of
> /usr/bin/perl.
> 
> 
> And here's my system info:
> 
> nw:/usr/bin# uname -a
> Linux nw 2.4.18-rmk4 #9 Fri Apr 26 10:32:44 PDT 2002 armv4l unknown
> (A Netwinder box)
> 
> nw:/usr/bin# perl -v
> This is perl, v5.6.1 built for arm-linux
> 
> nw:/usr/bin# debugperl -v
> This is perl, v5.6.1 built for arm-linux

NWFPE or FastFPE?

We've already seen FastFPE as a cause of 0 == 0 not working.

But a -DDEBUGGING perl working fine when a "normal" perl does not is odd.

["normal" is a bit of an arbitrary term. I'm smoke testing 5.8 on x86 FreeBSD,
and I think I managed 192 distinct configurations without the benefit of
long doubles]

I've no idea if the known FastFPE problem has been distilled to a C code
example, or whether the author of FastFPE is aware of it.

Nicholas Clark

PS perl 5.8.0 RC1 is out. If you are able to spare the time,
   please break it.
-- 
Even better than the real thing:	http://nms-cgi.sourceforge.net/


-- 
To UNSUBSCRIBE, email to debian-arm-request@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org



Reply to: