[ http://issues.apache.org/jira/browse/XALANJ-2310?page=comments#action_12442968 ] Brian Minchau commented on XALANJ-2310: ---------------------------------------
Since the testcase works with Saxon it appears that it is not an error in the stylesheet (e.g. where template instantiation can get into a recursive loop with no end). However Xalan may be using more stack size than Saxon. You should try using the JVM -Xss option to increase the stack size, for example: -Xss50M The number after -Xss is appended with 'K' for kilobytes or 'M' for megabytes. > StackOverFlow during large file transformation (works in saxon-8-7-3b) > ---------------------------------------------------------------------- > > Key: XALANJ-2310 > URL: http://issues.apache.org/jira/browse/XALANJ-2310 > Project: XalanJ2 > Issue Type: Bug > Components: transformation > Affects Versions: 2.7 > Environment: WindowsXP SP2 > Reporter: Svante Schubert > Priority: Minor > Attachments: test-scenario.zip > > > During the transformation of a large document a stack overflow occurs. > The scenario is the transformation of the OASIS OpenDocument specification > from OpenOffice.org XML to XHTML. > Independent of the ability of improvement of the stylesheet itself, the > transformation succeded in Saxon, which shows that it is managable and > therefore to be seen as a bug in Xalan. -- 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]
