Skip Menu |

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

Report information
The Basics
Id: 4699
Status: resolved
Worked: 2 hours (120 min)
Priority: 0/
Queue: XML-LibXML

People
Owner: Nobody in particular
Requestors: rose [...] sj.com
Cc:
AdminCc:

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



Subject: segm fault with t/08findnodes.
[rose@myhost XML-LibXML-1.56]$ perl -I blib/lib -I blib/arch t/08findnodes.t 1..46 # Running under perl version 5.008 for linux # Current time local: Wed Dec 17 15:51:19 2003 # Current time GMT: Wed Dec 17 14:51:19 2003 # Using Test.pm version 1.23 ok 1 ok 2 ok 3 ok 4 ok 5 Segmentation fault (core dumped) the other test scripts work mainly fine OS is RedHat Linux 8 [rose@myhost XML-LibXML-1.56]$ rpm -qa | grep libxml2 libxml2-python-2.5.4-1 libxml2-2.5.4-1 libxml2-devel-2.5.4-1 I can send the core file if needed.
From: Steven James <pyro [...] linuxlabs.com>
Greetings, I hit that too. Upgrading to libxml2-2.5.11-1 fixed it. [guest - Wed Dec 17 09:57:29 2003]: Show quoted text
> [rose@myhost XML-LibXML-1.56]$ perl -I blib/lib -I blib/arch > t/08findnodes.t > 1..46 > # Running under perl version 5.008 for linux > # Current time local: Wed Dec 17 15:51:19 2003 > # Current time GMT: Wed Dec 17 14:51:19 2003 > # Using Test.pm version 1.23 > ok 1 > ok 2 > ok 3 > ok 4 > ok 5 > Segmentation fault (core dumped) > > the other test scripts work mainly fine > OS is RedHat Linux 8 > > [rose@myhost XML-LibXML-1.56]$ rpm -qa | grep libxml2 > libxml2-python-2.5.4-1 > libxml2-2.5.4-1 > libxml2-devel-2.5.4-1 > > I can send the core file if needed.