当前位置: 代码迷 >> J2EE >> Tomcat崩溃日记
  详细解决方案

Tomcat崩溃日记

热度:803   发布时间:2016-04-21 23:36:50.0
Tomcat崩溃日志
本帖最后由 darkstwu 于 2013-03-15 13:42:38 编辑
  刚刚换了个新地方,今天发现自动down掉了。日志弄上来给大伙看看,有知道是嘛原因的么?


#
# A fatal error has been detected by the Java Runtime Environment:
#
#  EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x00000000, pid=1900, tid=3004
#
# JRE version: 7.0_17-b02
# Java VM: Java HotSpot(TM) Server VM (23.7-b01 mixed mode windows-x86 )
# Problematic frame:
# C  0x00000000
#
# Core dump written. Default location: E:\apache-tomcat-6.0.16\bin\hs_err_pid1900.mdmp
#
# If you would like to submit a bug report, please visit:
#   http://bugreport.sun.com/bugreport/crash.jsp
# The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to report the bug.
#

---------------  T H R E A D  ---------------

Current thread (0x29e17c00):  JavaThread "http-7009-34" daemon [_thread_in_native, id=3004, stack(0x2caf0000,0x2cb40000)]

siginfo: ExceptionCode=0xc0000005, reading address 0x00000000

Registers:
EAX=0x00000000, EBX=0x04cc74d0, ECX=0x7c959546, EDX=0x00000041
ESP=0x2cb3f33c, EBP=0x2cb3f398, ESI=0x2cb3f340, EDI=0x2cb3f398
EIP=0x00000000, EFLAGS=0x00010246

Top of Stack: (sp=0x2cb3f33c)
0x2cb3f33c:   2c081ea5 2cb3f428 2cb3f3c4 04cc74d0
0x2cb3f34c:   cccccccc cccccccc cccccccc cccccccc
0x2cb3f35c:   cccccccc cccccccc cccccccc cccccccc
0x2cb3f36c:   cccccccc cccccccc cccccccc cccccccc
0x2cb3f37c:   cccccccc cccccccc cccccccc cccccccc
0x2cb3f38c:   cccccccc cccccccc cccccccc 2cb3f428
0x2cb3f39c:   2c73134d 00000000 000000fa 2c771f58
0x2cb3f3ac:   2c771fa0 2c771fd8 2c772010 2c772048 

Instructions: (pc=0x00000000)
0xffffffe0:   


Register to memory mapping:

EAX=0x00000000 is an unknown value
EBX=0x04cc74d0 is an oop
{method} 
 - klass: {other class}
ECX=0x7c959546 is an unknown value
EDX=0x00000041 is an unknown value
ESP=0x2cb3f33c is pointing into the stack for thread: 0x29e17c00
EBP=0x2cb3f398 is pointing into the stack for thread: 0x29e17c00
ESI=0x2cb3f340 is pointing into the stack for thread: 0x29e17c00
EDI=0x2cb3f398 is pointing into the stack for thread: 0x29e17c00


Stack: [0x2caf0000,0x2cb40000],  sp=0x2cb3f33c,  free space=316k
Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
j  com.innet.application.model.ProductLineModel.printbig(IILjava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;I)V+0
j  com.innet.servelet.SeachCompanyUserServlet.initprintcode(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;+201
  相关解决方案