perl 5.10.0-24ubuntu4 crashes with SIGSEGV
Bug #463190 reported by
Evgeny Kapun
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();
To post a comment you must log in.
Looks like perl 5.10.1 doesn't suffer from this problem.