Front page | perl.perl5.porters |
Postings from March 2011
[perl #87388] Bleadperl v5.13.5-336-gb4dd662 breaks NANARDON/mmm-0.43.tar.gz
Thread Next
From:
perlbug-followup
Date:
March 30, 2011 23:42
Subject:
[perl #87388] Bleadperl v5.13.5-336-gb4dd662 breaks NANARDON/mmm-0.43.tar.gz
Message ID:
rt-3.6.HEAD-23755-1301553724-113.87388-75-0@perl.org
# New Ticket Created by (Andreas J. Koenig)
# Please include the string: [perl #87388]
# in the subject line of all future correspondence about this issue.
# <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=87388 >
CPAN RT ticket:
---------------
https://rt.cpan.org/Ticket/Display.html?id=66995
Module name is "MMM", unly the distribution name prefers lowercase.
git bisect:
-----------
b4dd66232df8f0d1c00796970dec7fc37fbe9edf is the first bad commit
commit b4dd66232df8f0d1c00796970dec7fc37fbe9edf
Author: Nicholas Clark <nick@ccl4.org>
Date: Fri Oct 8 21:33:29 2010 +0100
Remove dead code from Perl_gv_stashpvn().
GvHV() and HvNAME() will both always already be set, as gv_fetchpvn_flags()
will initialise these as it walks the string in its initial loop to locate the
correct stash, then return early because name == name_end.
This code has been dead since it was added in 5.000.
stack trace:
------------
Program terminated with signal 11, Segmentation fault.
#0 0x000000000043dbcd in Perl_Gv_AMupdate (stash=0x1b62450,
destructing=0 '\000') at gv.c:1737
1737 const struct mro_meta* stash_meta = HvMROMETA(stash);
(gdb) bt
#0 0x000000000043dbcd in Perl_Gv_AMupdate (stash=0x1b62450,
destructing=0 '\000') at gv.c:1737
#1 0x0000000000495eca in Perl_sv_bless (sv=0x1b2a018, stash=0x1b62450)
at sv.c:9066
#2 0x00000000004a1844 in Perl_pp_bless () at pp.c:595
#3 0x0000000000484dc3 in Perl_runops_standard () at run.c:41
#4 0x0000000000438bb6 in S_run_body (my_perl=<value optimized out>)
at perl.c:2309
#5 perl_run (my_perl=<value optimized out>) at perl.c:2238
#6 0x0000000000420dbc in main (argc=3, argv=0x7ffffee05bb8,
env=0x7ffffee05bd8) at perlmain.c:117
perl -V:
--------
Summary of my perl5 (revision 5 version 13 subversion 5) configuration:
Commit id: b4dd66232df8f0d1c00796970dec7fc37fbe9edf
Platform:
osname=linux, osvers=2.6.32-5-xen-amd64, archname=x86_64-linux
uname='linux k81 2.6.32-5-xen-amd64 #1 smp wed jan 12 05:46:49 utc 2011 x86_64 gnulinux '
config_args='-Dprefix=/home/src/perl/repoperls/installed-perls/perl/v5.13.5-336-gb4dd662 -Dinstallusrbinperl=n -Uversiononly -Dusedevel -des -Ui_db -Uuseithreads -Uuselongdouble -DDEBUGGING=-g'
hint=recommended, useposix=true, d_sigaction=define
useithreads=undef, usemultiplicity=undef
useperlio=define, d_sfio=undef, uselargefiles=define, usesocks=undef
use64bitint=define, use64bitall=define, uselongdouble=undef
usemymalloc=n, bincompat5005=undef
Compiler:
cc='cc', ccflags ='-fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64',
optimize='-O2 -g',
cppflags='-fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include'
ccversion='', gccversion='4.5.2', gccosandvers=''
intsize=4, longsize=8, ptrsize=8, doublesize=8, byteorder=12345678
d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=16
ivtype='long', ivsize=8, nvtype='double', nvsize=8, Off_t='off_t', lseeksize=8
alignbytes=8, prototype=define
Linker and Libraries:
ld='cc', ldflags =' -fstack-protector -L/usr/local/lib'
libpth=/usr/local/lib /lib /usr/lib /lib64 /usr/lib64
libs=-lnsl -lgdbm -ldb -ldl -lm -lcrypt -lutil -lc -lgdbm_compat
perllibs=-lnsl -ldl -lm -lcrypt -lutil -lc
libc=/lib/libc-2.11.2.so, so=so, useshrplib=false, libperl=libperl.a
gnulibc_version='2.11.2'
Dynamic Linking:
dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags='-Wl,-E'
cccdlflags='-fPIC', lddlflags='-shared -O2 -g -L/usr/local/lib -fstack-protector'
Characteristics of this binary (from libperl):
Compile-time options: PERL_DONT_CREATE_GVSV PERL_MALLOC_WRAP PERL_USE_DEVEL
USE_64_BIT_ALL USE_64_BIT_INT USE_LARGE_FILES
USE_PERLIO USE_PERL_ATOF
Built under linux
Compiled at Mar 30 2011 09:56:29
@INC:
/home/src/perl/repoperls/installed-perls/perl/v5.13.5-336-gb4dd662/lib/site_perl/5.13.5/x86_64-linux
/home/src/perl/repoperls/installed-perls/perl/v5.13.5-336-gb4dd662/lib/site_perl/5.13.5
/home/src/perl/repoperls/installed-perls/perl/v5.13.5-336-gb4dd662/lib/5.13.5/x86_64-linux
/home/src/perl/repoperls/installed-perls/perl/v5.13.5-336-gb4dd662/lib/5.13.5
.
--
andreas
Thread Next
-
[perl #87388] Bleadperl v5.13.5-336-gb4dd662 breaks NANARDON/mmm-0.43.tar.gz
by perlbug-followup