Skip Menu |

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

Report information
The Basics
Id: 84564
Status: resolved
Priority: 0/
Queue: XML-LibXML

People
Owner: Nobody in particular
Requestors: craig [...] MyIttyBitty.Com
Cc:
AdminCc:

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



Subject: test 40reader_mem_error.t in XML::LibXML 2.0014
Date: Wed, 10 Apr 2013 19:38:29 -0700
To: bug-XML-LibXML [...] rt.cpan.org
From: Craig Shaver <craig [...] MyIttyBitty.Com>

Message body is not shown because it is too large.

From: rtz [...] malakit.org
I'm seeing something very similiar, and it's very frustrating. I've attached the relevant portion from the output of valgrind --leak-check=full --trace-children=yes make test with only 40reader_mem_error.t in t/ perl is 5.16.3, compiled from scratch just an hour ago, with only default settings, no threads etc. I changed the prefix, that's all XML::LibXML version is 2.0014. The server is running Red Hat Enterprise Linux Server release 5.9 (Tikanga).
Subject: invalid_free.txt

Message body is not shown because it is too large.

This is probably caused by this bug in libxml2: https://bugzilla.gnome.org/show_bug.cgi?id=447899 Fixed with this commit in libxml2 version 2.7.4: https://git.gnome.org/browse/libxml2/commit/?id=f4653dcd8be8b2b44814b9a3fd358a7bbb87b8c4 So the test should be skipped for older versions of libxml2.
On Thu Feb 27 15:17:15 2014, NWELLNHOF wrote: Show quoted text
> This is probably caused by this bug in libxml2: > > https://bugzilla.gnome.org/show_bug.cgi?id=447899 > > Fixed with this commit in libxml2 version 2.7.4: > > https://git.gnome.org/browse/libxml2/commit/?id=f4653dcd8be8b2b44814b9a3fd358a7bbb87b8c4 > > So the test should be skipped for older versions of libxml2.
Fixed in CPAN and in the Mercurial repository. RESOLVEDing.