Public bug reported:

Binary package hint: perl

Ubuntu karmic on amd64
perl 5.10.0-24ubuntu4

This program causes perl to crash:

#!/usr/bin/perl
my $xxx;
for my $_ ([]) {
        $xxx = sub {
                my @arr = ([]);
                0 for @arr;
                0 for @arr;
        };
}
&$xxx();

** Affects: perl (Ubuntu)
     Importance: Undecided
         Status: New

-- 
perl 5.10.0-24ubuntu4 crashes with SIGSEGV
https://bugs.launchpad.net/bugs/463190
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to