eclipse起动报A fatal error has been detected by the Java Runtime Environment

eclipse启动报A fatal error has been detected by the Java Runtime Environment:
#
# A fatal error has been detected by the Java Runtime Environment:
#
#  EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x7c9310d4, pid=2604, tid=3664
#
# JRE version: 6.0_24-b07
# Java VM: Java HotSpot(TM) Client VM (19.1-b02 mixed mode, sharing windows-x86 )
# Problematic frame:
# C  [ntdll.dll+0x110d4]
#
# 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.
#

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

Current thread (0x00f56800):  JavaThread "main" [_thread_in_native, id=3664, stack(0x00030000,0x00130000)]

siginfo: ExceptionCode=0xc0000005, writing address 0x047c7000

Registers:
EAX=0x047c7000, EBX=0x0000006d, ECX=0x00f50000, EDX=0x00f504e0
ESP=0x0012e9a0, EBP=0x0012ebc0, ESI=0x00f504e0, EDI=0x047c6ff8
EIP=0x7c9310d4, EFLAGS=0x00010202

Register to memory mapping:

EAX=0x047c7000
0x047c7000 is pointing to unknown location

EBX=0x0000006d
0x0000006d is pointing to unknown location

ECX=0x00f50000
0x00f50000 is pointing to unknown location

EDX=0x00f504e0
0x00f504e0 is pointing to unknown location

ESP=0x0012e9a0
0x0012e9a0 is pointing into the stack for thread: 0x00f56800
"main" prio=6 tid=0x00f56800 nid=0xe50 runnable [0x0012f000]
   java.lang.Thread.State: RUNNABLE

EBP=0x0012ebc0
0x0012ebc0 is pointing into the stack for thread: 0x00f56800
"main" prio=6 tid=0x00f56800 nid=0xe50 runnable [0x0012f000]
   java.lang.Thread.State: RUNNABLE

ESI=0x00f504e0
0x00f504e0 is pointing to unknown location

EDI=0x047c6ff8
0x047c6ff8 is pointing to unknown location


Top of Stack: (sp=0x0012e9a0)
0x0012e9a0:   00000000 00000001 0012ec68 7c93019b
0x0012e9b0:   7c9301db 03b71978 0000000f 0012ec68
0x0012e9c0:   0012ebec 7c92e920 7c930228 ffffffff
0x0012e9d0:   7c930222 7c93019b 7c9301db 00f56918
0x0012e9e0:   0000000c 00000000 27043498 0001069e
0x0012e9f0:   00000000 0012ec50 0012ea84 00f504e0
0x0012ea00:   00000405 00000000 00000000 00f56800
0x0012ea10:   0478bdd0 0012ea05 00000005 00000008

Instructions: (pc=0x7c9310d4)
0x7c9310c4:   c3 33 f6 e9 d6 fc ff ff ff 46 10 e9 49 f1 ff ff
0x7c9310d4:   89 10 89 70 04 89 06 89 42 04 e9 08 ff ff ff 8d


Stack: [0x00030000,0x00130000],  sp=0x0012e9a0,  free space=1018k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
C  [ntdll.dll+0x110d4]
C  [MSVCR71.dll+0x16b3]
C  [MSVCR71.dll+0x16db]
C  [verify.dll+0x4f34]
V  [jvm.dll+0x1f0cb1]
V  [jvm.dll+0x1f5658]
V  [jvm.dll+0xd9f72]
V  [jvm.dll+0xdebf8]
V  [jvm.dll+0xdea8a]
V  [jvm.dll+0xe1887]
V  [jvm.dll+0xe1c46]
V  [jvm.dll+0xec09a]
j  org.eclipse.ui.internal.EditorReference.createPane()Lorg/eclipse/ui/internal/PartPane;+0
j  org.eclipse.ui.internal.WorkbenchPartReference.getPane()Lorg/eclipse/ui/internal/PartPane;+9
j  org.eclipse.ui.internal.EditorAreaHelper.addEditor(Lorg/eclipse/ui/internal/EditorReference;Ljava/lang/String;Z)V+10
j  org.eclipse.ui.internal.EditorManager.createEditorTab(Lorg/eclipse/ui/internal/EditorReference;Ljava/lang/String;)V+7
j  org.eclipse.ui.internal.EditorManager.access$0(Lorg/eclipse/ui/internal/EditorManager;Lorg/eclipse/ui/internal/EditorReference;Ljava/lang/String;)V+3
j  org.eclipse.ui.internal.EditorManager$9.runWithException()V+12
j  org.eclipse.ui.internal.StartupThreading$StartupRunnable.run()V+1
j  org.eclipse.swt.widgets.RunnableLock.run()V+11
j  org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Z)Z+29
j  org.eclipse.swt.widgets.Display.runAsyncMessages(Z)Z+5
j  org.eclipse.swt.widgets.Display.readAndDispatch()Z+91
j  org.eclipse.ui.application.WorkbenchAdvisor.openWindows()Z+44
j  org.eclipse.ui.internal.Workbench$31.runWithException()V+27
j  org.eclipse.ui.internal.StartupThreading$StartupRunnable.run()V+1
j  org.eclipse.swt.widgets.RunnableLock.run()V+11
j  org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Z)Z+29
j  org.eclipse.swt.widgets.Display.runAsyncMessages(Z)Z+5
j  org.eclipse.swt.widgets.Display.readAndDispatch()Z+91
j  org.eclipse.ui.internal.Workbench.runUI()I+329
j  org.eclipse.ui.internal.Workbench.access$4(Lorg/eclipse/ui/internal/Workbench;)I+1
j  org.eclipse.ui.internal.Workbench$7.run()V+55
j  org.eclipse.core.databinding.observable.Realm.runWithDefault(Lorg/eclipse/core/databinding/observable/Realm;Ljava/lang/Runnable;)V+12
j  org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Lorg/eclipse/swt/widgets/Display;Lorg/eclipse/ui/application/WorkbenchAdvisor;)I+18
j  org.eclipse.ui.PlatformUI.createAndRunWorkbench(Lorg/eclipse/swt/widgets/Display;Lorg/eclipse/ui/application/WorkbenchAdvisor;)I+2
j  org.eclipse.ui.internal.ide.application.IDEApplication.start(Lorg/eclipse/equinox/app/IApplicationContext;)Ljava/lang/Object;+99
j  org.eclipse.equinox.internal.app.EclipseAppHandle.run(Ljava/lang/Object;)Ljava/lang/Object;+135
j  org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(Ljava/lang/Object;)Ljava/lang/Object;+103
j  org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(Ljava/lang/Object;)Ljava/lang/Object;+29
j  org.eclipse.core.runtime.adaptor.EclipseStarter.run(Ljava/lang/Object;)Ljava/lang/Object;+149
j  org.eclipse.core.runtime.adaptor.EclipseStarter.run([Ljava/lang/String;Ljava/lang/Runnable;)Ljava/lang/Object;+183
v  ~StubRoutines::call_stub
V  [jvm.dll+0xf0ab9]
V  [jvm.dll+0x1837d1]
V  [jvm.dll+0xf0b3d]
V  [jvm.dll+0x19ebe3]
V  [jvm.dll+0x19f526]
V  [jvm.dll+0x11cd49]
C  [java.dll+0x7136]
j  sun.reflect.NativeMethodAccessorImpl.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+87
j  sun.reflect.DelegatingMethodAccessorImpl.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+6
j  java.lang.reflect.Method.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+161
j  org.eclipse.equinox.launcher.Main.invokeFramework([Ljava/lang/String;[Ljava/net/URL;)V+211
j  org.eclipse.equinox.launcher.Main.basicRun([Ljava/lang/String;)V+126
j  org.eclipse.equinox.launcher.Main.run([Ljava/lang/String;)I+4
v  ~StubRoutines::call_stub
V  [jvm.dll+0xf0ab9]
V  [jvm.dll+0x1837d1]
V  [jvm.dll+0xf0b3d]
V  [jvm.dll+0xfa2e1]
V  [jvm.dll+0xfbfa4]
C  [eclipse_1309.dll+0x5eab]
C  [eclipse_1309.dll+0x50a3]
C  [eclipse_1309.dll+0x15ab]
C  [eclipse.exe+0x1414]
C  [eclipse.exe+0x1010]
C  [eclipse.exe+0x3029]
C  [kernel32.dll+0x17077]

Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
j  org.eclipse.ui.internal.EditorReference.createPane()Lorg/eclipse/ui/internal/PartPane;+0
j  org.eclipse.ui.internal.WorkbenchPartReference.getPane()Lorg/eclipse/ui/internal/PartPane;+9
j  org.eclipse.ui.internal.EditorAreaHelper.addEditor(Lorg/eclipse/ui/internal/EditorReference;Ljava/lang/String;Z)V+10
j  org.eclipse.ui.internal.EditorManager.createEditorTab(Lorg/eclipse/ui/internal/EditorReference;Ljava/lang/String;)V+7
j  org.eclipse.ui.internal.EditorManager.access$0(Lorg/eclipse/ui/internal/EditorManager;Lorg/eclipse/ui/internal/EditorReference;Ljava/lang/String;)V+3
j  org.eclipse.ui.internal.EditorManager$9.runWithException()V+12
j  org.eclipse.ui.internal.StartupThreading$StartupRunnable.run()V+1
j  org.eclipse.swt.widgets.RunnableLock.run()V+11
j  org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Z)Z+29
j  org.eclipse.swt.widgets.Display.runAsyncMessages(Z)Z+5
j  org.eclipse.swt.widgets.Display.readAndDispatch()Z+91
j  org.eclipse.ui.application.WorkbenchAdvisor.openWindows()Z+44
j  org.eclipse.ui.internal.Workbench$31.runWithException()V+27
j  org.eclipse.ui.internal.StartupThreading$StartupRunnable.run()V+1
j  org.eclipse.swt.widgets.RunnableLock.run()V+11
j  org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Z)Z+29
j  org.eclipse.swt.widgets.Display.runAsyncMessages(Z)Z+5
j  org.eclipse.swt.widgets.Display.readAndDispatch()Z+91
j  org.eclipse.ui.internal.Workbench.runUI()I+329
j  org.eclipse.ui.internal.Workbench.access$4(Lorg/eclipse/ui/internal/Workbench;)I+1
j  org.eclipse.ui.internal.Workbench$7.run()V+55
j  org.eclipse.core.databinding.observable.Realm.runWithDefault(Lorg/eclipse/core/databinding/observable/Realm;Ljava/lang/Runnable;)V+12
j  org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Lorg/eclipse/swt/widgets/Display;Lorg/eclipse/ui/application/WorkbenchAdvisor;)I+18
j  org.eclipse.ui.PlatformUI.createAndRunWorkbench(Lorg/eclipse/swt/widgets/Display;Lorg/eclipse/ui/application/WorkbenchAdvisor;)I+2
j  org.eclipse.ui.internal.ide.application.IDEApplication.start(Lorg/eclipse/equinox/app/IApplicationContext;)Ljava/lang/Object;+99
j  org.eclipse.equinox.internal.app.EclipseAppHandle.run(Ljava/lang/Object;)Ljava/lang/Object;+135
j  org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(Ljava/lang/Object;)Ljava/lang/Object;+103
j  org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(Ljava/lang/Object;)Ljava/lang/Object;+29
j  org.eclipse.core.runtime.adaptor.EclipseStarter.run(Ljava/lang/Object;)Ljava/lang/Object;+149
j  org.eclipse.core.runtime.adaptor.EclipseStarter.run([Ljava/lang/String;Ljava/lang/Runnable;)Ljava/lang/Object;+183
v  ~StubRoutines::call_stub
j  sun.reflect.NativeMethodAccessorImpl.invoke0(Ljava/lang/reflect/Method;Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+0
j  sun.reflect.NativeMethodAccessorImpl.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+87
j  sun.reflect.DelegatingMethodAccessorImpl.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+6
j  java.lang.reflect.Method.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+161
j  org.eclipse.equinox.launcher.Main.invokeFramework([Ljava/lang/String;[Ljava/net/URL;)V+211
j  org.eclipse.equinox.launcher.Main.basicRun([Ljava/lang/String;)V+126
j  org.eclipse.equinox.launcher.Main.run([Ljava/lang/String;)I+4
v  ~StubRoutines::call_stub

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

Java Threads: ( => current thread )
  0x03c48400 JavaThread "[ThreadPool Manager] - Idle Thread" daemon [_thread_blocked, id=3040, stack(0x05c90000,0x05d90000)]
  0x04517400 JavaThread "Java indexing" daemon [_thread_blocked, id=884, stack(0x05b00000,0x05c00000)]
  0x04714400 JavaThread "Thread-3" [_thread_blocked, id=3176, stack(0x05870000,0x05970000)]
  0x0458dc00 JavaThread "Worker-5" [_thread_blocked, id=2584, stack(0x05550000,0x05650000)]
  0x03c23400 JavaThread "Worker-4" [_thread_blocked, id=1232, stack(0x04f80000,0x05080000)]
  0x045fc400 JavaThread "Worker-3" [_thread_blocked, id=1216, stack(0x04e80000,0x04f80000)]
  0x045e8000 JavaThread "Worker-2" [_thread_blocked, id=1224, stack(0x04d80000,0x04e80000)]
  0x04585400 JavaThread "Worker-1" [_thread_blocked, id=4072, stack(0x04c80000,0x04d80000)]
  0x03b48400 JavaThread "Thread-1" [_thread_blocked, id=3756, stack(0x04b80000,0x04c80000)]
  0x04530c00 JavaThread "Worker-0" [_thread_in_native, id=4052, stack(0x00df0000,0x00ef0000)]
  0x03c69000 JavaThread "Worker-JM" [_thread_blocked, id=3740, stack(0x043a0000,0x044a0000)]
  0x03be9800 JavaThread "[Timer] - Main Queue Handler" daemon [_thread_blocked, id=2104, stack(0x041a0000,0x042a0000)]
  0x03baa400 JavaThread "Framework Event Dispatcher" daemon [_thread_blocked, id=2052, stack(0x040a0000,0x041a0000)]
  0x03b78000 JavaThread "Start Level Event Dispatcher" daemon [_thread_blocked, id=4016, stack(0x03f20000,0x04020000)]
  0x03b9d800 JavaThread "State Data Manager" daemon [_thread_blocked, id=3408, stack(0x03e20000,0x03f20000)]
  0x0324c000 JavaThread "Low Memory Detector" daemon [_thread_blocked, id=3088, stack(0x038e0000,0x039e0000)]
  0x03245c00 JavaThread "CompilerThread0" daemon [_thread_blocked, id=3736, stack(0x037e0000,0x038e0000)]
  0x03244400 JavaThread "Attach Listener" daemon [_thread_blocked, id=3732, stack(0x036e0000,0x037e0000)]
  0x03264c00 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=3728, stack(0x035e0000,0x036e0000)]
  0x03237c00 JavaThread "Finalizer" daemon [_thread_blocked, id=3616, stack(0x034e0000,0x035e0000)]
  0x03236400 JavaThread "Reference Handler" daemon [_thread_blocked, id=3300, stack(0x033e0000,0x034e0000)]
=>0x00f56800 JavaThread "main" [_thread_in_native, id=3664, stack(0x00030000,0x00130000)]

Other Threads:
  0x031fa400 VMThread [stack: 0x032e0000,0x033e0000] [id=3672]
  0x0325b800 WatcherThread [stack: 0x039e0000,0x03ae0000] [id=2544]

VM state:not at safepoint (normal execution)

VM Mutex/Monitor currently owned by a thread: None

Heap
def new generation   total 23040K, used 6699K [0x20010000, 0x21900000, 0x25560000)
  eden space 20544K,  29% used [0x20010000, 0x2060fa68, 0x21420000)
  from space 2496K,  22% used [0x21420000, 0x214ab500, 0x21690000)
  to   space 2496K,   0% used [0x21690000, 0x21690000, 0x21900000)
tenured generation   total 50876K, used 29517K [0x25560000, 0x2870f000, 0x30010000)
   the space 50876K,  58% used [0x25560000, 0x27233560, 0x27233600, 0x2870f000)
compacting perm gen  total 20992K, used 20984K [0x30010000, 0x31490000, 0x38010000)
   the space 20992K,  99% used [0x30010000, 0x3148e100, 0x3148e200, 0x31490000)
    ro space 10240K,  51% used [0x38010000, 0x3853cf58, 0x3853d000, 0x38a10000)
    rw space 12288K,  54% used [0x38a10000, 0x390a8f50, 0x390a9000, 0x39610000)

Dynamic libraries:
0x00400000 - 0x0040d000 D:\eclipse36\eclipse.exe
0x7c920000 - 0x7c9b6000 C:\WINDOWS\system32\ntdll.dll
0x7c800000 - 0x7c91e000 C:\WINDOWS\system32\kernel32.dll
0x77d10000 - 0x77da0000 C:\WINDOWS\system32\USER32.dll
0x77ef0000 - 0x77f39000 C:\WINDOWS\system32\GDI32.dll
0x5d170000 - 0x5d20a000 C:\WINDOWS\system32\COMCTL32.dll
0x77da0000 - 0x77e49000 C:\WINDOWS\system32\ADVAPI32.dll
0x77e50000 - 0x77ee3000 C:\WINDOWS\system32\RPCRT4.dll
0x77fc0000 - 0x77fd1000 C:\WINDOWS\system32\Secur32.dll
0x77be0000 - 0x77c38000 C:\WINDOWS\system32\MSVCRT.dll
0x76300000 - 0x7631d000 C:\WINDOWS\system32\IMM32.DLL
0x62c20000 - 0x62c29000 C:\WINDOWS\system32\LPK.DLL
0x73fa0000 - 0x7400b000 C:\WINDOWS\system32\USP10.dll
0x10000000 - 0x10005000 D:\Program Files\Prio\prio.dll
0x72000000 - 0x7200d000 D:\eclipse36\plugins\org.eclipse.equinox.launcher.win32.win32.x86_1.1.1.R36x_v20100810\eclipse_1309.dll
0x77bd0000 - 0x77bd8000 C:\WINDOWS\system32\VERSION.dll
0x5adc0000 - 0x5adf7000 C:\WINDOWS\system32\uxtheme.dll
0x00940000 - 0x009cc000 C:\Program Files\Common Files\Kingsoft\kiscommon\kwsui.dll
0x76bc0000 - 0x76bcb000 C:\WINDOWS\system32\PSAPI.DLL
0x7d590000 - 0x7dd84000 C:\WINDOWS\system32\SHELL32.dll
0x77f40000 - 0x77fb6000 C:\WINDOWS\system32\SHLWAPI.dll
0x76990000 - 0x76ace000 C:\WINDOWS\system32\ole32.dll
0x770f0000 - 0x7717b000 C:\WINDOWS\system32\OLEAUT32.dll
0x76b10000 - 0x76b3a000 C:\WINDOWS\system32\WINMM.dll
0x77180000 - 0x77283000 C:\WINDOWS\WinSxS\x86_Microsoft.Windows.Common-Controls_6595b64144ccf1df_6.0.2600.6028_x-ww_61e65202\comctl32.dll
0x00a80000 - 0x00b37000 C:\Program Files\Common Files\Kingsoft\kiscommon\kswebshield.dll
0x3e410000 - 0x3e4f6000 C:\WINDOWS\system32\WININET.dll
0x00b50000 - 0x00b59000 C:\WINDOWS\system32\Normaliz.dll
0x43ce0000 - 0x43e13000 C:\WINDOWS\system32\urlmon.dll
0x3eab0000 - 0x3ec98000 C:\WINDOWS\system32\iertutil.dll
0x71a20000 - 0x71a37000 C:\WINDOWS\system32\WS2_32.dll
0x71a10000 - 0x71a18000 C:\WINDOWS\system32\WS2HELP.dll
0x74680000 - 0x746cc000 C:\WINDOWS\system32\MSCTF.dll
0x73640000 - 0x7366e000 C:\WINDOWS\system32\msctfime.ime
0x6d7f0000 - 0x6da96000 D:\Program Files\Java\jre6\bin\client\jvm.dll
0x7c340000 - 0x7c396000 C:\WINDOWS\system32\MSVCR71.dll
0x6d7a0000 - 0x6d7ac000 D:\Program Files\Java\jre6\bin\verify.dll
0x6d320000 - 0x6d33f000 D:\Program Files\Java\jre6\bin\java.dll
0x6d280000 - 0x6d288000 D:\Program Files\Java\jre6\bin\hpi.dll
0x6d7e0000 - 0x6d7ef000 D:\Program Files\Java\jre6\bin\zip.dll
0x68000000 - 0x68036000 C:\WINDOWS\system32\rsaenh.dll
0x759d0000 - 0x75a7f000 C:\WINDOWS\system32\USERENV.dll
0x5fdd0000 - 0x5fe25000 C:\WINDOWS\system32\netapi32.dll
0x6d600000 - 0x6d613000 D:\Program Files\Java\jre6\bin\net.dll
0x719c0000 - 0x719fe000 C:\WINDOWS\System32\mswsock.dll
0x76ef0000 - 0x76f17000 C:\WINDOWS\system32\DNSAPI.dll
0x76f80000 - 0x76f88000 C:\WINDOWS\System32\winrnr.dll
0x76f30000 - 0x76f5c000 C:\WINDOWS\system32\WLDAP32.dll
0x76f90000 - 0x76f96000 C:\WINDOWS\system32\rasadhlp.dll
0x6d620000 - 0x6d629000 D:\Program Files\Java\jre6\bin\nio.dll
0x042a0000 - 0x04303000 D:\eclipse36\configuration\org.eclipse.osgi\bundles\562\1\.cp\swt-win32-3655.dll
0x76320000 - 0x76367000 C:\WINDOWS\system32\comdlg32.dll
0x04340000 - 0x0435d000 D:\eclipse36\configuration\org.eclipse.osgi\bundles\562\1\.cp\swt-gdip-win32-3655.dll
0x4ae90000 - 0x4b03b000 C:\WINDOWS\WinSxS\x86_Microsoft.Windows.GdiPlus_6595b64144ccf1df_1.0.6001.22319_x-ww_f0b4c2df\gdiplus.dll
0x049c0000 - 0x049ce000 D:\eclipse36\configuration\org.eclipse.osgi\bundles\65\1\.cp\os\win32\x86\localfile_1_0_0.dll
0x6eec0000 - 0x6eee2000 D:\eclipse36\plugins\org.tigris.subversion.clientadapter.javahl.win32_1.6.12\libapr-1.dll
0x6ee50000 - 0x6ee59000 D:\eclipse36\plugins\org.tigris.subversion.clientadapter.javahl.win32_1.6.12\libapriconv-1.dll
0x05080000 - 0x05188000 D:\eclipse36\plugins\org.tigris.subversion.clientadapter.javahl.win32_1.6.12\libeay32.dll
0x71a40000 - 0x71a4b000 C:\WINDOWS\system32\WSOCK32.dll
0x05190000 - 0x051c6000 D:\eclipse36\plugins\org.tigris.subversion.clientadapter.javahl.win32_1.6.12\ssleay32.dll
0x6ee60000 - 0x6ee8f000 D:\eclipse36\plugins\org.tigris.subversion.clientadapter.javahl.win32_1.6.12\libaprutil-1.dll
0x051d0000 - 0x052e5000 D:\eclipse36\plugins\org.tigris.subversion.clientadapter.javahl.win32_1.6.12\dbghelp.dll
0x053f0000 - 0x05403000 D:\eclipse36\plugins\org.tigris.subversion.clientadapter.javahl.win32_1.6.12\libsasl.dll
0x05410000 - 0x054ba000 D:\eclipse36\plugins\org.tigris.subversion.clientadapter.javahl.win32_1.6.12\libsvn_subr-1.dll
0x76750000 - 0x76759000 C:\WINDOWS\system32\SHFOLDER.dll
0x765e0000 - 0x76673000 C:\WINDOWS\system32\CRYPT32.dll
0x76db0000 - 0x76dc2000 C:\WINDOWS\system32\MSASN1.dll
0x054c0000 - 0x054d6000 D:\eclipse36\plugins\org.tigris.subversion.clientadapter.javahl.win32_1.6.12\libsvn_delta-1.dll
0x054e0000 - 0x054ed000 D:\eclipse36\plugins\org.tigris.subversion.clientadapter.javahl.win32_1.6.12\libsvn_diff-1.dll
0x054f0000 - 0x05525000 D:\eclipse36\plugins\org.tigris.subversion.clientadapter.javahl.win32_1.6.12\libsvn_wc-1.dll
0x05530000 - 0x05550000 D:\eclipse36\plugins\org.tigris.subversion.clientadapter.javahl.win32_1.6.12\libsvn_fs-1.dll
0x05650000 - 0x05672000 D:\eclipse36\plugins\org.tigris.subversion.clientadapter.javahl.win32_1.6.12\libsvn_repos-1.dll
0x05680000 - 0x056fd000 D:\eclipse36\plugins\org.tigris.subversion.clientadapter.javahl.win32_1.6.12\libsvn_ra-1.dll
0x05700000 - 0x05732000 D:\eclipse36\plugins\org.tigris.subversion.clientadapter.javahl.win32_1.6.12\libsvn_client-1.dll
0x05740000 - 0x0576a000 D:\eclipse36\plugins\org.tigris.subversion.clientadapter.javahl.win32_1.6.12\libsvnjavahl-1.dll
0x75ff0000 - 0x76055000 C:\WINDOWS\system32\MSVCP60.dll
0x74be0000 - 0x74c0c000 C:\WINDOWS\system32\oleacc.dll
0x05d90000 - 0x062d9000 C:\WINDOWS\system32\xpsp2res.dll

VM Arguments:
jvm_args: -Dosgi.requiredJavaVersion=1.6 -Xms40m -Xmx256m -XX:MaxPermSize=128m
java_command: <unknown>
Launcher Type: generic

Environment Variables:
JAVA_HOME=D:\Program Files\Java\jdk1.6.0_10
CLASSPATH=.;D:\Program Files\Java\jdk1.6.0_10\lib
PATH=D:/Program Files/Java/jre6/bin/client;D:/Program Files/Java/jre6/bin;D:/Program Files/Java/jre6/lib/i386;C:\Program Files\PC Connectivity Solution\;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;D:\Program Files\Java\jdk1.6.0_10\bin;E:\youxigu\apache-tomcat-6.0.16\bin;F:\software\apache-ant-1.7.1\bin;C:\Program Files\VanDyke Software\SecureFX\;D:\Program Files\QuickTime\QTSystem\;C:\Program Files\OPhoneSDK_1.5.beta\tools;D:\Program Files\TortoiseSVN\bin;D:\Program Files\Prio;D:\Program Files\Prio;D:\Program Files\Java\jdk1.6.0_10;D:\Python26;D:\Program Files\Google\google_appengine\
USERNAME=wangjun
OS=Windows_NT
PROCESSOR_IDENTIFIER=x86 Family 15 Model 107 Stepping 2, AuthenticAMD



---------------  S Y S T E M  ---------------

OS: Windows XP Build 2600 Service Pack 3

CPU:total 2 (2 cores per cpu, 1 threads per core) family 15 model 107 stepping 2, cmov, cx8, fxsr, mmx, sse, sse2, sse3, mmxext, 3dnow, 3dnowext

Memory: 4k page, physical 2030892k(1259716k free), swap 3969476k(2854760k free)

vm_info: Java HotSpot(TM) Client VM (19.1-b02) for windows-x86 JRE (1.6.0_24-b07), built on Feb  2 2011 17:44:41 by "java_re" with MS VC++ 7.1 (VS2003)

time: Tue May 31 09:31:43 2011
elapsed time: 37 seconds













通过我的测试,发现不是eclipse是问题,因为把eclipse的默认工作空间改为其它空间就可以正常启动了,所以问题应该在工作空间的配置文件中,用正常空间的文件替换.metadata目录即可。