Front page | perl.perl5.porters |
Postings from August 2016
[perl #129141] OP *Perl_newSVOP(I32, I32, SV *): Assertion `sv'failed (op.c:5964)
From:
Brian Carpenter
Date:
August 30, 2016 20:48
Subject:
[perl #129141] OP *Perl_newSVOP(I32, I32, SV *): Assertion `sv'failed (op.c:5964)
Message ID:
rt-4.0.24-28925-1472590092-1734.129141-75-0@perl.org
# New Ticket Created by Brian Carpenter
# Please include the string: [perl #129141]
# in the subject line of all future correspondence about this issue.
# <URL: https://rt.perl.org/Ticket/Display.html?id=129141 >
Perl v5.25.4-25-g109ac34*
./perl -e 'qq{@{[];sub{];sub{]]}}}}}}'
perl: op.c:5964: OP *Perl_newSVOP(I32, I32, SV *): Assertion `sv' failed.
Aborted
#0 0x00007ffff6cf2067 in __GI_raise (sig=sig@entry=6) at ../nptl/sysdeps/unix/sysv/linux/raise.c:56
#1 0x00007ffff6cf3448 in __GI_abort () at abort.c:89
#2 0x00007ffff6ceb266 in __assert_fail_base (fmt=0x7ffff6e24238 "%s%s%s:%u: %s%sAssertion `%s' failed.\n%n", assertion=assertion@entry=0xcbd5c0 <.str291> "sv",
file=file@entry=0xe76c09 "op.c", line=line@entry=5964, function=function@entry=0xcbd620 <__PRETTY_FUNCTION__.Perl_newSVOP> "OP *Perl_newSVOP(I32, I32, SV *)")
at assert.c:92
#3 0x00007ffff6ceb312 in __GI___assert_fail (assertion=0xcbd5c0 <.str291> "sv", file=0xe76c09 "op.c", line=5964,
function=0xcbd620 <__PRETTY_FUNCTION__.Perl_newSVOP> "OP *Perl_newSVOP(I32, I32, SV *)") at assert.c:101
#4 0x00000000004f9c0e in Perl_newSVOP (type=<optimized out>, flags=<optimized out>, sv=<optimized out>) at op.c:5964
#5 0x000000000054d800 in Perl_newANONATTRSUB (floor=<optimized out>, proto=<optimized out>, attrs=0xffffffffffffffff, block=0x10) at op.c:9270
#6 0x00000000006b54bb in Perl_yyparse (gramtype=<optimized out>) at perly.y:886
#7 0x000000000059c392 in S_parse_body (env=<optimized out>, xsinit=<optimized out>) at perl.c:2373
#8 0x000000000059272d in perl_parse (my_perl=<optimized out>, xsinit=<optimized out>, argc=<optimized out>, argv=<optimized out>, env=<optimized out>)
at perl.c:1689
#9 0x00000000004de6a6 in main (argc=<optimized out>, argv=<optimized out>, env=<optimized out>) at perlmain.c:121
-
[perl #129141] OP *Perl_newSVOP(I32, I32, SV *): Assertion `sv'failed (op.c:5964)
by Brian Carpenter