> From: dhay () lexmark ! com > We're using tomcat 4.1.12 with Java 1.4.1.02, and are encountering > strange crashes on XP especially. > > The crashes happen in apparently random places in our app, and cause > the VM to crash with various messages, none of which are very > helpful! > > I noticed that Cameron Hart had a similar problem > (http://www.mail-archive.com/[EMAIL PROTECTED]/msg88603.html)
Just to be clear, this is a crash in the jvm itself (native code), as opposed to say an unhandled Throwable (in java code)? Historically, the jvm would usually generate a file whose name began with hs_err_pid. You might look for one of them (try the vm's current working directory, or java.io.tmpdir). On that level, your first bet might be to start looking for similar problems in Sun's bug database. http://developer.java.sun.com/developer/bugParade/index.jshtml -- Steve --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
