On Tue, May 20, 2008 at 02:33:56PM +0300, Niko Tyni wrote: > > On Sat, May 10, 2008 at 01:39:40PM +0200, Fernando Santagata wrote: > > > Package: libhtml-mason-perl > > > Version: 1:1.36-2 > > > Severity: normal > > > > > until some days ago, my mason-based sites worked just fine. > > > After upgrading to perl 5.10 one site stopped working. I have done some > > > research and I suspect the culprit is HTML::Mason::ApacheHandler. > > > > > The system works just fine for plain HTML files, but the apache process > > > crashes if I use a mason page, leaving this line in the error log: > > > > > > [Fri May 09 00:04:47 2008] [notice] child pid 22953 exit signal > > > Segmentation fault (11)
> It's a regression in perl 5.10.0, reproducable with this one-liner: > > # perl -e '@ISA = 'Foo'; $ISA[$_] = 'Bar' for (0..$#ISA);' Turns out this is another instance of upstream bug [perl #52074], recently fixed in bleadperl by change 33684. http://rt.perl.org/rt3/Public/Bug/Display.html?id=52074 -- Niko Tyni [EMAIL PROTECTED] -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]