Skip Menu |

This queue is for tickets about the Devel-Size CPAN distribution.

Report information
The Basics
Id: 96421
Status: stalled
Priority: 0/
Queue: Devel-Size

People
Owner: Nobody in particular
Requestors: andy.melnikov [...] gmail.com
Cc:
AdminCc:

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



Subject: total_size of coderefs crashes on Perl 5.20 Win x64
Can't install 0.79 on Strawberry Perl 5.20 for Windows x64. It crashes multiple times during tests. The first crash is at the following place in basic.t ########################################################## # RT#14849 (& RT#26781 and possibly RT#29238?) cmp_ok( total_size( sub{ do{ my $t=0 }; } ), '>', 0, 'total_size( sub{ my $t=0 } ) > 0' ); I did two other tests: It works ok on archlinux i686 with 5.18, but fails tests with 5.20. I didn't investigate further but it seems a general incompatibility with 5.20
On Fri Jun 13 04:12:30 2014, http://nponeccop.livejournal.com/ wrote: Show quoted text
> Can't install 0.79 on Strawberry Perl 5.20 for Windows x64. > > It crashes multiple times during tests. The first crash is at the > following place in basic.t > > ########################################################## > # RT#14849 (& RT#26781 and possibly RT#29238?) > cmp_ok( total_size( sub{ do{ my $t=0 }; } ), '>', 0, > 'total_size( sub{ my $t=0 } ) > 0' ); > > I did two other tests: > > It works ok on archlinux i686 with 5.18, but fails tests with 5.20. > > I didn't investigate further but it seems a general incompatibility > with 5.20
I'm not in a position to test on Windows x64, but the same problems with 5.20 were present on *nix. I've uploaded a development release 0.79_52, and all observed problems on *nix are now solved, so I'm hopeful that if you are able to retest with this on your system it will work. Nicholas Clark