Package: perl
Version: 5.10.0-7
Severity: important
Tags: upstream
Forwarded: http://rt.perl.org/rt3/Public/Bug/Display.html?id=52740

This snippet crashes Perl 5.10.0 and blead (as of change 33541 which is
the last one in the utsl.gen.nz git repository), but not 5.8.8, with a
segmentation fault:

 #!/usr/bin/perl -w
 use Compress::Zlib;
 use Devel::Symdump;
 print Devel::Symdump->isa_tree;
 __END__

(The snippet is reduced from the mod_perl2 2.0.4rc1 test suite,
 where Apache crashes on shutdown after the tests.)

This can be reduced to

 #!/usr/bin/perl
 use constant "foo" => "a";
 index("a", foo);
 local(*g) = ${::}{foo};
 __END__

Submitted upstream as [perl #52740].

Cheers,
-- 
Niko Tyni   [EMAIL PROTECTED]



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to