develooper Front page | perl.perl5.porters | Postings from November 2016

[perl #124368] Perl_sv_2pv_flags: Assertion`((svtype)((sv)->sv_flags & 0xff)) != SVt_PVAV && ((svtype)((sv)->sv_flags &0xff)) != SVt_PVHV && ((svtype)((sv)->sv_flags & 0xff)) != SVt_PVFM' failed

From:
Hugo van der Sanden via RT
Date:
November 28, 2016 11:34
Subject:
[perl #124368] Perl_sv_2pv_flags: Assertion`((svtype)((sv)->sv_flags & 0xff)) != SVt_PVAV && ((svtype)((sv)->sv_flags &0xff)) != SVt_PVHV && ((svtype)((sv)->sv_flags & 0xff)) != SVt_PVFM' failed
Message ID:
rt-4.0.24-24006-1480332885-944.124368-15-0@perl.org
On Sun, 25 Sep 2016 15:01:37 -0700, brian.carpenter@gmail.com wrote:
> Triggered in Perl v5.25.5-8-g3c42ae1 with the following:
> 
> ./perl -e '$0=s0::;chop@0=~y:::'
> sv.c:2928: char *Perl_sv_2pv_flags(SV *const, STRLEN *const, const
> I32): Assertion `((svtype)((sv)->sv_flags & 0xff)) != SVt_PVAV &&
> ((svtype)((sv)->sv_flags & 0xff)) != SVt_PVHV && ((svtype)((sv)-
> >sv_flags & 0xff)) != SVt_PVFM' failed.
> Aborted

This is an unrelated issue. I've created #130198 to track it, with some analysis.

Hugo

---
via perlbug:  queue: perl5 status: open
https://rt.perl.org/Ticket/Display.html?id=124368



nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About