Front page | perl.perl5.porters |
Postings from September 2002
[perl #17611] 5.6.0, 5.6.1, 5.8.0 regexp core on (\@\@|.)*
From:
Barrie Slaymaker
Date:
September 26, 2002 19:15
Subject:
[perl #17611] 5.6.0, 5.6.1, 5.8.0 regexp core on (\@\@|.)*
Message ID:
rt-17611-38715.2.60178333129218@bugs6.perl.org
# New Ticket Created by Barrie Slaymaker
# Please include the string: [perl #17611]
# in the subject line of all future correspondence about this issue.
# <URL: http://rt.perl.org/rt2/Ticket/Display.html?id=17611 >
This is a bug report for perl from barries@slaysys.com,
generated with the help of perlbug 1.34 running under perl v5.8.0.
-----------------------------------------------------------------
[Please enter your report here]
Get the file http://slaysys.com:81/regexp_corer and do:
perl -le '$/=undef; $_=<>; s/(\@\@|.)*//s' regexp_corer
This produces a segfault in 5.6.0 and 5.8.0. Using a bigger
chunk of that file can trigger it in 5.6.1. Can't get 5.004
to hork.
[Please do not change anything below this line]
-----------------------------------------------------------------
---
Flags:
category=core
severity=high
---
Site configuration information for perl v5.8.0:
Configured by barries at Sat Sep 14 09:39:54 EDT 2002.
Summary of my perl5 (revision 5.0 version 8 subversion 0) configuration:
Platform:
osname=linux, osvers=2.4.7-10, archname=i686-linux
uname='linux jester.slaysys.com 2.4.7-10 #1 thu sep 6 17:27:27 edt 2001 i686 unknown '
config_args='-de'
hint=recommended, useposix=true, d_sigaction=define
usethreads=undef use5005threads=undef useithreads=undef usemultiplicity=undef
useperlio=define d_sfio=undef uselargefiles=define usesocks=undef
use64bitint=undef use64bitall=undef uselongdouble=undef
usemymalloc=n, bincompat5005=undef
Compiler:
cc='cc', ccflags ='-fno-strict-aliasing -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/gdbm',
optimize='-O2',
cppflags='-fno-strict-aliasing -I/usr/local/include -I/usr/include/gdbm'
ccversion='', gccversion='2.96 20000731 (Red Hat Linux 7.2 2.96-108.7.2)', gccosandvers=''
intsize=4, longsize=4, ptrsize=4, doublesize=8, byteorder=1234
d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=12
ivtype='long', ivsize=4, nvtype='double', nvsize=8, Off_t='off_t', lseeksize=8
alignbytes=4, prototype=define
Linker and Libraries:
ld='cc', ldflags =' -L/usr/local/lib'
libpth=/usr/local/lib /lib /usr/lib
libs=-lnsl -lndbm -lgdbm -ldl -lm -lc -lcrypt -lutil
perllibs=-lnsl -ldl -lm -lc -lcrypt -lutil
libc=/lib/libc-2.2.4.so, so=so, useshrplib=false, libperl=libperl.a
gnulibc_version='2.2.4'
Dynamic Linking:
dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags='-rdynamic'
cccdlflags='-fpic', lddlflags='-shared -L/usr/local/lib'
Locally applied patches:
---
@INC for perl v5.8.0:
/home/barries/src/VCP/lib
/usr/local/lib/perl5/5.8.0/i686-linux
/usr/local/lib/perl5/5.8.0
/usr/local/lib/perl5/site_perl/5.8.0/i686-linux
/usr/local/lib/perl5/site_perl/5.8.0
/usr/local/lib/perl5/site_perl/5.6.1
/usr/local/lib/perl5/site_perl/5.6.0
/usr/local/lib/perl5/site_perl
.
---
Environment for perl v5.8.0:
HOME=/home/barries
LANG (unset)
LANGUAGE (unset)
LD_LIBRARY_PATH (unset)
LOGDIR (unset)
PATH=/home/barries/src/VCP/bin:/usr/local/bin:/bin:/usr/bin:/usr/X11R6/bin:/usr/local/Office51/bin:~/bin:/sbin:/usr/sbin:/home/barries/bin:~/bin:/sbin:/usr/sbin:~/bin:/sbin:/usr/sbin
PERL5LIB=/home/barries/src/VCP/lib
PERL_BADLANG (unset)
SHELL=/bin/bash
-
[perl #17611] 5.6.0, 5.6.1, 5.8.0 regexp core on (\@\@|.)*
by Barrie Slaymaker