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/09/11 19:39:41 UTC

DO NOT REPLY [Bug 8175] - Attempt copy-of on very deep tree; output truncated

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=8175>.
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=8175

Attempt copy-of on very deep tree; output truncated





------- Additional Comments From grchiu@ca.ibm.com  2002-09-11 17:39 -------
Fix should be similar to bug 5046 -- getting 

exception java.lang.ArrayIndexOutOfBoundsException at
  org.apache.xpath.XPathContext.pushCurrentNode(int) line: 808

due to an array of fixed size (4096), this with the current CVS.