Seg faults are always a bug in either the JVM or in some native code that you're calling. I would try this with a different JVM but running the same application to nail down where it really is.
Craig On Tue, 15 Jan 2002, Creighton Kirkendall wrote: > Date: Tue, 15 Jan 2002 08:27:02 -0500 > From: Creighton Kirkendall <[EMAIL PROTECTED]> > Reply-To: Tomcat Developers List <[EMAIL PROTECTED]> > To: 'Tomcat Developers List' <[EMAIL PROTECTED]> > Subject: I have created a JSP page that drops tomcat: I think it's a JVM > i ssue > > Here is what the log says. > > SIGSEGV 11 (*) segmentation violation > stackpointer=0xb8dc1cf4 > Writing java dump to javacore1258.1011100252.txt... OK > SIGABRT 6 (*) abort process > stackpointer=0xb8dc1998 > > I am running IBM JVM for Linux. Let me know if this bug in tomcat(unlikely) > or the JVM. I have been able to cause the JVM to crash before but not like > this. Not sure what to do about this, any suggestions. > > Creighton Kirkendall > Senior Software Engineer > Hobsons > > -- > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> > > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
