Skip Menu |

This queue is for tickets about the Keyword-Simple CPAN distribution.

Report information
The Basics
Id: 122983
Status: resolved
Priority: 0/
Queue: Keyword-Simple

People
Owner: Nobody in particular
Requestors: daxim [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 0.03
Fixed in: 0.04



Subject: SIGSEV total_recall (n=<optimized out>, my_perl=0x603010) at Simple.xs:147

Message body is not shown because it is too large.

On Thu Sep 07 08:32:07 2017, DAXIM wrote: Show quoted text
> found while messing around in the re.pl (Devel::REPL): > > › perl -MDDS -E'use Dios; Dump eval "class Account {}"' > Segmentation fault (core dumped) > > module versions: Dios-0.002011 Data-Dump-Streamer-2.40 Keyword-Simple- > 0.03 >
Confirmed. Reduced: $ perl -e 'use Keyword::Simple; BEGIN { Keyword::Simple::define "foo" => sub {}; } eval "foo"'