-
Notifications
You must be signed in to change notification settings - Fork 576
S_gv_stashpvn_internal: Assertion `((svtype)((_gvgp)->sv_flags & 0xff)) == SVt_PVGV || ((svtype)((_gvgp)->sv_flags & 0xff)) == SVt_PVLV' failed (gv.c:1416) #14790
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
From @geeknikThe attached script causes an assertion failure in Perl v5.23.0-69-gf907dd3. Does not crash or cause any errors in Perl 5.21.6-602-ge9d2bd8. perl: gv.c:1416: S_gv_stashpvn_internal: Assertion `((svtype)((_gvgp)->sv_flags & 0xff)) == SVt_PVGV || ((svtype)((_gvgp)->sv_flags & 0xff)) == SVt_PVLV' failed. Program received signal SIGABRT, Aborted. |
From @geeknik |
From @cpansproutOn Fri Jul 03 10:03:56 2015, brian.carpenter@gmail.com wrote:
When I try bisecting, it crashes for all perls I can compile. Here is my one-liner version: $ ./miniperl -e '%::=(); J->${\"::"}' gv_fetchpvn_flags assumes that -- Father Chrysostomos |
The RT System itself - Status changed from 'new' to 'open' |
From @cpansproutFixed in d2fcb1d. -- Father Chrysostomos |
@cpansprout - Status changed from 'open' to 'resolved' |
Migrated from rt.perl.org#125541 (status was 'resolved')
Searchable as RT125541$
The text was updated successfully, but these errors were encountered: