| From | Sent On | Attachments |
|---|---|---|
| Igal Iancu | Nov 16, 1997 1:25 pm | |
| Rujith de Silva | Nov 17, 1997 5:53 am | |
| Mark-Jason Dominus | Nov 17, 1997 9:15 am | |
| Ilya Zakharevich | Nov 17, 1997 10:37 am | |
| Hugo van der Sanden | Nov 18, 1997 2:38 am | |
| Mark-Jason Dominus | Nov 18, 1997 6:51 am | |
| abig...@fnx.com | Nov 18, 1997 10:51 am |
| Subject: | regexp limit to 32767 is too small | |
|---|---|---|
| From: | Igal Iancu (ian...@iil.intel.com) | |
| Date: | Nov 16, 1997 1:25:48 pm | |
| List: | org.perl.perl5-porters | |
This is a bug report for perl from ian...@iil.intel.com, generated with the help of perlbug 1.17 running under perl 5.004.
----------------------------------------------------------------- [Please enter your report here]
regular expression values are limited to 32767 wild card matches, i.e. /a*/ would actually mean /a{0,32767}/
I have several application which demand the upper limit to be either infinite (unset), or at least bumped up to 10^6.
[Please do not change anything below this line]
-----------------------------------------------------------------
--- Site configuration information for perl 5.004:
Configured by wscott at Tue May 27 09:38:52 PDT 1997.
Summary of my perl5 (5.0 patchlevel 4 subversion 0) configuration:
Platform:
osname=aix, osvers=4.1.4.0, archname=rs_aix41
uname='aix pdx206 1 4 000084847500 '
hint=recommended, useposix=true, d_sigaction=define
bincompat3=y useperlio= d_sfio=
Compiler:
cc='/usr/intel/97r1/bin/gcc', optimize='-O', gccversion=cygnus-2.7-96q4
cppflags='-D_ALL_SOURCE -D_ANSI_C_SOURCE -D_POSIX_SOURCE
-I/usr/intel/97r1/include'
ccflags ='-D_ALL_SOURCE -D_ANSI_C_SOURCE -D_POSIX_SOURCE
-I/usr/intel/97r1/include'
stdchar='unsigned char', d_stdstdio=define, usevfork=false
voidflags=15, castflags=1, d_casti32=define, d_castneg=
intsize=4, alignbytes=8, usemymalloc=n, randbits=15
Linker and Libraries:
ld='ld', ldflags =' -L/usr/intel/97r1/lib'
libpth=/usr/intel/97r1/lib /lib /usr/lib /usr/ccs/lib /usr/local/lib
libs=-lgdbm -ldbm -ldb -lld -lm -lc -lbsd -lPW
libc=/lib/libc.a, so=a
useshrplib=false, libperl=libperl.a
Dynamic Linking:
dlsrc=dl_aix.xs, dlext=so, d_dlsymun=, ccdlflags='-Xlinker -bE:perl.exp'
cccdlflags='-fpic', lddlflags='-H512 -T512 -bhalt:4 -bM:SRE
-bI:$(PERL_INC)/perl.exp -bE:$(BASEEXT).exp -b noentry -lc
-L/usr/intel/97r1/lib'
--- @INC for perl 5.004: /usr/intel/97r1/lib/perl5/rs_aix41/5.004 /usr/intel/97r1/lib/perl5 /usr/intel/97r1/lib/perl5/site_perl/rs_aix41 /usr/intel/97r1/lib/perl5/site_perl .
--- Environment for perl 5.004: PATH=/afs/iil/cpk/users/iancu/bin/bin.rs6000:.:/afs/iil/cpk/users/iancu/bin:/usr/ucb:/bin:/usr/bin:/usr/intel/bin:/usr/local/bin:/usr/afsws/bin:/usr/afsws/etc:/usr/bin/X11:/usr/local/bin/X11 LD_LIBRARY_PATH (unset) PERL_BADLANG (unset)





