日期:2014-05-17  浏览次数:20758 次

运行eclipse报错,错误日志如下:
#
# A fatal error has been detected by the Java Runtime Environment:
#
# EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x00000000, pid=1684, tid=2668
#
# JRE version: 7.0_04-b22
# Java VM: Java HotSpot(TM) Client VM (23.0-b21 mixed mode windows-x86 )
# Problematic frame:
# C 0x00000000
#
# Failed to write core dump. Minidumps are not enabled by default on client versions of Windows
#
# 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 (0x00868800): JavaThread "main" [_thread_in_native, id=2668, stack(0x00910000,0x00960000)]

siginfo: ExceptionCode=0xc0000005, reading address 0x00000000

Registers:
EAX=0x00000000, EBX=0x0ac970a0, ECX=0x0095fcb4, EDX=0x00000001
ESP=0x0095fc10, EBP=0x0095fc68, ESI=0x0095fc18, EDI=0x0095fc68
EIP=0x00000000, EFLAGS=0x00010246

Top of Stack: (sp=0x0095fc10)
0x0095fc10: 100010a7 0095fcb4 00868800 0ac970a0
0x0095fc20: 0ac970a0 cccccccc cccccccc cccccccc
0x0095fc30: cccccccc cccccccc cccccccc cccccccc
0x0095fc40: cccccccc cccccccc cccccccc cccccccc
0x0095fc50: cccccccc cccccccc cccccccc cccccccc
0x0095fc60: cccccccc 00000000 0095fca4 0099f062
0x0095fc70: 00868928 0095fcb8 0095fcb4 00869234
0x0095fc80: 00869234 0095fc84 0ac970a0 0095fcb8 

Instructions: (pc=0x00000000)
0xffffffe0:  


Register to memory mapping:

EAX=0x00000000 is an unknown value
EBX=0x0ac970a0 is an oop
{method} 
 - klass: {other class}
ECX=0x0095fcb4 is pointing into the stack for thread: 0x00868800
EDX=0x00000001 is an unknown value
ESP=0x0095fc10 is pointing into the stack for thread: 0x00868800
EBP=0x0095fc68 is pointing into the stack for thread: 0x00868800
ESI=0x0095fc18 is pointing into the stack for thread: 0x00868800
EDI=0x0095fc68 is pointing into the stack for thread: 0x00868800


Stack: [0x00910000,0x00960000], sp=0x0095fc10, free space=319k
Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
j Java2dll.cTrim(Ljava/lang/String;)Ljava/lang/String;+0
j Java2dll.javaTrim(Ljava/lang/String;)Ljava/lang/String;+2
j Java2dll.main([Ljava/lang/String;)V+13
v ~StubRoutines::call_stub

--------------- P R O C E S S ---------------

Java Threads: ( => current thread )
  0x0ed36c00 JavaThread "Service Thread" daemon [_thread_blocked, id=1688, stack(0x0f0c0000,0x0f110000)]
  0x0ed2d000 JavaThread "C1 CompilerThread0" daemon [_thread_blocked, id=3684, stack(0x0f070000,0x0f0c0000)]
  0x0ed23c00 JavaThread "JDWP Command Reader" daemon [_thread_in_native, id=3444, stack(0x0f020000,0x0f070000)]
  0x0ed22400 JavaThread "JDWP Event Helper Thread" daemon [_thread_blocked, id=3112, stack(0x0efd0000,0x0f020000)]
  0x0ed1f800 JavaThread "JDWP Transport Listener: dt_socket" daemon [_thread_blocked, id=3528, stack(0x0ef80000,0x0efd0000)]
  0x0ed13000 JavaThread "Attach Listener" daemon [_thread_blocked, id=2140, stack(0x0ef20000,0x0ef70000)]
  0x0ed11c00 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=724, stack(0x0eed0000,0x0ef20000)]
  0x02af5800 JavaThread "Finalizer" daemon [_thread_blocked, id=3680, stack(0x0ec80000,0x0ecd0000)]
  0x02af0800 JavaThread "Reference Handler" daemon [_thread_blocked, id=2264, stack(0x0ec30000,0x0ec80000)]
=>0x00868800 JavaThread "main" [_thr