http://www.perlmonks.org?node_id=994724


in reply to Re^2: "double free or corruption" in Perl 5.16.0 but not in 5.14.2
in thread "double free or corruption" in Perl 5.16.0 but not in 5.14.2

Unfortunately, patch applied against 5.17.4 gave the following test errors.

../cpan/CGI/t/tmpdir.t (Wstat +: 0 Tests: 9 Failed: 0) TODO passed: 3-9 ../ext/File-Glob/t/basic.t (Wstat +: 768 Test s: 49 Failed: 3) Failed tests: 19, 21-22 Non-zero exit status: 3 Files=2336, Tests=548419, 725 wallclock secs (50.53 usr 6.81 sys + 40 +1.23 cusr 34.93 csys = 493.50 CPU) Result: FAIL

Perhaps I applied it incorrectly - will check.

  • Comment on Re^3: "double free or corruption" in Perl 5.16.0 but not in 5.14.2
  • Download Code

Replies are listed 'Best First'.
Re^4: "double free or corruption" in Perl 5.16.0 but not in 5.14.2
by chromatic (Archbishop) on Sep 20, 2012 at 21:01 UTC

    It's a bad patch. I'm not sure why I thought it passed with bleadperl (and I knew it didn't look right), but for whatever reason, it's a bad patch.

Re^4: "double free or corruption" in Perl 5.16.0 but not in 5.14.2
by mje (Curate) on Sep 20, 2012 at 19:18 UTC

    I'm pretty sure the patch was applied correctly to 5.17.4. I went back to stock 5.17.4 and all tests pass. With the patch the tests above fail.