[ http://issues.apache.org/jira/browse/XALANJ-1991?page=comments#action_12459660 ] Henry Zongaro commented on XALANJ-1991: ---------------------------------------
I just happened to notice that all four of these issues (XALANJ-1243, XALANJ-1880, XALANJ-1991 and XALANJ-2001) appear to be related to one another because they all seem to describe the same problem with XString.equals, but I haven't investigated further to be certain of that, so I just thought I'd provide that information. XALANJ-2001 contains a patch that avoids the problem, but I didn't like the patch at the same, so it's never been applied. > StackOverflowException comparing two strings > -------------------------------------------- > > Key: XALANJ-1991 > URL: http://issues.apache.org/jira/browse/XALANJ-1991 > Project: XalanJ2 > Issue Type: Bug > Components: XPath, Xalan > Affects Versions: 2.6 > Environment: Any > Reporter: Carlo Marchiori > Attachments: XALANJ-1991-usecase.zip > > > java.lang.StackOverflowError > at > org.apache.xpath.objects.XStringForChars.hasString(XStringForChars.java:97) > at org.apache.xpath.objects.XString.equals(XString.java:401) > at org.apache.xpath.objects.XString.equals(XString.java:402) > at org.apache.xpath.objects.XString.equals(XString.java:402) > at org.apache.xpath.objects.XString.equals(XString.java:402) > at org.apache.xpath.objects.XString.equals(XString.java:402) > ....... -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
