perl 5.10.0-24ubuntu4 crashes with SIGSEGV

Bug #463190 reported by Evgeny Kapun
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
perl (Ubuntu)
New
Undecided
Unassigned

Bug Description

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();

Revision history for this message
Evgeny Kapun (abacabadabacaba) wrote :

Looks like perl 5.10.1 doesn't suffer from this problem.

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.