当前位置: 代码迷 >> J2EE >> 请好手帮分析:Tomcat运行时自动停止
  详细解决方案

请好手帮分析:Tomcat运行时自动停止

热度:831   发布时间:2013-02-25 21:40:27.0
请高手帮分析:Tomcat运行时自动停止
Tomcat启动后,开启了一个工程项目,开了一个线程,运行这个线程后,Tomcat自动停止。
开始以为是JVM内存不够,调大了还是不行。
请高手帮分析
#
# An unexpected error has been detected by Java Runtime Environment:
#
#  EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x7c932437, pid=4644, tid=2076
#
# Java VM: Java HotSpot(TM) Server VM (11.0-b15 mixed mode windows-x86)
# Problematic frame:
# C  [ntdll.dll+0x12437]
#
# An error report file with more information is saved as:
# E:\tomcat\tomcat-6.0.18_80\hs_err_pid4644.log
#
# If you would like to submit a bug report, please visit:
#   http://java.sun.com/webapps/bugreport/crash.jsp
# The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to report the bug.
#

线程是死循环啊,再大的内存也不够。真心复杂啊,不会,实在不行,重装服务器试试,希望楼主早日解决问题
  相关解决方案