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=21469>. 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=21469 StackOverflowError in RE.matchNodes() with 1614 bytes ------- Additional Comments From [EMAIL PROTECTED] 2003-07-10 15:31 ------- I startet the JVM with: -Xmx256M -Xms256M And also put some tarces in RE.java around that recursive call with leads to an StackOverflowError. The output is: call: 0 maxMemory: 335544320 totalMemory: 266403840 node: 3 nodeSize: 3 maxNode: 65536 idx: 0 call: 1 maxMemory: 335544320 totalMemory: 266403840 node: 3 nodeSize: 3 maxNode: 65536 idx: 1 call: 2 maxMemory: 335544320 totalMemory: 266403840 node: 3 nodeSize: 3 maxNode: 65536 idx: 2 call: 3 maxMemory: 335544320 totalMemory: 266403840 node: 3 nodeSize: 3 maxNode: 65536 idx: 3 call: 4 maxMemory: 335544320 totalMemory: 266403840 node: 3 nodeSize: 3 maxNode: 65536 idx: 4 call: 5 maxMemory: 335544320 totalMemory: 266403840 node: 3 nodeSize: 3 maxNode: 65536 idx: 5 call: 6 maxMemory: 335544320 totalMemory: 266403840 node: 3 nodeSize: 3 maxNode: 65536 idx: 6 call: 7 maxMemory: 335544320 totalMemory: 266403840 node: 3 nodeSize: 3 maxNode: 65536 idx: 7 call: 8 maxMemory: 335544320 totalMemory: 266403840 node: 3 nodeSize: 3 maxNode: 65536 idx: 8 call: 9 maxMemory: 335544320 totalMemory: 266403840 node: 3 nodeSize: 3 maxNode: 65536 idx: 9 call: 10 maxMemory: 335544320 totalMemory: 266403840 node: 3 nodeSize: 3 maxNode: 65536 idx: 10 .................................................... call: 1609 maxMemory: 335544320 totalMemory: 266403840 node: 3 nodeSize: 3 maxNode: 65536 idx: 1609 call: 1610 maxMemory: 335544320 totalMemory: 266403840 node: 3 nodeSize: 3 maxNode: 65536 idx: 1610 call: 1611 maxMemory: 335544320 totalMemory: 266403840 node: 3 nodeSize: 3 maxNode: 65536 idx: 1611 call: 1612 maxMemory: 335544320 totalMemory: 266403840 node: 3 nodeSize: 3 maxNode: 65536 idx: 1612 StackOverflowError -> max call: 1612 node: 3 nodeSize: 3 maxNode: 65536 idx: 1612 StackOverflowError -> max call: 1612 node: 3 nodeSize: 3 maxNode: 65536 idx: 1611 call: 1613 maxMemory: 335544320 totalMemory: 266403840 node: 15 nodeSize: 3 maxNode: 65536 idx: 1611 --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]