How do I get more debugging info from a JVM crash?
I'm experiencing a JVM crash running my webapp on Tomcat 4.1.18 with J2SE 1.4.1_02 on Windows 2000 SP3.
When the crash happens I get the following error:
****************
Another exception has been detected while we were handling last error.
Dumping information about last error:
ERROR REPORT FILE = (N/A)
PC= 0x2BE5C46D
SIGNAL= -1073741819
FUNCTION NAME= (N/A)
OFFSET= 0xFFFFFFFF
LIBRARY NAME= (N/A)
Please check ERROR REPORT FILE for further information, if there is any.
Good bye.
This doesn't tell me that much. Does anyone know how to extract more information out of a JVM crash? A stack trace would be great!

