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=12942>. 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=12942 Xalan crashes when number of Global Variables exceeds 100 Summary: Xalan crashes when number of Global Variables exceeds 100 Product: XalanC Version: 1.3.x Platform: All OS/Version: Windows NT/2K Status: NEW Severity: Critical Priority: Other Component: XalanC AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] CC: [EMAIL PROTECTED] In VariableStack.hpp the eDefaultStackSize (in VariableStack.hpp) is set to 100, I have an XSL where more than 100 global variables are declared. On win2K it crashes, once gets parsed. On unix (I think sun, don't remember) it output assertion. All happenes in file XalanReferenceCountObject.cpp, line: 106 for Win2K and line: 80 for Unix When I set eDefaultStackSize to 200 it solved my problem.
