Java分析 - Tomcat服务器终止

时间:2013-02-06 08:55:39

标签: java profiling yourkit

我正在尝试使用yourkit jprofiler来分析我的基于spring / hibernate的应用程序。每当我运行应用程序进行性能分析(以及yourkit)时,tomcat服务器在提交表单后终止。数据越来越成功。我得到以下错误。

# An unexpected error has been detected by Java Runtime Environment:
#
#  EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x6d8f6077, pid=1932, tid=5364
#
# Java VM: Java HotSpot(TM) Client VM (1.6.0-b105 mixed mode, sharing)
# Problematic frame:
# V  [jvm.dll+0x136077]
#
# An error report file with more information is saved as hs_err_pid1932.log
#
# If you would like to submit a bug report, please visit:
#   http://java.sun.com/webapps/bugreport/crash.jsp

1 个答案:

答案 0 :(得分:3)

有一个已知的错误和补救措施

  

由于JVM,Sun Java(HotSpot)客户端JVM可能会在连接模式下崩溃   错误

     

由于JVM错误   6776659   HotSpot客户端JVM可能会在附加模式下崩溃。

服务器JVM没有崩溃:JVM option -server solves the problem

Reference