Skip Menu |

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

Report information
The Basics
Id: 23949
Status: resolved
Priority: 0/
Queue: XML-Twig

People
Owner: Nobody in particular
Requestors: KevinAMcGrail-CPAN [...] mcgrail.com
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 3.26
Fixed in: 3.28



Subject: Failed Memory Leak Test - Fails make test
XML-Twig-3.26 on RedHat 7.3 Linux System using custom-compiled Perl Version 5.8.6, a make test fails. t/test_memory.......................memory leak parsing xml: expected '7660', got '7672' t/test_memory.......................NOK 1 need HTML::TreeBuilder 3.13+: skipping 1 tests t/test_memory.......................FAILED test 1 Failed 1/2 tests, 50.00% okay Perhaps this is a bug in Perl? Any hints on directions to head off in? I'm also partial to not caring about a 2 byte leak ;-) Configuration: perl: 5.008006 OS: linux - i686-linux XML::Parser : 2.34 (required) Can't exec "xmlwf": No such file or directory at t/zz_dump_config.t line 34. Use of uninitialized value in pattern match (m//) at t/zz_dump_config.t line 35. Use of uninitialized value in sprintf at t/zz_dump_config.t line 106. expat : <no version information found> Scalar::Util : 1.14 (for improved memory management) Encode : 2.08 (for encoding conversions) LWP : 5.69 (for the parseurl method) HTML::Entities : 1.25 (for the html_encode filter) Tie::IxHash : <not available> (for the keep_atts_order option) XML::XPathEngine : <not available> (to use XML::Twig::XPath) XML::XPath : <not available> (to use XML::Twig::XPath if Tree::XPathEngine not available) HTML::TreeBuilder : <not available> (to use parse_html and parsefile_html) Text::Wrap : 2001.09292 (to use the "wrapped" option for pretty_print) Test : 1.25 (for testing purposes) Test::Pod : <not available> (for testing purposes) XML::Simple : <not available> (for testing purposes) XML::Handler::YAWriter : <not available> (for testing purposes) XML::SAX::Writer : <not available> (for testing purposes) XML::Filter::BufferText : <not available> (for testing purposes) IO::Scalar : 1.119 (for testing purposes) Please add this information to bug reports (you can run t/zz_dump_config.t to get it) t/zz_dump_config....................ok Failed Test Stat Wstat Total Fail Failed List of Failed ------------------------------------------------------------------------------- t/test_memory.t 2 1 50.00% 1 Failed 1/87 test scripts, 98.85% okay. 1/2066 subtests failed, 99.95% okay. make: *** [test_dynamic] Error 29
Subject: Re: [rt.cpan.org #23949] Failed Memory Leak Test - Fails make test
Date: Fri, 15 Dec 2006 18:43:04 +0100
To: bug-XML-Twig [...] rt.cpan.org
From: mirod <mirod [...] xmltwig.com>
via RT wrote: Show quoted text
> t/test_memory.......................memory leak parsing xml: expected > '7660', got '7672' > t/test_memory.......................NOK 1 > > need HTML::TreeBuilder 3.13+: skipping 1 tests > t/test_memory.......................FAILED test 1 > > Failed 1/2 tests, 50.00% okay > > Perhaps this is a bug in Perl? Any hints on directions to head off in? > I'm also partial to not caring about a 2 byte leak ;-)
The next version of the module has a somewhat relaxed condition on the test, so even with such a huge leak the test should pass. So you can either ignore the failure and most likely live happily ever after, or install the development version, available at http://xmltwig.com/xmltwig/ Does this help? -- mirod
Subject: Re: [rt.cpan.org #23949] Failed Memory Leak Test - Fails make test
Date: Fri, 15 Dec 2006 14:44:54 -0500
To: <bug-XML-Twig [...] rt.cpan.org>, <KMCGRAIL [...] cpan.org>
From: "Kevin A. McGrail" <kevin.mcgrail [...] mcgrail.com>
Yep, thanks! Show quoted text
----- Original Message ----- From: "mirod@xmltwig.com via RT" <bug-XML-Twig@rt.cpan.org> To: <KMCGRAIL@cpan.org> Sent: Friday, December 15, 2006 2:27 PM Subject: Re: [rt.cpan.org #23949] Failed Memory Leak Test - Fails make test
> > <URL: http://rt.cpan.org/Ticket/Display.html?id=23949 > > > via RT wrote: >
>> t/test_memory.......................memory leak parsing xml: expected >> '7660', got '7672' >> t/test_memory.......................NOK 1 >> >> need HTML::TreeBuilder 3.13+: skipping 1 tests >> t/test_memory.......................FAILED test 1 >> >> Failed 1/2 tests, 50.00% okay >> >> Perhaps this is a bug in Perl? Any hints on directions to head off in? >> I'm also partial to not caring about a 2 byte leak ;-)
> > The next version of the module has a somewhat relaxed condition on the > test, so even with such a huge leak the test should pass. > > So you can either ignore the failure and most likely live happily ever > after, or install the development version, available at > http://xmltwig.com/xmltwig/ > > Does this help? > > -- > mirod >