On Wed Mar 23 17:25:11 2016, mauke- wrote: > > This is a bug report for perl from l.mai@web.de, > generated with the help of perlbug 1.40 running under perl 5.22.1. > > > ----------------------------------------------------------------- > [Please describe your issue here] > > $ perl -e 'END { caller 1 } eval("sub { die }")->()' > Died at (eval 1) line 1. > Segmentation fault (core dumped) > > A threaded/debugging 5.22.1 segfaults at pp_ctl.c:1797: > assert(CopSTASH(cx->blk_oldcop)); > because oldcop is NULL. > Segfaults in plain vanilla 5.22.0 as well (no threads, no debugging). Same error output as above. -- James E Keenan (jkeenan@cpan.org) --- via perlbug: queue: perl5 status: new https://rt.perl.org/Ticket/Display.html?id=127774Thread Previous | Thread Next