Eclipse Fechando Sozinho

Opa pessoal,

Nos últimos dias, do nada, começou a dar este erro no meu eclipse KEPLER:

java was started but returned exit code=1

Procurando na internet para resolver o problema, eu adicionei esta linha no arquivo Eclipse.ini:

-vm
C:\Program Files\Java\jdk1.7.0_51\jre\bin\server\jvm.dll

Agora, o erro não aparece mais, mas o eclipse fecha sozinho…não fica aberto nem 1 minuto.

Alguém sabe o que pode ser?

Imagem do erro: http://screencast.com/t/XHHcll5NF

Posta o log do eclipse.

#
# A fatal error has been detected by the Java Runtime Environment:
#
#  EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x000007fefedac9ab, pid=4804, tid=4872
#
# JRE version: Java(TM) SE Runtime Environment (7.0_51-b13) (build 1.7.0_51-b13)
# Java VM: Java HotSpot(TM) 64-Bit Server VM (24.51-b03 mixed mode windows-amd64 compressed oops)
# Problematic frame:
# C  [OLEAUT32.DLL+0xc9ab]
#
# 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 (0x000000000246e800):  JavaThread "main" [_thread_in_native, id=4872, stack(0x00000000025e0000,0x00000000026e0000)]

siginfo: ExceptionCode=0xc0000005, reading address 0x000000006a1f1c47

Registers:
RAX=0x00000000026d9230, RBX=0x000000006a1f1c47, RCX=0x000000000b32ea90, RDX=0x0000000057575757
RSP=0x00000000026d9190, RBP=0x000000000b32ea90, RSI=0x0000000012cbeaa0, RDI=0x000000000002db00
R8 =0x000000000002db00, R9 =0x0000000000000003, R10=0x000000000b32ea90, R11=0x0000000000000003
R12=0x0000000000000002, R13=0x0000000000000000, R14=0x0000000000000000, R15=0x0000000000000000
RIP=0x000007fefedac9ab, EFLAGS=0x0000000000010206

Top of Stack: (sp=0x00000000026d9190)
0x00000000026d9190:   0000000012cbeaa8 000000000b2c1da0
0x00000000026d91a0:   00000000026d91e8 000007fefeda733c
0x00000000026d91b0:   0000000000000000 000000000002db00
0x00000000026d91c0:   0000000000000000 0000000012cbeaa0
0x00000000026d91d0:   0000000000000000 000007fefedb9ada
0x00000000026d91e0:   0000000012d23ad0 0000000057575757
0x00000000026d91f0:   0000000000000000 000000000b32ea90
0x00000000026d9200:   00000000026d9230 00000000026d92a0
0x00000000026d9210:   00000000026d92a0 0000000000506ad0
0x00000000026d9220:   00000000000001c1 000000000002db00
0x00000000026d9230:   0000000012d23ab0 0000000012c7f1f0
0x00000000026d9240:   000000000b32ecf0 0000000000023b18
0x00000000026d9250:   00000000026d9278 000007fefee43b90
0x00000000026d9260:   0000000000000000 0000000000506ad0
0x00000000026d9270:   000000000b32ea90 00000000000016d8
0x00000000026d9280:   0000000000000000 000000000b32ea90 

Instructions: (pc=0x000007fefedac9ab)
0x000007fefedac98b:   d9 41 8b f8 4c 8b d1 48 89 5c 24 50 83 fa ff 74
0x000007fefedac99b:   71 0f ba e2 1f 72 6b 8b da 49 03 9a 08 01 00 00
0x000007fefedac9ab:   0f b7 0b 83 f9 1a 75 09 8b 53 04 89 54 24 58 eb
0x000007fefedac9bb:   db 83 e9 1b 74 f2 83 e9 01 0f 84 eb 22 00 00 83 


Register to memory mapping:

RAX=0x00000000026d9230 is pointing into the stack for thread: 0x000000000246e800
RBX=0x000000006a1f1c47 is an unknown value
RCX=0x000000000b32ea90 is an unknown value
RDX=0x0000000057575757 is an unknown value
RSP=0x00000000026d9190 is pointing into the stack for thread: 0x000000000246e800
RBP=0x000000000b32ea90 is an unknown value
RSI=0x0000000012cbeaa0 is an unknown value
RDI=0x000000000002db00 is an unknown value
R8 =0x000000000002db00 is an unknown value
R9 =0x0000000000000003 is an unknown value
R10=0x000000000b32ea90 is an unknown value
R11=0x0000000000000003 is an unknown value
R12=0x0000000000000002 is an unknown value
R13=0x0000000000000000 is an unknown value
R14=0x0000000000000000 is an unknown value
R15=0x0000000000000000 is an unknown value


Stack: [0x00000000025e0000,0x00000000026e0000],  sp=0x00000000026d9190,  free space=996k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
C  [OLEAUT32.DLL+0xc9ab]

Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
j  org.eclipse.swt.internal.ole.win32.COM.VtblCall(IJII[J)I+0
j  org.eclipse.swt.internal.ole.win32.IDispatch.GetTypeInfo(II[J)I+8
j  org.eclipse.swt.ole.win32.OleAutomation.<init>(Lorg/eclipse/swt/internal/ole/win32/IDispatch;)V+40
j  org.eclipse.swt.ole.win32.Variant.getAutomation()Lorg/eclipse/swt/ole/win32/OleAutomation;+31
j  org.eclipse.swt.browser.IE.hookDOMListeners(Lorg/eclipse/swt/ole/win32/OleAutomation;Z)V+49
j  org.eclipse.swt.browser.IE$7.handleEvent(Lorg/eclipse/swt/ole/win32/OleEvent;)V+2163
j  org.eclipse.swt.ole.win32.OleEventTable.sendEvent(Lorg/eclipse/swt/ole/win32/OleEvent;)V+39
j  org.eclipse.swt.ole.win32.OleEventSink.notifyListener(ILorg/eclipse/swt/ole/win32/OleEvent;)V+34
j  org.eclipse.swt.ole.win32.OleEventSink.Invoke(IJIIJJJJ)I+152
j  org.eclipse.swt.ole.win32.OleEventSink.access$1(Lorg/eclipse/swt/ole/win32/OleEventSink;IJIIJJJJ)I+15
j  org.eclipse.swt.ole.win32.OleEventSink$1.method6([J)J+33
j  org.eclipse.swt.internal.ole.win32.COMObject.callback6([J)J+52
v  ~StubRoutines::call_stub
j  org.eclipse.swt.internal.win32.OS.DispatchMessageW(Lorg/eclipse/swt/internal/win32/MSG;)J+0
j  org.eclipse.swt.internal.win32.OS.DispatchMessage(Lorg/eclipse/swt/internal/win32/MSG;)J+7
j  org.eclipse.swt.widgets.Display.readAndDispatch()Z+64
j  org.eclipse.jface.internal.text.html.BrowserInformationControl.setVisible(Z)V+52
j  org.eclipse.jface.text.AbstractInformationControlManager.showInformationControl(Lorg/eclipse/swt/graphics/Rectangle;)V+5
j  org.eclipse.jface.text.TextViewerHoverManager.showInformationControl(Lorg/eclipse/swt/graphics/Rectangle;)V+21
j  org.eclipse.jface.text.AbstractInformationControlManager.internalShowInformationControl(Lorg/eclipse/swt/graphics/Rectangle;Ljava/lang/Object;)V+344
j  org.eclipse.jface.text.AbstractInformationControlManager.presentInformation()V+70
j  org.eclipse.jface.text.AbstractHoverInformationControlManager.presentInformation()V+64
j  org.eclipse.jface.text.TextViewerHoverManager.doPresentInformation()V+1
j  org.eclipse.jface.text.TextViewerHoverManager$5.run()V+4
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.e4.ui.internal.workbench.swt.PartRenderingEngine$9.run()V+638
j  org.eclipse.core.databinding.observable.Realm.runWithDefault(Lorg/eclipse/core/databinding/observable/Realm;Ljava/lang/Runnable;)V+12
j  org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(Lorg/eclipse/e4/ui/model/application/MApplicationElement;Lorg/eclipse/e4/core/contexts/IEclipseContext;)Ljava/lang/Object;+57
j  org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(Lorg/eclipse/e4/ui/model/application/MApplicationElement;)V+20
j  org.eclipse.ui.internal.Workbench$5.run()V+236
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;+108
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;+119
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;+57
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
j  org.eclipse.equinox.launcher.Main.main([Ljava/lang/String;)V+10
v  ~StubRoutines::call_stub

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

Java Threads: ( => current thread )
  0x000000000c0bf000 JavaThread "[ThreadPool Manager] - Idle Thread" daemon [_thread_blocked, id=6360, stack(0x000000000f840000,0x000000000f940000)]
  0x000000000c0c0800 JavaThread "org.eclipse.jdt.internal.ui.text.JavaReconciler" daemon [_thread_blocked, id=612, stack(0x000000000fed0000,0x000000000ffd0000)]
  0x000000000c0bc000 JavaThread "Worker-5" [_thread_blocked, id=7000, stack(0x000000000f150000,0x000000000f250000)]
  0x000000000c0bb000 JavaThread "Worker-4" [_thread_blocked, id=6948, stack(0x000000000ef20000,0x000000000f020000)]
  0x000000000c0b9000 JavaThread "Bundle File Closer" daemon [_thread_blocked, id=6332, stack(0x000000000ea90000,0x000000000eb90000)]
  0x000000000d550800 JavaThread "Java indexing" daemon [_thread_blocked, id=4448, stack(0x000000000e600000,0x000000000e700000)]
  0x000000000cfbe800 JavaThread "EMF Reference Cleaner" daemon [_thread_blocked, id=5032, stack(0x000000000e120000,0x000000000e220000)]
  0x000000000be2e000 JavaThread "Worker-JM" [_thread_blocked, id=5452, stack(0x000000000c720000,0x000000000c820000)]
  0x000000000bb4b000 JavaThread "[Timer] - Main Queue Handler" daemon [_thread_blocked, id=6704, stack(0x000000000cb10000,0x000000000cc10000)]
  0x000000000bbd0000 JavaThread "Framework Event Dispatcher" daemon [_thread_blocked, id=2872, stack(0x000000000c840000,0x000000000c940000)]
  0x000000000bbcc800 JavaThread "Start Level Event Dispatcher" daemon [_thread_blocked, id=6288, stack(0x000000000c560000,0x000000000c660000)]
  0x000000000bbc3800 JavaThread "State Data Manager" daemon [_thread_blocked, id=6204, stack(0x000000000c290000,0x000000000c390000)]
  0x000000000bab4800 JavaThread "Framework Active Thread" [_thread_blocked, id=3504, stack(0x000000000c410000,0x000000000c510000)]
  0x0000000007fef000 JavaThread "Service Thread" daemon [_thread_blocked, id=5432, stack(0x000000000aa90000,0x000000000ab90000)]
  0x0000000007fed800 JavaThread "C2 CompilerThread1" daemon [_thread_blocked, id=5152, stack(0x000000000a610000,0x000000000a710000)]
  0x0000000007fe5800 JavaThread "C2 CompilerThread0" daemon [_thread_blocked, id=2192, stack(0x000000000a940000,0x000000000aa40000)]
  0x0000000007fe0000 JavaThread "Attach Listener" daemon [_thread_blocked, id=5844, stack(0x000000000a760000,0x000000000a860000)]
  0x0000000007fdf000 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=4812, stack(0x000000000a180000,0x000000000a280000)]
  0x000000000244c800 JavaThread "Finalizer" daemon [_thread_blocked, id=6528, stack(0x000000000a4c0000,0x000000000a5c0000)]
  0x0000000007fcf800 JavaThread "Reference Handler" daemon [_thread_blocked, id=6560, stack(0x000000000a2d0000,0x000000000a3d0000)]
=>0x000000000246e800 JavaThread "main" [_thread_in_native, id=4872, stack(0x00000000025e0000,0x00000000026e0000)]

Other Threads:
  0x0000000007fcc000 VMThread [stack: 0x000000000a010000,0x000000000a110000] [id=3432]
  0x0000000009098000 WatcherThread [stack: 0x000000000ad20000,0x000000000ae20000] [id=6940]

VM state:not at safepoint (normal execution)

VM Mutex/Monitor currently owned by a thread: None

Heap
 PSYoungGen      total 92672K, used 74645K [0x00000000f5500000, 0x00000000fd600000, 0x0000000100000000)
  eden space 62464K, 77% used [0x00000000f5500000,0x00000000f8452bf8,0x00000000f9200000)
  from space 30208K, 86% used [0x00000000fb280000,0x00000000fcc12b08,0x00000000fd000000)
  to   space 33280K, 0% used [0x00000000f9200000,0x00000000f9200000,0x00000000fb280000)
 ParOldGen       total 48128K, used 34668K [0x00000000e0000000, 0x00000000e2f00000, 0x00000000f5500000)
  object space 48128K, 72% used [0x00000000e0000000,0x00000000e21db190,0x00000000e2f00000)
 PSPermGen       total 73728K, used 73445K [0x00000000d0000000, 0x00000000d4800000, 0x00000000e0000000)
  object space 73728K, 99% used [0x00000000d0000000,0x00000000d47b9520,0x00000000d4800000)

Card table byte_map: [0x00000000057a0000,0x0000000005930000] byte_map_base: 0x0000000005120000

Polling page: 0x0000000000120000

Code Cache  [0x00000000026e0000, 0x0000000002b20000, 0x00000000056e0000)
 total_blobs=1918 nmethods=1115 adapters=753 free_code_cache=44903Kb largest_free_block=45892352

Compilation events (10 events):
Event: 194.456 Thread 0x0000000007fe5800 nmethod 1228 0x00000000028ffc90 code [0x00000000028ffdc0, 0x00000000028ffe18]
Event: 194.457 Thread 0x0000000007fe5800 1230             org.eclipse.osgi.baseadaptor.bundlefile.ZipBundleEntry::getSize (8 bytes)
Event: 194.457 Thread 0x0000000007fe5800 nmethod 1230 0x00000000028ffa90 code [0x00000000028ffbc0, 0x00000000028ffc18]
Event: 194.457 Thread 0x0000000007fe5800 1231   !         org.eclipse.osgi.internal.baseadaptor.weaving.WovenClassImpl::callHooks (174 bytes)
Event: 194.459 Thread 0x0000000007fed800 nmethod 1229 0x0000000002af6c50 code [0x0000000002af6da0, 0x0000000002af6ff8]
Event: 194.459 Thread 0x0000000007fed800 1232             org.eclipse.osgi.internal.baseadaptor.weaving.WovenClassImpl::getHookClassName (4 bytes)
Event: 194.460 Thread 0x0000000007fed800 nmethod 1232 0x00000000028ff850 code [0x00000000028ff980, 0x00000000028ff9d8]
Event: 194.461 Thread 0x0000000007fe5800 nmethod 1231 0x0000000002983d90 code [0x0000000002983f20, 0x00000000029841a8]
Event: 194.469 Thread 0x0000000007fed800 1233             org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader::defineClass (14 bytes)
Event: 194.497 Thread 0x0000000007fed800 nmethod 1233 0x0000000002b19310 code [0x0000000002b19520, 0x0000000002b1a5d0]

GC Heap History (10 events):
Event: 6.121 GC heap before
{Heap before GC invocations=13 (full 1):
 PSYoungGen      total 57856K, used 57832K [0x00000000f5500000, 0x00000000fac00000, 0x0000000100000000)
  eden space 40448K, 100% used [0x00000000f5500000,0x00000000f7c80000,0x00000000f7c80000)
  from space 17408K, 99% used [0x00000000f7c80000,0x00000000f8d7a050,0x00000000f8d80000)
  to   space 19968K, 0% used [0x00000000f9880000,0x00000000f9880000,0x00000000fac00000)
 ParOldGen       total 48128K, used 28313K [0x00000000e0000000, 0x00000000e2f00000, 0x00000000f5500000)
  object space 48128K, 58% used [0x00000000e0000000,0x00000000e1ba6568,0x00000000e2f00000)
 PSPermGen       total 55808K, used 55663K [0x00000000d0000000, 0x00000000d3680000, 0x00000000e0000000)
  object space 55808K, 99% used [0x00000000d0000000,0x00000000d365bcd0,0x00000000d3680000)
Event: 6.149 GC heap after
Heap after GC invocations=13 (full 1):
 PSYoungGen      total 66560K, used 19084K [0x00000000f5500000, 0x00000000fb100000, 0x0000000100000000)
  eden space 46592K, 0% used [0x00000000f5500000,0x00000000f5500000,0x00000000f8280000)
  from space 19968K, 95% used [0x00000000f9880000,0x00000000fab232c0,0x00000000fac00000)
  to   space 22528K, 0% used [0x00000000f8280000,0x00000000f8280000,0x00000000f9880000)
 ParOldGen       total 48128K, used 31322K [0x00000000e0000000, 0x00000000e2f00000, 0x00000000f5500000)
  object space 48128K, 65% used [0x00000000e0000000,0x00000000e1e96808,0x00000000e2f00000)
 PSPermGen       total 55808K, used 55663K [0x00000000d0000000, 0x00000000d3680000, 0x00000000e0000000)
  object space 55808K, 99% used [0x00000000d0000000,0x00000000d365bcd0,0x00000000d3680000)
}
Event: 6.835 GC heap before
{Heap before GC invocations=14 (full 1):
 PSYoungGen      total 66560K, used 65676K [0x00000000f5500000, 0x00000000fb100000, 0x0000000100000000)
  eden space 46592K, 100% used [0x00000000f5500000,0x00000000f8280000,0x00000000f8280000)
  from space 19968K, 95% used [0x00000000f9880000,0x00000000fab232c0,0x00000000fac00000)
  to   space 22528K, 0% used [0x00000000f8280000,0x00000000f8280000,0x00000000f9880000)
 ParOldGen       total 48128K, used 31322K [0x00000000e0000000, 0x00000000e2f00000, 0x00000000f5500000)
  object space 48128K, 65% used [0x00000000e0000000,0x00000000e1e96808,0x00000000e2f00000)
 PSPermGen       total 61440K, used 61378K [0x00000000d0000000, 0x00000000d3c00000, 0x00000000e0000000)
  object space 61440K, 99% used [0x00000000d0000000,0x00000000d3bf0b00,0x00000000d3c00000)
Event: 6.854 GC heap after
Heap after GC invocations=14 (full 1):
 PSYoungGen      total 69120K, used 22506K [0x00000000f5500000, 0x00000000fbf00000, 0x0000000100000000)
  eden space 46592K, 0% used [0x00000000f5500000,0x00000000f5500000,0x00000000f8280000)
  from space 22528K, 99% used [0x00000000f8280000,0x00000000f987aa40,0x00000000f9880000)
  to   space 26112K, 0% used [0x00000000fa580000,0x00000000fa580000,0x00000000fbf00000)
 ParOldGen       total 48128K, used 31620K [0x00000000e0000000, 0x00000000e2f00000, 0x00000000f5500000)
  object space 48128K, 65% used [0x00000000e0000000,0x00000000e1ee1180,0x00000000e2f00000)
 PSPermGen       total 61440K, used 61378K [0x00000000d0000000, 0x00000000d3c00000, 0x00000000e0000000)
  object space 61440K, 99% used [0x00000000d0000000,0x00000000d3bf0b00,0x00000000d3c00000)
}
Event: 7.709 GC heap before
{Heap before GC invocations=15 (full 1):
 PSYoungGen      total 69120K, used 69098K [0x00000000f5500000, 0x00000000fbf00000, 0x0000000100000000)
  eden space 46592K, 100% used [0x00000000f5500000,0x00000000f8280000,0x00000000f8280000)
  from space 22528K, 99% used [0x00000000f8280000,0x00000000f987aa40,0x00000000f9880000)
  to   space 26112K, 0% used [0x00000000fa580000,0x00000000fa580000,0x00000000fbf00000)
 ParOldGen       total 48128K, used 31620K [0x00000000e0000000, 0x00000000e2f00000, 0x00000000f5500000)
  object space 48128K, 65% used [0x00000000e0000000,0x00000000e1ee1180,0x00000000e2f00000)
 PSPermGen       total 66048K, used 65557K [0x00000000d0000000, 0x00000000d4080000, 0x00000000e0000000)
  object space 66048K, 99% used [0x00000000d0000000,0x00000000d40054a0,0x00000000d4080000)
Event: 7.736 GC heap after
Heap after GC invocations=15 (full 1):
 PSYoungGen      total 80896K, used 19738K [0x00000000f5500000, 0x00000000fc200000, 0x0000000100000000)
  eden space 54784K, 0% used [0x00000000f5500000,0x00000000f5500000,0x00000000f8a80000)
  from space 26112K, 75% used [0x00000000fa580000,0x00000000fb8c6ad8,0x00000000fbf00000)
  to   space 27648K, 0% used [0x00000000f8a80000,0x00000000f8a80000,0x00000000fa580000)
 ParOldGen       total 48128K, used 34652K [0x00000000e0000000, 0x00000000e2f00000, 0x00000000f5500000)
  object space 48128K, 72% used [0x00000000e0000000,0x00000000e21d7190,0x00000000e2f00000)
 PSPermGen       total 66048K, used 65557K [0x00000000d0000000, 0x00000000d4080000, 0x00000000e0000000)
  object space 66048K, 99% used [0x00000000d0000000,0x00000000d40054a0,0x00000000d4080000)
}
Event: 8.776 GC heap before
{Heap before GC invocations=16 (full 1):
 PSYoungGen      total 80896K, used 74522K [0x00000000f5500000, 0x00000000fc200000, 0x0000000100000000)
  eden space 54784K, 100% used [0x00000000f5500000,0x00000000f8a80000,0x00000000f8a80000)
  from space 26112K, 75% used [0x00000000fa580000,0x00000000fb8c6ad8,0x00000000fbf00000)
  to   space 27648K, 0% used [0x00000000f8a80000,0x00000000f8a80000,0x00000000fa580000)
 ParOldGen       total 48128K, used 34652K [0x00000000e0000000, 0x00000000e2f00000, 0x00000000f5500000)
  object space 48128K, 72% used [0x00000000e0000000,0x00000000e21d7190,0x00000000e2f00000)
 PSPermGen       total 70656K, used 70178K [0x00000000d0000000, 0x00000000d4500000, 0x00000000e0000000)
  object space 70656K, 99% used [0x00000000d0000000,0x00000000d4488ac8,0x00000000d4500000)
Event: 8.798 GC heap after
Heap after GC invocations=16 (full 1):
 PSYoungGen      total 82432K, used 23406K [0x00000000f5500000, 0x00000000fd000000, 0x0000000100000000)
  eden space 54784K, 0% used [0x00000000f5500000,0x00000000f5500000,0x00000000f8a80000)
  from space 27648K, 84% used [0x00000000f8a80000,0x00000000fa15b9b0,0x00000000fa580000)
  to   space 30208K, 0% used [0x00000000fb280000,0x00000000fb280000,0x00000000fd000000)
 ParOldGen       total 48128K, used 34660K [0x00000000e0000000, 0x00000000e2f00000, 0x00000000f5500000)
  object space 48128K, 72% used [0x00000000e0000000,0x00000000e21d9190,0x00000000e2f00000)
 PSPermGen       total 70656K, used 70178K [0x00000000d0000000, 0x00000000d4500000, 0x00000000e0000000)
  object space 70656K, 99% used [0x00000000d0000000,0x00000000d4488ac8,0x00000000d4500000)
}
Event: 9.626 GC heap before
{Heap before GC invocations=17 (full 1):
 PSYoungGen      total 82432K, used 78190K [0x00000000f5500000, 0x00000000fd000000, 0x0000000100000000)
  eden space 54784K, 100% used [0x00000000f5500000,0x00000000f8a80000,0x00000000f8a80000)
  from space 27648K, 84% used [0x00000000f8a80000,0x00000000fa15b9b0,0x00000000fa580000)
  to   space 30208K, 0% used [0x00000000fb280000,0x00000000fb280000,0x00000000fd000000)
 ParOldGen       total 48128K, used 34660K [0x00000000e0000000, 0x00000000e2f00000, 0x00000000f5500000)
  object space 48128K, 72% used [0x00000000e0000000,0x00000000e21d9190,0x00000000e2f00000)
 PSPermGen       total 70656K, used 70570K [0x00000000d0000000, 0x00000000d4500000, 0x00000000e0000000)
  object space 70656K, 99% used [0x00000000d0000000,0x00000000d44ea848,0x00000000d4500000)
Event: 9.647 GC heap after
Heap after GC invocations=17 (full 1):
 PSYoungGen      total 92672K, used 26186K [0x00000000f5500000, 0x00000000fd600000, 0x0000000100000000)
  eden space 62464K, 0% used [0x00000000f5500000,0x00000000f5500000,0x00000000f9200000)
  from space 30208K, 86% used [0x00000000fb280000,0x00000000fcc12b08,0x00000000fd000000)
  to   space 33280K, 0% used [0x00000000f9200000,0x00000000f9200000,0x00000000fb280000)
 ParOldGen       total 48128K, used 34668K [0x00000000e0000000, 0x00000000e2f00000, 0x00000000f5500000)
  object space 48128K, 72% used [0x00000000e0000000,0x00000000e21db190,0x00000000e2f00000)
 PSPermGen       total 70656K, used 70570K [0x00000000d0000000, 0x00000000d4500000, 0x00000000e0000000)
  object space 70656K, 99% used [0x00000000d0000000,0x00000000d44ea848,0x00000000d4500000)
}

Deoptimization events (10 events):
Event: 9.830 Thread 0x000000000246e800 Uncommon trap: reason=bimorphic action=maybe_recompile pc=0x0000000002aa0ef4 method=org.eclipse.swt.widgets.Control.windowProc(JIJJ)J @ 1439
Event: 9.831 Thread 0x000000000246e800 Uncommon trap: reason=bimorphic action=maybe_recompile pc=0x0000000002aa0f00 method=org.eclipse.swt.widgets.Control.windowProc(JIJJ)J @ 1361
Event: 9.838 Thread 0x000000000246e800 Uncommon trap: reason=bimorphic action=maybe_recompile pc=0x0000000002aa0ef4 method=org.eclipse.swt.widgets.Control.windowProc(JIJJ)J @ 1439
Event: 9.838 Thread 0x000000000246e800 Uncommon trap: reason=bimorphic action=maybe_recompile pc=0x0000000002aa0f00 method=org.eclipse.swt.widgets.Control.windowProc(JIJJ)J @ 1361
Event: 9.990 Thread 0x000000000d23e000 Uncommon trap: reason=bimorphic action=maybe_recompile pc=0x00000000028e1c7c method=java.util.HashMap$KeySet.iterator()Ljava/util/Iterator; @ 4
Event: 22.916 Thread 0x000000000246e800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x0000000002af024c method=org.eclipse.swt.widgets.Control.windowProc(JIJJ)J @ 1192
Event: 29.137 Thread 0x000000000246e800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x0000000002af024c method=org.eclipse.swt.widgets.Control.windowProc(JIJJ)J @ 1192
Event: 194.046 Thread 0x000000000c0c4000 Uncommon trap: reason=predicate action=maybe_recompile pc=0x00000000027b0ec4 method=java.util.TimSort.binarySort([Ljava/lang/Object;IIILjava/util/Comparator;)V @ 37
Event: 194.106 Thread 0x000000000c0c4000 Uncommon trap: reason=unreached action=reinterpret pc=0x000000000290e9e4 method=java.net.URI.quote(Ljava/lang/String;JJ)Ljava/lang/String; @ 64
Event: 194.125 Thread 0x000000000c0c4000 Uncommon trap: reason=unreached action=reinterpret pc=0x0000000002a6dc54 method=org.eclipse.swt.graphics.ImageData.getAlpha(II)I @ 32

Internal exceptions (10 events):
Event: 7.426 Thread 0x000000000246e800 Implicit null exception at 0x00000000029e491c to 0x00000000029e6325
Event: 7.929 Thread 0x000000000c0c0800 Implicit null exception at 0x000000000284d812 to 0x000000000284dd81
Event: 19.931 Thread 0x000000000c0bc000 Threw 0x00000000f7441f18 at C:\re\jdk7u5127\hotspot\src\share\vm\prims\jni.cpp:717
Event: 19.985 Thread 0x000000000246e800 Threw 0x00000000f728f078 at C:\re\jdk7u5127\hotspot\src\share\vm\prims\jni.cpp:717
Event: 19.996 Thread 0x000000000246e800 Threw 0x00000000f76cad00 at C:\re\jdk7u5127\hotspot\src\share\vm\prims\jni.cpp:743
Event: 194.044 Thread 0x000000000c0c4000 Threw 0x00000000f80b1ca8 at C:\re\jdk7u5127\hotspot\src\share\vm\interpreter\interpreterRuntime.cpp:347
Event: 194.594 Thread 0x000000000246e800 Threw 0x00000000f84440c0 at C:\re\jdk7u5127\hotspot\src\share\vm\prims\jvm.cpp:1244
Event: 194.594 Thread 0x000000000246e800 Threw 0x00000000f84445f8 at C:\re\jdk7u5127\hotspot\src\share\vm\classfile\systemDictionary.cpp:185
Event: 194.594 Thread 0x000000000246e800 Threw 0x00000000f8444da8 at C:\re\jdk7u5127\hotspot\src\share\vm\prims\jvm.cpp:1244
Event: 194.594 Thread 0x000000000246e800 Threw 0x00000000f8445418 at C:\re\jdk7u5127\hotspot\src\share\vm\prims\jvm.cpp:1244

Events (10 events):
Event: 194.459 Thread 0x0000000007fed800 flushing nmethod 0x000000000297ef90
Event: 194.459 Thread 0x0000000007fed800 flushing nmethod 0x0000000002983b50
Event: 194.562 loading class 0x0000000014269cf0
Event: 194.562 loading class 0x0000000014269cf0 done
Event: 194.594 loading class 0x000000000be29900
Event: 194.594 loading class 0x000000000be29900 done
Event: 194.594 loading class 0x000000001185bb00
Event: 194.594 loading class 0x000000001185bb00 done
Event: 194.594 loading class 0x000000001185bb00
Event: 194.594 loading class 0x000000001185bb00 done


Dynamic libraries:
0x000000013f710000 - 0x000000013f743000 	C:\Windows\system32\javaw.exe
0x00000000773f0000 - 0x0000000077599000 	C:\Windows\SYSTEM32\ntdll.dll
0x00000000771d0000 - 0x00000000772ef000 	C:\Windows\system32\kernel32.dll
0x000007fefd260000 - 0x000007fefd2cb000 	C:\Windows\system32\KERNELBASE.dll
0x000007feff150000 - 0x000007feff22b000 	C:\Windows\system32\ADVAPI32.dll
0x000007feff240000 - 0x000007feff2df000 	C:\Windows\system32\msvcrt.dll
0x000007fefeb40000 - 0x000007fefeb5f000 	C:\Windows\SYSTEM32\sechost.dll
0x000007fefeb60000 - 0x000007fefec8d000 	C:\Windows\system32\RPCRT4.dll
0x00000000772f0000 - 0x00000000773ea000 	C:\Windows\system32\USER32.dll
0x000007fefec90000 - 0x000007fefecf7000 	C:\Windows\system32\GDI32.dll
0x000007feff230000 - 0x000007feff23e000 	C:\Windows\system32\LPK.dll
0x000007fefd9b0000 - 0x000007fefda79000 	C:\Windows\system32\USP10.dll
0x000007fefb810000 - 0x000007fefba04000 	C:\Windows\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df_6.0.7601.17514_none_fa396087175ac9ac\COMCTL32.dll
0x000007fefdd30000 - 0x000007fefdda1000 	C:\Windows\system32\SHLWAPI.dll
0x000007fefdd00000 - 0x000007fefdd2e000 	C:\Windows\system32\IMM32.DLL
0x000007fefdbf0000 - 0x000007fefdcf9000 	C:\Windows\system32\MSCTF.dll
0x000007fefd160000 - 0x000007fefd1a0000 	C:\Windows\system32\nvinitx.dll
0x0000000061840000 - 0x0000000061912000 	C:\Program Files\Java\jre7\bin\msvcr100.dll
0x0000000051320000 - 0x0000000051ae9000 	C:\Program Files\Java\jre7\bin\server\jvm.dll
0x000007fef57c0000 - 0x000007fef57c9000 	C:\Windows\system32\WSOCK32.dll
0x000007fefdba0000 - 0x000007fefdbed000 	C:\Windows\system32\WS2_32.dll
0x000007fefd5d0000 - 0x000007fefd5d8000 	C:\Windows\system32\NSI.dll
0x000007fef9b90000 - 0x000007fef9bcb000 	C:\Windows\system32\WINMM.dll
0x00000000775c0000 - 0x00000000775c7000 	C:\Windows\system32\PSAPI.DLL
0x0000000061a40000 - 0x0000000061a4f000 	C:\Program Files\Java\jre7\bin\verify.dll
0x0000000061a10000 - 0x0000000061a38000 	C:\Program Files\Java\jre7\bin\java.dll
0x00000000619e0000 - 0x00000000619f5000 	C:\Program Files\Java\jre7\bin\zip.dll
0x000007fefc9f0000 - 0x000007fefca07000 	C:\Windows\system32\CRYPTSP.dll
0x000007fefc6f0000 - 0x000007fefc737000 	C:\Windows\system32\rsaenh.dll
0x000007fefc4b0000 - 0x000007fefc4ce000 	C:\Windows\system32\USERENV.dll
0x000007fefd1a0000 - 0x000007fefd1af000 	C:\Windows\system32\profapi.dll
0x000007fefd090000 - 0x000007fefd09f000 	C:\Windows\system32\CRYPTBASE.dll
0x00000000619c0000 - 0x00000000619d9000 	C:\Program Files\Java\jre7\bin\net.dll
0x000007fefc990000 - 0x000007fefc9e5000 	C:\Windows\system32\mswsock.dll
0x000007fefc980000 - 0x000007fefc987000 	C:\Windows\System32\wship6.dll
0x000007fefac40000 - 0x000007fefac55000 	C:\Windows\system32\NLAapi.dll
0x000007fef47c0000 - 0x000007fef47d5000 	C:\Windows\system32\napinsp.dll
0x000007fef47a0000 - 0x000007fef47b9000 	C:\Windows\system32\pnrpnsp.dll
0x000007fefc810000 - 0x000007fefc86b000 	C:\Windows\system32\DNSAPI.dll
0x000007fef4b30000 - 0x000007fef4b3b000 	C:\Windows\System32\winrnr.dll
0x000007fef4790000 - 0x000007fef47a0000 	C:\Windows\system32\wshbth.dll
0x000007fefc370000 - 0x000007fefc377000 	C:\Windows\System32\wshtcpip.dll
0x000007fefa930000 - 0x000007fefa957000 	C:\Windows\system32\IPHLPAPI.DLL
0x000007fefa910000 - 0x000007fefa91b000 	C:\Windows\system32\WINNSI.DLL
0x000007fef8800000 - 0x000007fef8808000 	C:\Windows\system32\rasadhlp.dll
0x000007fefa780000 - 0x000007fefa7d3000 	C:\Windows\System32\fwpuclnt.dll
0x00000000619a0000 - 0x00000000619b1000 	C:\Program Files\Java\jre7\bin\nio.dll
0x0000000072000000 - 0x0000000072012000 	C:\Users\Rafael\Desktop\eclipse\plugins\org.eclipse.equinox.launcher.win32.win32.x86_64_1.1.200.v20130807-1835\eclipse_1503.dll
0x000007fefc2a0000 - 0x000007fefc2ac000 	C:\Windows\system32\VERSION.dll
0x000007fefb760000 - 0x000007fefb7b6000 	C:\Windows\system32\uxtheme.dll
0x000007fefd7a0000 - 0x000007fefd9a3000 	C:\Windows\system32\ole32.dll
0x000007fefeda0000 - 0x000007fefee77000 	C:\Windows\system32\OLEAUT32.DLL
0x0000000010000000 - 0x00000000100a8000 	C:\Users\Rafael\Desktop\eclipse\configuration\org.eclipse.osgi\bundles08\.cp\swt-win32-4333.dll
0x000007fefed00000 - 0x000007fefed97000 	C:\Windows\system32\comdlg32.dll
0x000007fefddb0000 - 0x000007fefeb38000 	C:\Windows\system32\SHELL32.dll
0x000007fef97a0000 - 0x000007fef9811000 	C:\Windows\system32\WINSPOOL.DRV
0x000007feff2e0000 - 0x000007feff520000 	C:\Windows\system32\WININET.dll
0x000007fefd2e0000 - 0x000007fefd2e4000 	C:\Windows\system32\api-ms-win-downlevel-user32-l1-1-0.dll
0x000007fefd2d0000 - 0x000007fefd2d4000 	C:\Windows\system32\api-ms-win-downlevel-shlwapi-l1-1-0.dll
0x000007fefd330000 - 0x000007fefd334000 	C:\Windows\system32\api-ms-win-downlevel-version-l1-1-0.dll
0x000007fefd4d0000 - 0x000007fefd4d3000 	C:\Windows\system32\api-ms-win-downlevel-normaliz-l1-1-0.dll
0x00000000775b0000 - 0x00000000775b3000 	C:\Windows\system32\normaliz.DLL
0x000007fefee80000 - 0x000007feff129000 	C:\Windows\system32\iertutil.dll
0x000007fefd250000 - 0x000007fefd255000 	C:\Windows\system32\api-ms-win-downlevel-advapi32-l1-1-0.dll
0x000007fefd340000 - 0x000007fefd4ac000 	C:\Windows\system32\CRYPT32.dll
0x000007fefd240000 - 0x000007fefd24f000 	C:\Windows\system32\MSASN1.dll
0x000007fefb390000 - 0x000007fefb3a8000 	C:\Windows\system32\dwmapi.dll
0x000007fefba10000 - 0x000007fefbb3c000 	C:\Windows\system32\propsys.dll
0x000007fefdb00000 - 0x000007fefdb99000 	C:\Windows\system32\CLBCatQ.DLL
0x00000000001d0000 - 0x00000000001ee000 	C:\Users\Rafael\Desktop\eclipse\configuration\org.eclipse.osgi\bundles08\.cp\swt-gdip-win32-4333.dll
0x000007fefb540000 - 0x000007fefb756000 	C:\Windows\WinSxS\amd64_microsoft.windows.gdiplus_6595b64144ccf1df_1.1.7601.18120_none_2b25b14c71ebf230\gdiplus.dll
0x000007fefb1e0000 - 0x000007fefb341000 	C:\Windows\system32\WindowsCodecs.dll
0x0000000180000000 - 0x0000000180012000 	C:\Users\Rafael\Desktop\eclipse\configuration\org.eclipse.osgi\bundles2\.cp\os\win32\x86_64\localfile_1_0_0.dll
0x000007fef00e0000 - 0x000007fef00f1000 	C:\Users\Rafael\Desktop\eclipse\configuration\org.eclipse.osgi\bundles5\.cp\jWinHttp-1.0.0.dll
0x000007fef6fe0000 - 0x000007fef7051000 	C:\Windows\system32\WINHTTP.dll
0x000007fef6f70000 - 0x000007fef6fd4000 	C:\Windows\system32\webio.dll
0x000007fefa800000 - 0x000007fefa818000 	C:\Windows\system32\dhcpcsvc.DLL
0x000007fefa7e0000 - 0x000007fefa7f1000 	C:\Windows\system32\dhcpcsvc6.DLL
0x000007fefd000000 - 0x000007fefd025000 	C:\Windows\system32\SspiCli.dll
0x000007fefc5c0000 - 0x000007fefc5ca000 	C:\Windows\system32\credssp.dll
0x000007fefd2f0000 - 0x000007fefd326000 	C:\Windows\system32\CFGMGR32.dll
0x000007fefaea0000 - 0x000007fefaef4000 	C:\Windows\system32\oleacc.dll
0x000007fefd030000 - 0x000007fefd087000 	C:\Windows\system32\apphelp.dll
0x000007fefd140000 - 0x000007fefd154000 	C:\Windows\system32\RpcRtRemote.dll
0x000007fef4750000 - 0x000007fef478b000 	C:\Windows\system32\mlang.dll
0x000007fef9c90000 - 0x000007fef9c97000 	C:\Windows\system32\msimg32.dll
0x000007fef55d0000 - 0x000007fef55d4000 	C:\Windows\system32\api-ms-win-downlevel-shlwapi-l2-1-0.dll
0x000007fefd640000 - 0x000007fefd79f000 	C:\Windows\system32\urlmon.dll
0x000007fefd4e0000 - 0x000007fefd4e4000 	C:\Windows\system32\api-ms-win-downlevel-ole32-l1-1-0.dll
0x000007fefd0a0000 - 0x000007fefd131000 	C:\Windows\system32\SXS.DLL
0x000007fee9290000 - 0x000007fee9f0a000 	C:\Windows\System32\ieframe.dll
0x000007fef5430000 - 0x000007fef5434000 	C:\Windows\System32\api-ms-win-downlevel-shell32-l1-1-0.dll
0x000007fee1230000 - 0x000007fee2852000 	C:\Windows\System32\mshtml.dll
0x000007fef5de0000 - 0x000007fef5de4000 	C:\Windows\system32\api-ms-win-downlevel-advapi32-l2-1-0.dll
0x000007fefcfd0000 - 0x000007fefcfdb000 	C:\Windows\system32\Secur32.dll
0x000007fef4e90000 - 0x000007fef4e9e000 	C:\Windows\system32\msimtf.dll
0x000007fef62e0000 - 0x000007fef6322000 	C:\Windows\system32\msls31.dll
0x000007fee3ac0000 - 0x000007fee3e84000 	C:\Windows\system32\d2d1.dll
0x000007fee8080000 - 0x000007fee8216000 	C:\Windows\system32\DWrite.dll
0x000007fefb110000 - 0x000007fefb16d000 	C:\Windows\system32\dxgi.dll
0x000007fefd4f0000 - 0x000007fefd52a000 	C:\Windows\system32\WINTRUST.dll
0x000007fef3440000 - 0x000007fef3615000 	C:\Windows\system32\d3d11.dll
0x000007feea670000 - 0x000007feea8e9000 	C:\Windows\system32\D3D10Warp.dll
0x000007fef5850000 - 0x000007fef5975000 	C:\Windows\system32\dbghelp.dll

VM Arguments:
jvm_args: -Dosgi.requiredJavaVersion=1.6 -Xms40m -Xmx512m -XX:MaxPermSize=256m 
java_command: C:\Users\Rafael\Desktop\eclipse\plugins/org.eclipse.equinox.launcher_1.3.0.v20130327-1440.jar -os win32 -ws win32 -arch x86_64 -showsplash C:\Users\Rafael\Desktop\eclipse\plugins\org.eclipse.platform_4.3.1.v20130911-1000\splash.bmp -launcher C:\Users\Rafael\Desktop\eclipse\eclipse.exe -name Eclipse --launcher.library C:\Users\Rafael\Desktop\eclipse\plugins/org.eclipse.equinox.launcher.win32.win32.x86_64_1.1.200.v20130807-1835\eclipse_1503.dll -startup C:\Users\Rafael\Desktop\eclipse\plugins/org.eclipse.equinox.launcher_1.3.0.v20130327-1440.jar --launcher.appendVmargs -exitdata 1ab8_5c -product org.eclipse.epp.package.standard.product -vm C:\Windows\system32\javaw.exe -vmargs -Dosgi.requiredJavaVersion=1.6 -Xms40m -Xmx512m -XX:MaxPermSize=256m -jar C:\Users\Rafael\Desktop\eclipse\plugins/org.eclipse.equinox.launcher_1.3.0.v20130327-1440.jar
Launcher Type: SUN_STANDARD

Environment Variables:
JAVA_HOME=C:\Program Files\Java\jdk1.7.0_17\bin
PATH=C:\Program Files\Dell\DW WLAN Card;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files (x86)\Intel\OpenCL SDK.0\bin\x86;C:\Program Files (x86)\Intel\OpenCL SDK.0\bin\x64;C:\Program Files\Internet Explorer;C:\Program Files\TortoiseSVN\bin;C:\Automation Tests\chromeDriver\chromedriver.exe;C:\Automation Tests\ieDriver\IEDriverServer.exe
USERNAME=Rafael
OS=Windows_NT
PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 42 Stepping 7, GenuineIntel



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

OS: Windows 7 , 64 bit Build 7601 Service Pack 1

CPU:total 8 (4 cores per cpu, 2 threads per core) family 6 model 42 stepping 7, cmov, cx8, fxsr, mmx, sse, sse2, sse3, ssse3, sse4.1, sse4.2, popcnt, avx, aes, ht, tsc, tscinvbit

Memory: 4k page, physical 8266648k(4757164k free), swap 16531432k(12234848k free)

vm_info: Java HotSpot(TM) 64-Bit Server VM (24.51-b03) for windows-amd64 JRE (1.7.0_51-b13), built on Dec 18 2013 18:40:56 by "java_re" with unknown MS VC++:1600

time: Mon Feb 17 17:12:27 2014
elapsed time: 194 seconds

Estou com a sensação de que o Eclipse não está gostando dessa versão do Java… Tente rodar com a versão 6 ou com alguma versão 7 anterior ao update 51 pra ver se o erro continua ocorrendo. Se continuar, pode ser algum problema em uma DLL (já que o erro foi em um código nativo).

Ah! Antes de fazer isso, desabilite seu antivírus e tente abrir o Eclipse sem alterar nada na versão do Java. Só por desencargo de consciência (se não tiver antivírus, desconsidere isso).