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

[perl #127774] segfault in caller()

Thread Previous | Thread Next
From:
James E Keenan via RT
Date:
March 24, 2016 00:33
Subject:
[perl #127774] segfault in caller()
Message ID:
rt-4.0.18-14327-1458779594-842.127774-15-0@perl.org
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=127774

Thread Previous | Thread Next


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