[Bug 234439] Using perl's XML::LibXML Xpath function makes perl to crash

bugzilla at redhat.com bugzilla at redhat.com
Wed Feb 27 12:52:35 UTC 2008


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug report.

Summary: Using perl's XML::LibXML Xpath function makes perl to crash


https://bugzilla.redhat.com/show_bug.cgi?id=234439


bugzilla at redhat.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Product|Fedora Core                 |Fedora
            Version|fc6                         |6

jpazdziora at redhat.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jpazdziora at redhat.com




------- Additional Comments From jpazdziora at redhat.com  2008-02-27 07:52 EST -------
The problem is not present on Fedora 8:

$ perl -MXML::LibXML -Mstrict -e 'my $x =
XML::LibXML->new()->parse_file("current.xml"); my
@nodes=$x->findnodes("//*[count(\"accel::code\")]")->get_nodelist; print STDOUT
scalar(@nodes)."\n";'
Invalid type
xmlXPathCompiledEval: 2 objects left on the stack.

$ rpm -q perl-XML-LibXML gcc perl glibc libxml2
perl-XML-LibXML-1.62001-2.fc8.3.x86_64
gcc-4.1.2-33.x86_64
perl-5.8.8-33.fc8.x86_64
glibc-2.7-2.x86_64
glibc-2.7-2.i686
libxml2-2.6.31-1.fc8.x86_64

So maybe we can close this with CURRENTRELEASE?

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.




More information about the Fedora-perl-devel-list mailing list