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=24137>. 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=24137 Struts causing the VM to crash Summary: Struts causing the VM to crash Product: Struts Version: 1.1 Final Platform: Sun OS/Version: Solaris Status: NEW Severity: Critical Priority: Other Component: Custom Tags AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] Running JDK 1.4.1_01 with the -server switch, during high loads the VM crashes. After openning a ticket with SUN Microsystems and performing analysis of the core files generated when the VM crashes, it was determined that the following two methods were causing the VM to crash when the JIT compiler was attempting to compile them. While the problem was not exactly reproducible everytime, we were able to cause it to happen more frequently when we applied high levels of load to the application. org/apache/struts/taglib/logic/CompareTagBase org/apache/struts/taglib/logic/PresentTag For now, as a work around from Sun, we have placed a .hotspot_compiler file in the working directory from where the application is launched, so that the VM will pickup the file and execute the exclusion of those methods from being run through the JIT compiler. FYI, the .hotspot_compiler file contains the following lines, incase anyone wants to know. exclude org/apache/struts/taglib/logic/CompareTagBase condition exclude org/apache/struts/taglib/logic/PresentTag condition --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]