> From: Stéphane PURNELLE [mailto:stephane.purne...@corman.be]
> Subject: Question about thread management
> 
> Server description :  tomcat 6.0.16, jdk 6.0.7 64-bits, RedHal EL 4.8
> 64-bits, mod-jk enabled.
> 
> #
> # An unexpected error has been detected by Java Runtime Environment:
> #
> #  Internal Error (nmethod.cpp:1707), pid=7204, tid=1134967136
> #  Error: guarantee(cont_offset != 0,"unhandled implicit exception in
> compiled code")

Pure Java code cannot cause such a crash in the JVM; the problem is either in 
the JVM itself, or in any native code you might have in your webapps.  Since 
your JVM is a bit old (current version is 6u17), you might want to try 
upgrading that.

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY 
MATERIAL and is thus for use only by the intended recipient. If you received 
this in error, please contact the sender and delete the e-mail and its 
attachments from all computers.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to