Skip Menu |

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

Report information
The Basics
Id: 14943
Status: resolved
Priority: 0/
Queue: XML-Parser

People
Owner: Nobody in particular
Requestors: psfales [...] lucent.com
Cc:
AdminCc:

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



Subject: SEGV in XML-Parser
I'm getting failures in "make test" from XML-Encoding, but I believe the actual problem may be in XML-Parser. Here's the stripped down test case: #################################################################### use XML::Encoding; $doc1 =<<'End_of_doc;'; <encmap name="foo" expat="yes"> <range byte='xa0' uni='x3000' len='200'/> </encmap> End_of_doc; $p = new XML::Encoding(); eval { $p->parse($doc1); }; ###################################################################### Running perl (5.6.1) on this program causes a core dump. It works if the "eval" is removed from the last line.
I'm getting bitten by this bug or a similar one in XML-RSS too: http://www.cpantesters.org/show/XML-RSS.html#XML-RSS-1.43 Please fix it. Regards, -- Shlomi Fish
Ticket migrated to github as https://github.com/toddr/XML-Parser/issues/61