Skip Menu |

This queue is for tickets about the Math-Pari CPAN distribution.

Report information
The Basics
Id: 9200
Status: new
Priority: 0/
Queue: Math-Pari

People
Owner: Nobody in particular
Requestors:
Cc:
AdminCc:

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



Subject: Fail t\00_Pari.t : Free to wrong pool 222c68 not d0100 at C:\cpanplus\5.8.4\build\Math-Pari-2.010602\blib\lib/Math/Pari.pm line 1149.
Apparently this is a known issue http://www.nntp.perl.org/group/perl.cpan.testers/85482 but examining installPerlFunctionCV in Pari.xs reveals that a call to free is to blame doing_PARI_autoload = 0; if (code != (char*)defcode + 1) free(code); // <<<<<<<<<<<<<< THIS ONE HERE code is going to be freed by the compiler anyway, so it should be safe to just comment out that line