Subject: | make test gives "Bad free() ignored (PERL_CORE)" |
On cygwin's Perl, "make test" issues several warnings about "Bad free() ignore (PERL_CORE)". See test.out for the output of "make test".
The tests successfully complete, but I think this error does cause *other* Perl scripts to dump core. At least, other scripts will (sometimes) issue this warning a few times, and then dump core. (I haven't reduced the problem yet.)
Version information (these all come from cygwin):
$ perl --version | head -2
This is perl, v5.8.5 built for cygwin-thread-multi-64int
$ xml2-config --version
2.6.16
$ xslt-config --version
1.1.10
/usr/bin/perl.exe "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/01basic........ok
t/02dromeds......Bad free() ignored (PERL_CORE).
ok
t/03input........ok
t/04params.......ok
t/05quick........ok
t/06output.......Bad free() ignored (PERL_CORE) at t/06output.t line 153.
Bad free() ignored (PERL_CORE) at t/06output.t line 153.
ok
t/07blankdoc.....ok
t/08literal......ok
t/09exslt........ok
t/10functions....Use of uninitialized value in concatenation (.) or string at t/10functions.t line 9.
Use of uninitialized value in concatenation (.) or string at t/10functions.t line 9.
ok
All tests successful.
Files=10, Tests=94, 5 wallclock secs ( 2.76 cusr + 1.70 csys = 4.45 CPU)