Product: Fedora https://bugzilla.redhat.com/show_bug.cgi?id=877072 Bug ID: 877072 Summary: perl-5.16.2: Memory leak in Perl_sv_grow Product: Fedora Version: 18 Component: perl Severity: unspecified Priority: unspecified Reporter: ppisar@xxxxxxxxxx Type: Bug There is regression between 5.14 an 5.16 in this code: while (1) { my $o = bless {}, 'main'; test({}); $o->test; } sub test { &test2; } sub test2 { ref($_[0]) && eval { $_[0]->isa(__PACKAGE__) }; } Memory started to leak. Upstream thinks it has been fixed between commits 7e2a0d4 and 39984de. -- You are receiving this mail because: You are on the CC list for the bug. -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/perl-devel