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 zby@xxxxxxx changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED ------- Additional Comments From zby@xxxxxxx 2008-02-27 10:23 EST ------- I have upgraded my XML::LibXML off of the CPAN and the same task finished as expected. I recommend to FC6 owners and perl XML::LibXML users doing the same thing. [zby@DDFF ~]$ find . -type f -name current.xml ./.openoffice.org2/user/config/soffice.cfg/global/accelerator/en-US/current.xml ./.openoffice.org2/user/config/soffice.cfg/global/accelerator/cs/current.xml ./.openoffice.org2/user/config/soffice.cfg/modules/scalc/accelerator/en-US/current.xml ./.openoffice.org2/user/config/soffice.cfg/modules/scalc/accelerator/cs/current.xml ./.openoffice.org2/user/config/soffice.cfg/modules/swriter/accelerator/en-US/current.xml ./.openoffice.org2/user/config/soffice.cfg/modules/swriter/accelerator/cs/current.xml ./.openoffice.org2/user/config/soffice.cfg/modules/sdraw/accelerator/en-US/current.xml ./.openoffice.org2/user/config/soffice.cfg/modules/dbapp/accelerator/en-US/current.xml ./.openoffice.org2/user/config/soffice.cfg/modules/StartModule/accelerator/en-US/current.xml ./.openoffice.org2/user/config/soffice.cfg/modules/StartModule/accelerator/cs/current.xml ./.openoffice.org2/user/config/soffice.cfg/modules/simpress/accelerator/en-US/current.xml ./.openoffice.org2/user/config/soffice.cfg/modules/simpress/accelerator/cs/current.xml [zby@DDFF ~]$ perl -MXML::LibXML -Mstrict -e 'my $x =XML::LibXML->new()->parse_file(".openoffice.org2/user/config/soffice.cfg/global/accelerator/en-US/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. [zby@DDFF ~]$ perl -MXML::LibXML -e 'print $XML::LibXML::VERSION."\n";' 1.66 [zby@DDFF ~]$ I think I will not come back to the version with this flaw. Also, based on the fact that there are new versions of Fedora I suppose that I will not need to bother with this problem any further. As far as me, you may close this report. Thank you. -- 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. -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl Fedora-perl-devel-list mailing list Fedora-perl-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/fedora-perl-devel-list