FAQ

[[email protected] - Tue Nov 16 11:38:05 2004]:


This is a bug report for perl from [email protected],
generated with the help of perlbug 1.35 running under perl v5.8.4.

#!/usr/local/bin/perl

my $TEXT = "";

for (my $i=0;$i<11500;$i++) {
$TEXT .= "x";
}

$TEXT =~ s/(x?)+//g;
This problem has been resolved with change #32465.

[email protected]:~/smoke/perl-current$ perl rt_32465.pl
Segmentation fault
[email protected]:~/smoke/perl-current$ ./perl rt_32465.pl
[email protected]:~/smoke/perl-current$ cat rt_32465.pl
#!perl

my $TEXT = "";

for (my $i=0;$i<11500;$i++) {
$TEXT .= "x";
}

$TEXT =~ s/(x?)+//g;

Search Discussions

  • Hv at Mar 30, 2006 at 12:09 am
    "Steve Peters via RT" wrote:
    :> [[email protected] - Tue Nov 16 11:38:05 2004]:
    :>
    :>
    :> This is a bug report for perl from [email protected],
    :> generated with the help of perlbug 1.35 running under perl v5.8.4.
    :>
    :> #!/usr/local/bin/perl
    :>
    :> my $TEXT = "";
    :>
    :> for (my $i=0;$i<11500;$i++) {
    :> $TEXT .= "x";
    :> }
    :>
    :> $TEXT =~ s/(x?)+//g;
    :
    :This problem has been resolved with change #32465.

    That'd be change #27598. :)

    Hugo

Related Discussions

Discussion Navigation
viewthread | post
Discussion Overview
groupperl5-porters @
categoriesperl
postedMar 29, '06 at 5:42p
activeMar 30, '06 at 12:09a
posts2
users2
websiteperl.org

2 users in discussion

Hv: 1 post Steve Peters via RT: 1 post

People

Translate

site design / logo © 2023 Grokbase