You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@xalan.apache.org by "Henry Zongaro (JIRA)" <xa...@xml.apache.org> on 2007/08/27 15:33:31 UTC

[jira] Resolved: (XALANJ-1243) java.lang.StackOverflowError in XString.equals()

     [ https://issues.apache.org/jira/browse/XALANJ-1243?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Henry Zongaro resolved XALANJ-1243.
-----------------------------------

       Resolution: Fixed
    Fix Version/s: The Latest Development Code

Applied patch to Subversion repository.

> java.lang.StackOverflowError in XString.equals()
> ------------------------------------------------
>
>                 Key: XALANJ-1243
>                 URL: https://issues.apache.org/jira/browse/XALANJ-1243
>             Project: XalanJ2
>          Issue Type: Bug
>          Components: XPath
>    Affects Versions: 2.4Dx
>         Environment: Operating System: Solaris
> Platform: Sun
>            Reporter: Wolfram
>            Assignee: Henry Zongaro
>             Fix For: The Latest Development Code
>
>         Attachments: 1.xml, 1.xsl, patch.j1243.txt, xalan-stack-overflow.zip
>
>
> In some special cases I get a StackOverflowError in method equals(XMLString), 
> line #444 [ if (!obj2.hasString()) return obj2.equals(this); ]
> I think this can occur if to XStringForChars-objects are compared, and both
> objects haven't been used before. Than the hasString()-method of
> XStringForChars returns false for both, resulting in an endless loop.
> I patched XStringForChars method hasString() to return always true,
> which works for me.
> Don't know if this is the right way to solve this bug.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: xalan-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: xalan-dev-help@xml.apache.org