You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@xalan.apache.org by bu...@apache.org on 2002/05/29 23:47:05 UTC

DO NOT REPLY [Bug 9509] New: - Inconsistent exception when XSL runs into an infinite loop

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=9509>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=9509

Inconsistent exception when XSL runs into an infinite loop

           Summary: Inconsistent exception when XSL runs into an infinite
                    loop
           Product: XalanJ2
           Version: 2.3
          Platform: All
        OS/Version: Windows NT/2K
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: org.apache.xalan
        AssignedTo: xalan-dev@xml.apache.org
        ReportedBy: clau@ca.ibm.com


Using the attached SS, in WSAD, the first time I invoke it, I got the
java.lang.StackOverflowError exception. 

The second time I invoke it, I got this instead:
javax.xml.transform.TransformerException: java.lang.NullPointerException
file://f:/eclipse/workspace/XMLTransformProject/address/dtd/infiniteLoop.xsl
Line0; Column0

I am not sure why I cannot get back the same StackOverflow exception.

I've tried the method setRecursionLimit to 20 and 100, but there is no effect.