Skip Menu |

This queue is for tickets about the Module-Runtime CPAN distribution.

Report information
The Basics
Id: 122394
Status: resolved
Priority: 0/
Queue: Module-Runtime

People
Owner: Nobody in particular
Requestors: 'spro^^*%*^6ut# [...] &$%*c
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: Assertion failure in perl5.27.1
t/taint.t ........... 1/5 Assertion failed: (!SvSMAGICAL(TARG)), function Perl_pp_ref, file pp.c, line 632. t/taint.t ........... Failed 4/5 subtests $ perl5.27.1 -V Summary of my perl5 (revision 5 version 27 subversion 1) configuration: Snapshot of: f717dc4d271ccf8809c0ea488171d46d7970b954 Platform: osname=darwin osvers=12.5.0 archname=darwin-thread-multi-2level uname='darwin pint.local 12.5.0 darwin kernel version 12.5.0: sun sep 29 13:33:47 pdt 2013; root:xnu-2050.48.12~1release_x86_64 x86_64 ' config_args='-de -DDEBUGGING -Dusedevel -Duseithreads' hint=recommended useposix=true d_sigaction=define useithreads=define usemultiplicity=define use64bitint=define use64bitall=define uselongdouble=undef usemymalloc=n default_inc_excludes_dot=define bincompat5005=undef Compiler: cc='cc' ccflags ='-fno-common -DPERL_DARWIN -mmacosx-version-min=10.8 -DDEBUGGING -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -I/opt/local/include -DPERL_USE_SAFE_PUTENV' optimize='-O3 -g' cppflags='-fno-common -DPERL_DARWIN -mmacosx-version-min=10.8 -DDEBUGGING -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -I/opt/local/include' ccversion='' gccversion='4.2.1 Compatible Apple LLVM 4.2 (clang-425.0.27)' gccosandvers='' intsize=4 longsize=8 ptrsize=8 doublesize=8 byteorder=12345678 doublekind=3 d_longlong=define longlongsize=8 d_longdbl=define longdblsize=16 longdblkind=3 ivtype='long' ivsize=8 nvtype='double' nvsize=8 Off_t='off_t' lseeksize=8 alignbytes=8 prototype=define Linker and Libraries: ld='cc' ldflags =' -mmacosx-version-min=10.8 -fstack-protector -L/usr/local/lib -L/opt/local/lib' libpth=/usr/local/lib /usr/bin/../lib/clang/4.2/lib /usr/lib /opt/local/lib libs=-lpthread -ldbm -ldl -lm -lutil -lc perllibs=-lpthread -ldl -lm -lutil -lc libc= so=dylib useshrplib=false libperl=libperl.a gnulibc_version='' Dynamic Linking: dlsrc=dl_dlopen.xs dlext=bundle d_dlsymun=undef ccdlflags=' ' cccdlflags=' ' lddlflags=' -mmacosx-version-min=10.8 -bundle -undefined dynamic_lookup -L/usr/local/lib -L/opt/local/lib -fstack-protector' Characteristics of this binary (from libperl): Compile-time options: DEBUGGING HAS_TIMES MULTIPLICITY PERLIO_LAYERS PERL_COPY_ON_WRITE PERL_DONT_CREATE_GVSV PERL_IMPLICIT_CONTEXT PERL_MALLOC_WRAP PERL_OP_PARENT PERL_PRESERVE_IVUV PERL_TRACK_MEMPOOL PERL_USE_DEVEL PERL_USE_SAFE_PUTENV 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_LOCALE_TIME USE_PERLIO USE_PERL_ATOF USE_REENTRANT_API Built under darwin Compiled at Jun 11 2017 14:23:11 @INC: /usr/local/lib/perl5/site_perl/5.27.1/darwin-thread-multi-2level /usr/local/lib/perl5/site_perl/5.27.1 /usr/local/lib/perl5/5.27.1/darwin-thread-multi-2level /usr/local/lib/perl5/5.27.1 /usr/local/lib/perl5/site_perl
RT-Send-CC: ANDK [...] cpan.org
On Sat Jul 08 13:04:56 2017, SPROUT wrote: Show quoted text
> t/taint.t ........... 1/5 Assertion failed: (!SvSMAGICAL(TARG)), > function Perl_pp_ref, file pp.c, line 632. > t/taint.t ........... Failed 4/5 subtests
Andreas, could you do a bisect?
CC: ANDK [...] cpan.org
Subject: Re: [rt.cpan.org #122394] Assertion failure in perl5.27.1
Date: Sun, 09 Jul 2017 05:50:52 +0200
To: "Father Chrysostomos via RT" <bug-Module-Runtime [...] rt.cpan.org>
From: Andreas Koenig <andreas.koenig.7os6VVqR [...] franz.ak.mind.de>
Show quoted text
> Andreas, could you do a bisect?
Sorry, could not yet reproduce. Tried on Debian with gcc 6.3.0-12 and clang 3.8.1-18. I have no Darwin system. -- andreas
RT-Send-CC: ANDK [...] cpan.org
On Sat Jul 08 23:51:09 2017, andreas.koenig.7os6VVqR@franz.ak.mind.de wrote: Show quoted text
> > Andreas, could you do a bisect?
> > Sorry, could not yet reproduce. Tried on Debian with gcc 6.3.0-12 and > clang 3.8.1-18. I have no Darwin system.
It turns out it was caused by v5.27.0-127-gba75e9a and fixed by v5.27.0-318-ga10e04b. My blead installation is a little out of date. This ticket can be resolved.