Skip Menu |

This queue is for tickets about the XML-LibXSLT CPAN distribution.

Report information
The Basics
Id: 8688
Status: resolved
Priority: 0/
Queue: XML-LibXSLT

People
Owner: Nobody in particular
Requestors: mjs [...] beebo.org
Cc:
AdminCc:

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



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)
On st 01.pro.2004 06:50:28, guest wrote: Show quoted text
> 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 Show quoted text
> 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
Malloc/free were fixed in XML-LibXSLT 1.59 so I believe this old ticket can be closed. Make sure to use XML-LibXML 1.59 too. -- Petr