| Summary: | html test fails with OOM | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Dan Horák <dan> |
| Component: | perl-XML-LibXML | Assignee: | Petr Pisar <ppisar> |
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | rawhide | CC: | cazzaniga.sandro, mmaslano, ppisar |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | perl-XML-LibXML-2.0003-2.fc18 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2012-08-14 00:59:21 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
|
Description
Dan Horák
2011-12-21 09:26:52 UTC
Hi, it's seems fixed with the latest version of the perl module (2.0001): chmod 755 blib/arch/auto/XML/LibXML/LibXML.so cp LibXML.bs blib/arch/auto/XML/LibXML/LibXML.bs chmod 644 blib/arch/auto/XML/LibXML/LibXML.bs PERL_DL_NONLAZY=1 /usr/bin/perl5.16.0 "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/01basic.t ......................... 1/3 # # # Compiled against libxml2 version: 20800 # Running libxml2 version: 20800 # t/01basic.t ......................... ok t/02parse.t ......................... ok t/03doc.t ........................... ok t/04node.t .......................... ok t/05text.t .......................... ok t/06elements.t ...................... ok t/07dtd.t ........................... ok t/08findnodes.t ..................... ok t/09xpath.t ......................... ok t/10ns.t ............................ ok t/11memory.t ........................ skipped: developers only (set MEMORY_TEST=1 to run these tests) t/12html.t .......................... ok t/13dtd.t ........................... ok t/14sax.t ........................... ok t/15nodelist.t ...................... ok t/16docnodes.t ...................... ok t/17callbacks.t ..................... ok Maybe with versions between 1.88 and 2.0001, don't know. Hmm, I can't reproduce this bug in tests with XML-LibXML-1.88.. (In reply to comment #2) > Hmm, > > I can't reproduce this bug in tests with XML-LibXML-1.88.. are you working with a 64-bit big-endian system (ppc64, s390x) or with regular x86_64 (which is little-endian)? No. This issue has been resolved as bug #845534. I will re-enable the 12html test. perl-XML-LibXML-1.90-3.fc17 has been submitted as an update for Fedora 17. https://admin.fedoraproject.org/updates/perl-XML-LibXML-1.90-3.fc17 Package perl-XML-LibXML-1.90-3.fc17: * should fix your issue, * was pushed to the Fedora 17 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing perl-XML-LibXML-1.90-3.fc17' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/FEDORA-2012-11523/perl-XML-LibXML-1.90-3.fc17 then log in and leave karma (feedback). perl-XML-LibXML-1.90-3.fc17 has been pushed to the Fedora 17 stable repository. If problems still persist, please make note of it in this bug report. |