Front page | perl.perl5.porters |
Postings from March 2013
[perl #117239] Bleadperl v5.17.9-200-g0e0ab62 breaks MLEHMANN/JSON-XS-2.33.tar.gz
Thread Next
From:
perlbug-followup
Date:
March 21, 2013 05:42
Subject:
[perl #117239] Bleadperl v5.17.9-200-g0e0ab62 breaks MLEHMANN/JSON-XS-2.33.tar.gz
Message ID:
rt-3.6.HEAD-28177-1363844529-524.117239-75-0@perl.org
# New Ticket Created by (Andreas J. Koenig)
# Please include the string: [perl #117239]
# in the subject line of all future correspondence about this issue.
# <URL: https://rt.perl.org:443/rt3/Ticket/Display.html?id=117239 >
git bisect
----------
commit 0e0ab62106f892a1b7f00ad117493064bf9d72d1
Author: Yves Orton <demerphq@gmail.com>
Date: Sun Mar 17 20:19:09 2013 +0100
Harden hashes against hash seed discovery by randomizing hash iteration
sample fail report
------------------
http://www.cpantesters.org/cpan/report/48924bc0-9027-11e2-869e-dc2c3b384401
The test failing:
t/19_incr.t (Wstat: 12288 Tests: 697 Failed: 48)
Failed tests: 8, 11, 14, 17, 20, 29, 35, 38, 41, 44, 53
56, 68, 71, 89, 95, 101, 104, 113, 122
137, 140, 146, 152, 158, 164, 167, 170
176, 179, 182, 185, 188, 194, 197, 200
203, 206, 212, 233, 260, 263, 266, 269
275, 284, 287, 290
Non-zero exit status: 48
The line it reports in the diagnostics:
https://metacpan.org/source/MLEHMANN/JSON-XS-2.33/t/19_incr.t#L22
When the test is running twice, then the reported fails are usually
different ones.
perl -V
-------
Summary of my perl5 (revision 5 version 17 subversion 10) configuration:
Commit id: a7b39f85d7caac0822fdcd78400e131a95f11148
Platform:
osname=linux, osvers=3.2.0-4-amd64, archname=x86_64-linux-thread-multi-ld
uname='linux k83 3.2.0-4-amd64 #1 smp debian 3.2.39-2 x86_64 gnulinux '
config_args='-Dprefix=/home/src/perl/repoperls/installed-perls/perl/v5.17.9-203-ga7b39f8/a2da -Dmyhostname=k83 -Dinstallusrbinperl=n -Uversiononly -Dusedevel -des -Ui_db -Duseithreads -Duselongdouble -DDEBUGGING=-g'
hint=recommended, useposix=true, d_sigaction=define
useithreads=define, usemultiplicity=define
useperlio=define, d_sfio=undef, uselargefiles=define, usesocks=undef
use64bitint=define, use64bitall=define, uselongdouble=define
usemymalloc=n, bincompat5005=undef
Compiler:
cc='cc', ccflags ='-D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64',
optimize='-O2 -g',
cppflags='-D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include'
ccversion='', gccversion='4.7.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='long double', nvsize=16, Off_t='off_t', lseeksize=8
alignbytes=16, prototype=define
Linker and Libraries:
ld='cc', ldflags =' -fstack-protector -L/usr/local/lib'
libpth=/usr/local/lib /lib/x86_64-linux-gnu /lib/../lib /usr/lib/x86_64-linux-gnu /usr/lib/../lib /lib /usr/lib
libs=-lnsl -lgdbm -ldb -ldl -lm -lcrypt -lutil -lpthread -lc -lgdbm_compat
perllibs=-lnsl -ldl -lm -lcrypt -lutil -lpthread -lc
libc=, so=so, useshrplib=false, libperl=libperl.a
gnulibc_version='2.13'
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: HAS_TIMES MULTIPLICITY PERLIO_LAYERS
PERL_DONT_CREATE_GVSV PERL_IMPLICIT_CONTEXT
PERL_MALLOC_WRAP PERL_PRESERVE_IVUV PERL_SAWAMPERSAND
PERL_USE_DEVEL USE_64_BIT_ALL USE_64_BIT_INT
USE_ITHREADS USE_LARGE_FILES USE_LOCALE
USE_LOCALE_COLLATE USE_LOCALE_CTYPE
USE_LOCALE_NUMERIC USE_LONG_DOUBLE USE_PERLIO
USE_PERL_ATOF USE_REENTRANT_API
Built under linux
Compiled at Mar 19 2013 00:37:12
%ENV:
PERL5LIB=""
PERL5OPT=""
PERL5_CPANPLUS_IS_RUNNING="3177"
PERL5_CPAN_IS_RUNNING="3177"
@INC:
/home/src/perl/repoperls/installed-perls/perl/v5.17.9-203-ga7b39f8/a2da/lib/site_perl/5.17.10/x86_64-linux-thread-multi-ld
/home/src/perl/repoperls/installed-perls/perl/v5.17.9-203-ga7b39f8/a2da/lib/site_perl/5.17.10
/home/src/perl/repoperls/installed-perls/perl/v5.17.9-203-ga7b39f8/a2da/lib/5.17.10/x86_64-linux-thread-multi-ld
/home/src/perl/repoperls/installed-perls/perl/v5.17.9-203-ga7b39f8/a2da/lib/5.17.10
.
--
andreas
Thread Next
-
[perl #117239] Bleadperl v5.17.9-200-g0e0ab62 breaks MLEHMANN/JSON-XS-2.33.tar.gz
by perlbug-followup