# New Ticket Created by  "Piotr Fusik" 
# Please include the string:  [perl #36359]
# in the subject line of all future correspondence about this issue. 
# <URL: https://rt.perl.org/rt3/Ticket/Display.html?id=36359 >


This is a bug report for perl from [EMAIL PROTECTED],
generated with the help of perlbug 1.34 running under perl v5.8.0.


-----------------------------------------------------------------

The "x" operator gives an unexpected result (i.e. null string)
with large right side operands.

perl580 -le "print 1x1e8 ne '' ? 'ok' : 'not ok'"
ok

perl580 -le "print 1x1e9 ne '' ? 'ok' : 'not ok'"
(crash)

perl580 -le "print 1x1e10 ne '' ? 'ok' : 'not ok'"
not ok

perl580 -le "print 1x1e12 ne '' ? 'ok' : 'not ok'"
not ok

---

perl586 -le "print 1x1e8 ne '' ? 'ok' : 'not ok'"
ok

perl586 -le "print 1x1e9 ne '' ? 'ok' : 'not ok'"
(crash)

perl586 -le "print 1x1e10 ne '' ? 'ok' : 'not ok'"
(crash)

perl586 -le "print 1x1e12 ne '' ? 'ok' : 'not ok'"
not ok

-----------------------------------------------------------------
---
Flags:
category=core
severity=low
---
Site configuration information for perl v5.8.0:

Configured by ActiveState at Mon Mar 31 00:45:28 2003.

Summary of my perl5 (revision 5 version 8 subversion 0) configuration:
Platform:
osname=MSWin32, osvers=4.0, archname=MSWin32-x86-multi-thread
uname=''
config_args='undef'
hint=recommended, useposix=true, d_sigaction=undef
usethreads=undef use5005threads=undef useithreads=define
usemultiplicity=define
useperlio=define d_sfio=undef uselargefiles=define usesocks=undef
use64bitint=undef use64bitall=undef uselongdouble=undef
usemymalloc=n, bincompat5005=undef
Compiler:
cc='cl', ccflags ='-nologo -Gf -W3 -MD -Zi -DNDEBUG -O1 -DWIN32 -D_CONSOLE
-DNO_STRICT -DHAVE_DES_FCRYPT  -DPERL_IMPLICIT_CONTEXT -DPERL_IMPLICIT_SYS
-DUSE_PERLIO -DPERL_MSVCRT_READFIX',
optimize='-MD -Zi -DNDEBUG -O1',
cppflags='-DWIN32'
ccversion='', gccversion='', gccosandvers=''
intsize=4, longsize=4, ptrsize=4, doublesize=8, byteorder=1234
d_longlong=undef, longlongsize=8, d_longdbl=define, longdblsize=10
ivtype='long', ivsize=4, nvtype='double', nvsize=8, Off_t='__int64',
lseeksize=8
alignbytes=8, prototype=define
Linker and Libraries:
ld='link', ldflags ='-nologo -nodefaultlib -debug -opt:ref,icf 
-libpath:"C:jPerllibCORE"  -machine:x86'
libpth="D:Program FilesMicrosoft.NETFrameworkSDKLib" "D:Program
FilesMicrosoft.NetOdbc.Net" "C:jPerllibCORE"
libs=  oldnames.lib kernel32.lib user32.lib gdi32.lib winspool.lib 
comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib  netapi32.lib
uuid.lib wsock32.lib mpr.lib winmm.lib  version.lib odbc32.lib odbccp32.lib
msvcrt.lib
perllibs=  oldnames.lib kernel32.lib user32.lib gdi32.lib winspool.lib 
comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib  netapi32.lib
uuid.lib wsock32.lib mpr.lib winmm.lib  version.lib odbc32.lib odbccp32.lib
msvcrt.lib
libc=msvcrt.lib, so=dll, useshrplib=yes, libperl=perl58.lib
gnulibc_version='undef'
Dynamic Linking:
dlsrc=dl_win32.xs, dlext=dll, d_dlsymun=undef, ccdlflags=' '
cccdlflags=' ', lddlflags='-dll -nologo -nodefaultlib -debug -opt:ref,icf 
-libpath:"C:jPerllibCORE"  -machine:x86'

Locally applied patches:
ACTIVEPERL_LOCAL_PATCHES_ENTRY

---
@INC for perl v5.8.0:
C:/j/Perl/lib
C:/j/Perl/site/lib
.

---
Environment for perl v5.8.0:
HOME (unset)
LANG (unset)
LANGUAGE (unset)
LD_LIBRARY_PATH (unset)
LOGDIR (unset)
PATH=C:WINDOWS;C:WINDOWSCOMMAND;C:U;C:JAVAJDKBIN;C:CDJGPPBIN;C:JPERLBIN;C:JMYSQLBIN;C:UTEXMFMAINMIKTEXBIN;C:UGSGS8.11BIN;C:CCYGWINBIN;C:WINDOWS;C:WINDOWSCOMMAND;C:UANTBIN
PERL_BADLANG (unset)
SHELL (unset)

Reply via email to