
perlbug-followup at perl
May 12, 2008, 1:47 PM
Post #1 of 1
(320 views)
Permalink
|
|
[perl #54052] Re: perl -wle '%::=();//' crash
|
|
# New Ticket Created by Abigail # Please include the string: [perl #54052] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=54052 > On Mon, May 12, 2008 at 07:57:55PM +0200, Reini Urban wrote: > perl -wle '%::=();//' crashes in all perl versions. In 5.10.0, I get: $ perl -wle '%::=();//' Use of uninitialized value $_ in pattern match (m//) at -e line 1. Assertion ((svtype)((shplep)->sv_flags & 0xff)) == SVt_PVGV || ((svtype)((shplep)->sv_flags & 0xff)) == SVt_PVLV failed: file "regexec.c", line 2741 at -e line 1. $ Anything else gives me a segmentation fault. Abigail
|