http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55764



--- Comment #2 from Mark Wielaard <mark at gcc dot gnu.org> 2012-12-21 09:38:31 
UTC ---

(In reply to comment #1)

> I can replicate on x86_64 with the jdom.jar from jdom-1.1.3-3.fc18.noarch but

> not with the older jdom.jar from jdom-1.1.1-1.el6.noarch



Which isn't too surprising, the old version didn't contain these two classes:



 org/jdom/UncheckedJDOMFactory.class

 org/jdom/Verifier.class

 org/jdom/xpath/

+org/jdom/xpath/JaxenXPath.class

+org/jdom/xpath/JaxenXPath$NSContext.class

 org/jdom/xpath/XPath.class

 org/jdom/xpath/XPath$XPathString.class



The crash occurs in the verifier for the JaxenXPath class.

Reply via email to