Skip Menu |

This queue is for tickets about the File-Map CPAN distribution.

Report information
The Basics
Id: 60710
Status: resolved
Priority: 0/
Queue: File-Map

People
Owner: LEONT [...] cpan.org
Requestors: ANDK [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 0.27
Fixed in: (no value)



Subject: bleadperl f120055 breaks File::Map 0.27
Bisect on bleadperl determines blame on commit f12005599f648e675af22dfef1047191e260bc48 Author: Wolfram Humann <w.c.humann@arcor.de> Date: Fri Aug 13 17:20:26 2010 -0700 make string-append on win32 100 times faster Here is the first cpantesters report on the failing tests: http://www.cpantesters.org/cpan/report/8270976 I'll perlbug this in a minute Regards,
On Wed Aug 25 00:16:44 2010, ANDK wrote: Show quoted text
> Bisect on bleadperl determines blame on > > commit f12005599f648e675af22dfef1047191e260bc48 > Author: Wolfram Humann <w.c.humann@arcor.de> > Date: Fri Aug 13 17:20:26 2010 -0700 > > make string-append on win32 100 times faster > > Here is the first cpantesters report on the failing tests: > > http://www.cpantesters.org/cpan/report/8270976 > > I'll perlbug this in a minute > > Regards,
Hi Andreas, I had already noticed this a couple of days ago. IMO the bug is in my code, not in perl. I'm checking SvLEN where I should have checked SvCUR, implicitly assuming perl would never overallocate. Fortunately that is an easy problem to fix (I had already done so in my local repository). I've just uploaded 0.28, which should solve this and other issues. Thanks for the heads up. Leon