Front page | perl.perl5.porters |
Postings from November 2003
[perl #24398] Benchmark.pm cmpthese segfault
Thread Next
From:
perlbug-followup
Date:
November 4, 2003 21:21
Subject:
[perl #24398] Benchmark.pm cmpthese segfault
Message ID:
rt-24398-67005.9.41907487842023@rt.perl.org
# New Ticket Created by mjp-perl-ZYsBlwkHGFY@pilcrow.madison.wi.us
# Please include the string: [perl #24398]
# in the subject line of all future correspondence about this issue.
# <URL: http://rt.perl.org/rt2/Ticket/Display.html?id=24398 >
This is a bug report for perl from mjp@box.securepipe.com,
generated with the help of perlbug 1.34 running under perl v5.8.2.
-----------------------------------------------------------------
[Please enter your report here]
Empty hashref to Benchmark::cmpthese gives segfault.
$ ./perl-5.8.2-RC1 -MBenchmark=:all -e 'cmpthese(10, {})'
Segmentation fault
$ ./perl-5.8.2-RC1 -MBenchmark=:all -e 'cmpthese(timethese(1, {}))'
Benchmark: timing 1 iterations of ...
Segmentation fault
Also observed under 5.8.1.
[Please do not change anything below this line]
-----------------------------------------------------------------
---
Flags:
category=library
severity=low
---
Site configuration information for perl v5.8.2:
Configured by mjp at Thu Oct 30 23:01:34 CST 2003.
Summary of my perl5 (revision 5.0 version 8 subversion 2) configuration:
Platform:
osname=linux, osvers=2.4.20-19.7, archname=i686-linux-thread-multi
uname='linux box.securepipe.com 2.4.20-19.7 #1 tue jul 15 13:44:14 edt 2003 i686 unknown '
config_args='-def config.sh'
hint=previous, useposix=true, d_sigaction=define
usethreads=define 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='cc', ccflags ='-D_REENTRANT -D_GNU_SOURCE -DTHREADS_HAVE_PIDS -fno-strict-aliasing -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/gdbm',
optimize='-O2',
cppflags='-D_REENTRANT -D_GNU_SOURCE -DTHREADS_HAVE_PIDS -fno-strict-aliasing -I/usr/local/include -I/usr/include/gdbm -D_REENTRANT -D_GNU_SOURCE -DTHREADS_HAVE_PIDS -fno-strict-aliasing -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/gdbm -D_REENTRANT -D_GNU_SOURCE -DTHREADS_HAVE_PIDS -fno-strict-aliasing -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/gdbm'
ccversion='', gccversion='2.96 20000731 (Red Hat Linux 7.3 2.96-113)', 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 -lcrypt -lutil -lpthread -lc
perllibs=-lnsl -ldl -lm -lcrypt -lutil -lpthread -lc
libc=/lib/libc-2.2.5.so, so=so, useshrplib=true, libperl=libperl.so
gnulibc_version='2.2.5'
Dynamic Linking:
dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags='-rdynamic -Wl,-rpath,/usr/local/lib/perl5/5.8.1/i686-linux-thread-multi/CORE'
cccdlflags='-fpic', lddlflags='-shared -L/usr/local/lib'
Locally applied patches:
RC1
---
@INC for perl v5.8.2:
/home/mjp/tmp/perl-5.8.2-RC1/lib
/usr/local/lib/perl5/5.8.1/i686-linux-thread-multi
/usr/local/lib/perl5/5.8.1
/usr/local/lib/perl5/site_perl/5.8.1/i686-linux-thread-multi
/usr/local/lib/perl5/site_perl/5.8.1
/usr/local/lib/perl5/site_perl/5.8.1
.
---
Environment for perl v5.8.2:
HOME=/home/mjp
LANG=en_US.iso885915
LANGUAGE (unset)
LD_LIBRARY_PATH=/home/mjp/tmp/perl-5.8.2-RC1
LOGDIR (unset)
PATH=/home/mjp/opt/bin:/usr/local/bin:/bin:/usr/bin:/usr/X11R6/bin:/home/mjp/bin
PERL5LIB=/home/mjp/tmp/perl-5.8.2-RC1/lib:
PERL_BADLANG (unset)
SHELL=/bin/bash
Thread Next
-
[perl #24398] Benchmark.pm cmpthese segfault
by perlbug-followup