Program eclipse nie dziala poprawnie

0

Witam, moj problem jest nastepujacy.

Pobrałem program eclipse
i moj problem jest nastepujacy, gdy wlaczam program wszystko dziala, lecz gdy chce kliknąć New Project, program sam sie wyłącza i w folderze eclipse pojawia sie dokument tekstowy z errorem

#
# A fatal error has been detected by the Java Runtime Environment:
#
#  EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x00000bb4, pid=5964, tid=4592
#
# JRE version: 7.0_17-b02
# Java VM: Java HotSpot(TM) Client VM (23.7-b01 mixed mode windows-x86 )
# Problematic frame:
# C  0x00000bb4
#
# 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 (0x0208b400):  JavaThread "main" [_thread_in_native, id=4592, stack(0x00030000,0x00130000)]

siginfo: ExceptionCode=0xc0000005, reading address 0x00000bb4

Registers:
EAX=0x5d018eda, EBX=0x29f236e8, ECX=0x0208b528, EDX=0x00000008
ESP=0x0012edc8, EBP=0x0012edf8, ESI=0x29f236e8, EDI=0x0208b400
EIP=0x00000bb4, EFLAGS=0x00010202

Top of Stack: (sp=0x0012edc8)
0x0012edc8:   00000bb4 00000000 0208bce0 0208bce0
0x0012edd8:   0012edd8 29f236e8 0012ee0c 29f24328
0x0012ede8:   00000000 29f236e8 00000000 0012ee08
0x0012edf8:   0012ee30 021632c7 102c80d0 02168989
0x0012ee08:   00000bb4 00000000 0012ee10 29f23664
0x0012ee18:   0012ee38 29f24328 00000000 29f23668
0x0012ee28:   0012ee08 0012ee38 0012ee5c 021632c7
0x0012ee38:   102cafe0 0012ee3c 29f18745 0012ee9c 

Instructions: (pc=0x00000bb4)
0x00000b94:   
[error occurred during error reporting (printing registers, top of stack, instructions near pc), id 0xc0000005]

Register to memory mapping:

EAX=0x5d018eda is an unknown value
EBX=0x29f236e8 is an oop
{method} 
 - klass: {other class}
ECX=0x0208b528 is an unknown value
EDX=0x00000008 is an unknown value
ESP=0x0012edc8 is pointing into the stack for thread: 0x0208b400
EBP=0x0012edf8 is pointing into the stack for thread: 0x0208b400
ESI=0x29f236e8 is an oop
{method} 
 - klass: {other class}
EDI=0x0208b400 is a thread


Stack: [0x00030000,0x00130000],  sp=0x0012edc8,  free space=1019k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
C  0x00000bb4
j  java.lang.ProcessImpl.destroy()V+4
j  org.eclipse.jdt.internal.launching.StandardVMType.generateLibraryInfo(Ljava/io/File;Ljava/io/File;)Lorg/eclipse/jdt/internal/launching/LibraryInfo;+413
j  org.eclipse.jdt.internal.launching.StandardVMType.getLibraryInfo(Ljava/io/File;Ljava/io/File;)Lorg/eclipse/jdt/internal/launching/LibraryInfo;+45
j  org.eclipse.jdt.internal.launching.StandardVMType.getDefaultLibraryLocations(Ljava/io/File;)[Lorg/eclipse/jdt/launching/LibraryLocation;+42
j  org.eclipse.jdt.internal.launching.StandardVMType.canDetectDefaultSystemLibraries(Ljava/io/File;Ljava/io/File;)Z+2
j  org.eclipse.jdt.internal.launching.StandardVMType.detectInstallLocation()Ljava/io/File;+108
j  org.eclipse.jdt.launching.JavaRuntime.detectEclipseRuntime()Lorg/eclipse/jdt/launching/VMStandin;+129
j  org.eclipse.jdt.launching.JavaRuntime.initializeVMs()V+158
j  org.eclipse.jdt.launching.JavaRuntime.getDefaultVMId()Ljava/lang/String;+0
j  org.eclipse.jdt.launching.JavaRuntime.getDefaultVMInstall()Lorg/eclipse/jdt/launching/IVMInstall;+0
j  org.eclipse.jdt.ui.wizards.NewJavaProjectWizardPageOne$JREGroup.getDefaultJVMName()Ljava/lang/String;+0
j  org.eclipse.jdt.ui.wizards.NewJavaProjectWizardPageOne$JREGroup.getDefaultJVMLabel()Ljava/lang/String;+4
j  org.eclipse.jdt.ui.wizards.NewJavaProjectWizardPageOne$JREGroup.<init>(Lorg/eclipse/jdt/ui/wizards/NewJavaProjectWizardPageOne;)V+27
j  org.eclipse.jdt.ui.wizards.NewJavaProjectWizardPageOne.<init>()V+55
j  org.eclipse.jdt.internal.ui.wizards.JavaProjectWizard.addPages()V+12
j  org.eclipse.jface.wizard.WizardDialog.createContents(Lorg/eclipse/swt/widgets/Composite;)Lorg/eclipse/swt/widgets/Control;+4
j  org.eclipse.jface.window.Window.create()V+14
j  org.eclipse.jface.dialogs.Dialog.create()V+1
j  org.eclipse.ui.internal.actions.NewWizardShortcutAction.run()V+200
j  org.eclipse.jface.action.Action.runWithEvent(Lorg/eclipse/swt/widgets/Event;)V+1
j  org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(Lorg/eclipse/swt/widgets/Event;Z)V+354
j  org.eclipse.jface.action.ActionContributionItem.access$2(Lorg/eclipse/jface/action/ActionContributionItem;Lorg/eclipse/swt/widgets/Event;Z)V+3
j  org.eclipse.jface.action.ActionContributionItem$5.handleEvent(Lorg/eclipse/swt/widgets/Event;)V+60
J  org.eclipse.swt.widgets.EventTable.sendEvent(Lorg/eclipse/swt/widgets/Event;)V
j  org.eclipse.ui.internal.Workbench.runUI()I+555
j  org.eclipse.ui.internal.Workbench.access$4(Lorg/eclipse/ui/internal/Workbench;)I+1
j  org.eclipse.ui.internal.Workbench$7.run()V+73
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;+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+0x12a34a]
V  [jvm.dll+0x1d968e]
V  [jvm.dll+0x12a3cd]
V  [jvm.dll+0x13535e]
V  [jvm.dll+0x13565e]
V  [jvm.dll+0xd4fb9]
C  [java.dll+0x7de6]  Java_sun_reflect_NativeMethodAccessorImpl_invoke0+0x15
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
v  ~StubRoutines::call_stub
V  [jvm.dll+0x12a34a]
V  [jvm.dll+0x1d968e]
V  [jvm.dll+0x12a3cd]
V  [jvm.dll+0xaf07a]
V  [jvm.dll+0xb11ff]
C  [eclipse_1406.dll+0x624b]  Java_org_eclipse_equinox_launcher_JNIBridge__1takedown_1splash+0x515
C  [eclipse_1406.dll+0x532e]  runW+0x430f
C  [eclipse_1406.dll+0x15cb]  runW+0x5ac
C  [eclipse.exe+0x1425]
C  [eclipse.exe+0x1010]
C  [eclipse.exe+0x30d9]
C  [kernel32.dll+0x51174]  BaseThreadInitThunk+0x12
C  [ntdll.dll+0x5b3f5]  RtlInitializeExceptionChain+0x63
C  [ntdll.dll+0x5b3c8]  RtlInitializeExceptionChain+0x36

Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
j  java.lang.ProcessImpl.terminateProcess(J)V+0
j  java.lang.ProcessImpl.destroy()V+4
j  org.eclipse.jdt.internal.launching.StandardVMType.generateLibraryInfo(Ljava/io/File;Ljava/io/File;)Lorg/eclipse/jdt/internal/launching/LibraryInfo;+413
j  org.eclipse.jdt.internal.launching.StandardVMType.getLibraryInfo(Ljava/io/File;Ljava/io/File;)Lorg/eclipse/jdt/internal/launching/LibraryInfo;+45
j  org.eclipse.jdt.internal.launching.StandardVMType.getDefaultLibraryLocations(Ljava/io/File;)[Lorg/eclipse/jdt/launching/LibraryLocation;+42
j  org.eclipse.jdt.internal.launching.StandardVMType.canDetectDefaultSystemLibraries(Ljava/io/File;Ljava/io/File;)Z+2
j  org.eclipse.jdt.internal.launching.StandardVMType.detectInstallLocation()Ljava/io/File;+108
j  org.eclipse.jdt.launching.JavaRuntime.detectEclipseRuntime()Lorg/eclipse/jdt/launching/VMStandin;+129
j  org.eclipse.jdt.launching.JavaRuntime.initializeVMs()V+158
j  org.eclipse.jdt.launching.JavaRuntime.getDefaultVMId()Ljava/lang/String;+0
j  org.eclipse.jdt.launching.JavaRuntime.getDefaultVMInstall()Lorg/eclipse/jdt/launching/IVMInstall;+0
j  org.eclipse.jdt.ui.wizards.NewJavaProjectWizardPageOne$JREGroup.getDefaultJVMName()Ljava/lang/String;+0
j  org.eclipse.jdt.ui.wizards.NewJavaProjectWizardPageOne$JREGroup.getDefaultJVMLabel()Ljava/lang/String;+4
j  org.eclipse.jdt.ui.wizards.NewJavaProjectWizardPageOne$JREGroup.<init>(Lorg/eclipse/jdt/ui/wizards/NewJavaProjectWizardPageOne;)V+27
j  org.eclipse.jdt.ui.wizards.NewJavaProjectWizardPageOne.<init>()V+55
j  org.eclipse.jdt.internal.ui.wizards.JavaProjectWizard.addPages()V+12
j  org.eclipse.jface.wizard.WizardDialog.createContents(Lorg/eclipse/swt/widgets/Composite;)Lorg/eclipse/swt/widgets/Control;+4
j  org.eclipse.jface.window.Window.create()V+14
j  org.eclipse.jface.dialogs.Dialog.create()V+1
j  org.eclipse.ui.internal.actions.NewWizardShortcutAction.run()V+200
j  org.eclipse.jface.action.Action.runWithEvent(Lorg/eclipse/swt/widgets/Event;)V+1
j  org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(Lorg/eclipse/swt/widgets/Event;Z)V+354
j  org.eclipse.jface.action.ActionContributionItem.access$2(Lorg/eclipse/jface/action/ActionContributionItem;Lorg/eclipse/swt/widgets/Event;Z)V+3
j  org.eclipse.jface.action.ActionContributionItem$5.handleEvent(Lorg/eclipse/swt/widgets/Event;)V+60
J  org.eclipse.swt.widgets.EventTable.sendEvent(Lorg/eclipse/swt/widgets/Event;)V
J  org.eclipse.swt.widgets.Display.runDeferredEvents()Z
J  org.eclipse.swt.widgets.Display.readAndDispatch()Z
j  org.eclipse.ui.internal.Workbench.runEventLoop(Lorg/eclipse/jface/window/Window$IExceptionHandler;Lorg/eclipse/swt/widgets/Display;)V+9
j  org.eclipse.ui.internal.Workbench.runUI()I+555
j  org.eclipse.ui.internal.Workbench.access$4(Lorg/eclipse/ui/internal/Workbench;)I+1
j  org.eclipse.ui.internal.Workbench$7.run()V+73
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;+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;+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
v  ~StubRoutines::call_stub

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

Java Threads: ( => current thread )
  0x05cee800 JavaThread "[ThreadPool Manager] - Idle Thread" daemon [_thread_blocked, id=1896, stack(0x0a390000,0x0a490000)]
  0x05cee000 JavaThread "Worker-5" [_thread_blocked, id=1808, stack(0x097e0000,0x098e0000)]
  0x05cedc00 JavaThread "Worker-4" [_thread_blocked, id=5136, stack(0x096e0000,0x097e0000)]
  0x05ced400 JavaThread "Worker-3" [_thread_blocked, id=3792, stack(0x094c0000,0x095c0000)]
  0x05ced000 JavaThread "Worker-2" [_thread_blocked, id=4604, stack(0x06aa0000,0x06ba0000)]
  0x05cec400 JavaThread "Worker-1" [_thread_blocked, id=3944, stack(0x06100000,0x06200000)]
  0x05cec800 JavaThread "Java indexing" daemon [_thread_blocked, id=5852, stack(0x090e0000,0x091e0000)]
  0x0540ec00 JavaThread "Worker-0" [_thread_blocked, id=356, stack(0x069a0000,0x06aa0000)]
  0x053aa800 JavaThread "Worker-JM" [_thread_blocked, id=2060, stack(0x063d0000,0x064d0000)]
  0x05a25400 JavaThread "[Timer] - Main Queue Handler" daemon [_thread_blocked, id=4228, stack(0x06200000,0x06300000)]
  0x054d3c00 JavaThread "Bundle File Closer" daemon [_thread_blocked, id=4248, stack(0x06000000,0x06100000)]
  0x05184c00 JavaThread "Start Level Event Dispatcher" daemon [_thread_blocked, id=5340, stack(0x05700000,0x05800000)]
  0x05184400 JavaThread "Framework Event Dispatcher" daemon [_thread_blocked, id=1000, stack(0x05600000,0x05700000)]
  0x05102400 JavaThread "Framework Active Thread" [_thread_blocked, id=4776, stack(0x04f60000,0x05060000)]
  0x044a7000 JavaThread "Service Thread" daemon [_thread_blocked, id=2920, stack(0x04b40000,0x04c40000)]
  0x044a2c00 JavaThread "C1 CompilerThread0" daemon [_thread_blocked, id=3456, stack(0x04a40000,0x04b40000)]
  0x044a0800 JavaThread "Attach Listener" daemon [_thread_blocked, id=4700, stack(0x04940000,0x04a40000)]
  0x0449d400 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=5232, stack(0x04840000,0x04940000)]
  0x04447400 JavaThread "Finalizer" daemon [_thread_blocked, id=4752, stack(0x04740000,0x04840000)]
  0x04442800 JavaThread "Reference Handler" daemon [_thread_blocked, id=2452, stack(0x04640000,0x04740000)]
=>0x0208b400 JavaThread "main" [_thread_in_native, id=4592, stack(0x00030000,0x00130000)]

Other Threads:
  0x0204ec00 VMThread [stack: 0x04340000,0x04440000] [id=4260]
  0x044c0800 WatcherThread [stack: 0x04c40000,0x04d40000] [id=3812]

VM state:not at safepoint (normal execution)

VM Mutex/Monitor currently owned by a thread: None

Heap
 def new generation   total 19520K, used 5032K [0x10040000, 0x11560000, 0x18040000)
  eden space 17408K,  18% used [0x10040000, 0x10351dd0, 0x11140000)
  from space 2112K,  89% used [0x11140000, 0x11318308, 0x11350000)
  to   space 2112K,   0% used [0x11350000, 0x11350000, 0x11560000)
 tenured generation   total 43156K, used 27862K [0x18040000, 0x1aa65000, 0x28040000)
   the space 43156K,  64% used [0x18040000, 0x19b758b0, 0x19b75a00, 0x1aa65000)
 compacting perm gen  total 31744K, used 31720K [0x28040000, 0x29f40000, 0x38040000)
   the space 31744K,  99% used [0x28040000, 0x29f3a2a0, 0x29f3a400, 0x29f40000)
No shared spaces configured.

Card table byte_map: [0x04160000,0x042b0000] byte_map_base: 0x040dfe00

Polling page: 0x003f0000

Code Cache  [0x02160000, 0x025c8000, 0x04160000)
 total_blobs=2137 nmethods=1933 adapters=137 free_code_cache=28279Kb largest_free_block=28955392

Compilation events (10 events):
Event: 36.567 Thread 0x044a2c00 1944             org.eclipse.core.expressions.EvaluationContext::getDefaultVariable (5 bytes)
Event: 36.567 Thread 0x044a2c00 nmethod 1944 0x025bfec8 code [0x025bffc0, 0x025c0040]
Event: 37.051 Thread 0x044a2c00 1945             org.eclipse.swt.custom.CTabFolderRenderer::antialias (420 bytes)
Event: 37.052 Thread 0x044a2c00 nmethod 1945 0x025c0088 code [0x025c0290, 0x025c0a84]
Event: 37.697 Thread 0x044a2c00 1946             org.eclipse.jface.bindings.keys.SWTKeyLookup::formalNameLookup (48 bytes)
Event: 37.698 Thread 0x044a2c00 nmethod 1946 0x025c1588 code [0x025c16d0, 0x025c1cc4]
Event: 39.028 Thread 0x044a2c00 1947             org.eclipse.ui.activities.WorkbenchActivityHelper::allow (85 bytes)
Event: 39.028 Thread 0x044a2c00 nmethod 1947 0x025c20c8 code [0x025c2250, 0x025c2560]
Event: 39.031 Thread 0x044a2c00 1948             org.eclipse.swt.internal.win32.TCHAR::<init> (145 bytes)
Event: 39.031 Thread 0x044a2c00 nmethod 1948 0x025c2948 code [0x025c2a50, 0x025c2c1c]

GC Heap History (10 events):
Event: 4.538 GC heap before
{Heap before GC invocations=22 (full 3):
 def new generation   total 16640K, used 6309K [0x10040000, 0x11240000, 0x18040000)
  eden space 14848K,  30% used [0x10040000, 0x104a9650, 0x10ec0000)
  from space 1792K, 100% used [0x10ec0000, 0x11080000, 0x11080000)
  to   space 1792K,   0% used [0x11080000, 0x11080000, 0x11240000)
 tenured generation   total 36704K, used 24865K [0x18040000, 0x1a418000, 0x28040000)
   the space 36704K,  67% used [0x18040000, 0x19888400, 0x19888400, 0x1a418000)
 compacting perm gen  total 25600K, used 25599K [0x28040000, 0x29940000, 0x38040000)
   the space 25600K,  99% used [0x28040000, 0x2993fed0, 0x29940000, 0x29940000)
No shared spaces configured.
Event: 4.695 GC heap after
Heap after GC invocations=23 (full 4):
 def new generation   total 16640K, used 0K [0x10040000, 0x11240000, 0x18040000)
  eden space 14848K,   0% used [0x10040000, 0x10040000, 0x10ec0000)
  from space 1792K,   0% used [0x10ec0000, 0x10ec0000, 0x11080000)
  to   space 1792K,   0% used [0x11080000, 0x11080000, 0x11240000)
 tenured generation   total 36704K, used 21313K [0x18040000, 0x1a418000, 0x28040000)
   the space 36704K,  58% used [0x18040000, 0x195106d8, 0x19510800, 0x1a418000)
 compacting perm gen  total 25600K, used 25588K [0x28040000, 0x29940000, 0x38040000)
   the space 25600K,  99% used [0x28040000, 0x2993d0c0, 0x2993d200, 0x29940000)
No shared spaces configured.
}
Event: 5.160 GC heap before
{Heap before GC invocations=23 (full 4):
 def new generation   total 16640K, used 14848K [0x10040000, 0x11240000, 0x18040000)
  eden space 14848K, 100% used [0x10040000, 0x10ec0000, 0x10ec0000)
  from space 1792K,   0% used [0x10ec0000, 0x10ec0000, 0x11080000)
  to   space 1792K,   0% used [0x11080000, 0x11080000, 0x11240000)
 tenured generation   total 36704K, used 21313K [0x18040000, 0x1a418000, 0x28040000)
   the space 36704K,  58% used [0x18040000, 0x195106d8, 0x19510800, 0x1a418000)
 compacting perm gen  total 28160K, used 27982K [0x28040000, 0x29bc0000, 0x38040000)
   the space 28160K,  99% used [0x28040000, 0x29b93b40, 0x29b93c00, 0x29bc0000)
No shared spaces configured.
Event: 5.172 GC heap after
Heap after GC invocations=24 (full 4):
 def new generation   total 16640K, used 1792K [0x10040000, 0x11240000, 0x18040000)
  eden space 14848K,   0% used [0x10040000, 0x10040000, 0x10ec0000)
  from space 1792K, 100% used [0x11080000, 0x11240000, 0x11240000)
  to   space 1792K,   0% used [0x10ec0000, 0x10ec0000, 0x11080000)
 tenured generation   total 36704K, used 23667K [0x18040000, 0x1a418000, 0x28040000)
   the space 36704K,  64% used [0x18040000, 0x1975ce90, 0x1975d000, 0x1a418000)
 compacting perm gen  total 28160K, used 27982K [0x28040000, 0x29bc0000, 0x38040000)
   the space 28160K,  99% used [0x28040000, 0x29b93b40, 0x29b93c00, 0x29bc0000)
No shared spaces configured.
}
Event: 5.289 GC heap before
{Heap before GC invocations=24 (full 4):
 def new generation   total 16640K, used 11379K [0x10040000, 0x11240000, 0x18040000)
  eden space 14848K,  64% used [0x10040000, 0x1099cc88, 0x10ec0000)
  from space 1792K, 100% used [0x11080000, 0x11240000, 0x11240000)
  to   space 1792K,   0% used [0x10ec0000, 0x10ec0000, 0x11080000)
 tenured generation   total 36704K, used 23667K [0x18040000, 0x1a418000, 0x28040000)
   the space 36704K,  64% used [0x18040000, 0x1975ce90, 0x1975d000, 0x1a418000)
 compacting perm gen  total 29696K, used 29695K [0x28040000, 0x29d40000, 0x38040000)
   the space 29696K,  99% used [0x28040000, 0x29d3ffd0, 0x29d40000, 0x29d40000)
No shared spaces configured.
Event: 5.443 GC heap after
Heap after GC invocations=25 (full 5):
 def new generation   total 19520K, used 0K [0x10040000, 0x11560000, 0x18040000)
  eden space 17408K,   0% used [0x10040000, 0x10040000, 0x11140000)
  from space 2112K,   0% used [0x11140000, 0x11140000, 0x11350000)
  to   space 2112K,   0% used [0x11350000, 0x11350000, 0x11560000)
 tenured generation   total 43156K, used 25893K [0x18040000, 0x1aa65000, 0x28040000)
   the space 43156K,  59% used [0x18040000, 0x199895d0, 0x19989600, 0x1aa65000)
 compacting perm gen  total 29696K, used 29695K [0x28040000, 0x29d40000, 0x38040000)
   the space 29696K,  99% used [0x28040000, 0x29d3ffd0, 0x29d40000, 0x29d40000)
No shared spaces configured.
}
Event: 6.158 GC heap before
{Heap before GC invocations=25 (full 5):
 def new generation   total 19520K, used 17408K [0x10040000, 0x11560000, 0x18040000)
  eden space 17408K, 100% used [0x10040000, 0x11140000, 0x11140000)
  from space 2112K,   0% used [0x11140000, 0x11140000, 0x11350000)
  to   space 2112K,   0% used [0x11350000, 0x11350000, 0x11560000)
 tenured generation   total 43156K, used 25893K [0x18040000, 0x1aa65000, 0x28040000)
   the space 43156K,  59% used [0x18040000, 0x199895d0, 0x19989600, 0x1aa65000)
 compacting perm gen  total 30208K, used 30059K [0x28040000, 0x29dc0000, 0x38040000)
   the space 30208K,  99% used [0x28040000, 0x29d9ae48, 0x29d9b000, 0x29dc0000)
No shared spaces configured.
Event: 6.168 GC heap after
Heap after GC invocations=26 (full 5):
 def new generation   total 19520K, used 2112K [0x10040000, 0x11560000, 0x18040000)
  eden space 17408K,   0% used [0x10040000, 0x10040000, 0x11140000)
  from space 2112K, 100% used [0x11350000, 0x11560000, 0x11560000)
  to   space 2112K,   0% used [0x11140000, 0x11140000, 0x11350000)
 tenured generation   total 43156K, used 26055K [0x18040000, 0x1aa65000, 0x28040000)
   the space 43156K,  60% used [0x18040000, 0x199b1c50, 0x199b1e00, 0x1aa65000)
 compacting perm gen  total 30208K, used 30059K [0x28040000, 0x29dc0000, 0x38040000)
   the space 30208K,  99% used [0x28040000, 0x29d9ae48, 0x29d9b000, 0x29dc0000)
No shared spaces configured.
}
Event: 37.686 GC heap before
{Heap before GC invocations=26 (full 5):
 def new generation   total 19520K, used 19520K [0x10040000, 0x11560000, 0x18040000)
  eden space 17408K, 100% used [0x10040000, 0x11140000, 0x11140000)
  from space 2112K, 100% used [0x11350000, 0x11560000, 0x11560000)
  to   space 2112K,   0% used [0x11140000, 0x11140000, 0x11350000)
 tenured generation   total 43156K, used 26055K [0x18040000, 0x1aa65000, 0x28040000)
   the space 43156K,  60% used [0x18040000, 0x199b1c50, 0x199b1e00, 0x1aa65000)
 compacting perm gen  total 31488K, used 31233K [0x28040000, 0x29f00000, 0x38040000)
   the space 31488K,  99% used [0x28040000, 0x29ec0660, 0x29ec0800, 0x29f00000)
No shared spaces configured.
Event: 37.697 GC heap after
Heap after GC invocations=27 (full 5):
 def new generation   total 19520K, used 1888K [0x10040000, 0x11560000, 0x18040000)
  eden space 17408K,   0% used [0x10040000, 0x10040000, 0x11140000)
  from space 2112K,  89% used [0x11140000, 0x11318308, 0x11350000)
  to   space 2112K,   0% used [0x11350000, 0x11350000, 0x11560000)
 tenured generation   total 43156K, used 27862K [0x18040000, 0x1aa65000, 0x28040000)
   the space 43156K,  64% used [0x18040000, 0x19b758b0, 0x19b75a00, 0x1aa65000)
 compacting perm gen  total 31488K, used 31233K [0x28040000, 0x29f00000, 0x38040000)
   the space 31488K,  99% used [0x28040000, 0x29ec0660, 0x29ec0800, 0x29f00000)
No shared spaces configured.
}

Deoptimization events (0 events):
No events

Internal exceptions (10 events):
Event: 5.145 Thread 0x05ced000 Threw 0x10da7eb0 at C:\jdk7u2_32P\jdk7u17\hotspot\src\share\vm\prims\jni.cpp:716
Event: 5.156 Thread 0x05ced000 Threw 0x10e4f760 at C:\jdk7u2_32P\jdk7u17\hotspot\src\share\vm\prims\jni.cpp:716
Event: 5.176 Thread 0x05ced000 Threw 0x100c1588 at C:\jdk7u2_32P\jdk7u17\hotspot\src\share\vm\prims\jni.cpp:716
Event: 5.249 Thread 0x0208b400 Threw 0x105fafb0 at C:\jdk7u2_32P\jdk7u17\hotspot\src\share\vm\prims\jni.cpp:716
Event: 5.460 Thread 0x0208b400 Threw 0x100cd5f0 at C:\jdk7u2_32P\jdk7u17\hotspot\src\share\vm\prims\jni.cpp:716
Event: 5.462 Thread 0x0208b400 Threw 0x100fbcc8 at C:\jdk7u2_32P\jdk7u17\hotspot\src\share\vm\prims\jni.cpp:716
Event: 5.474 Thread 0x0208b400 Threw 0x101a3028 at C:\jdk7u2_32P\jdk7u17\hotspot\src\share\vm\prims\jni.cpp:716
Event: 14.742 Thread 0x0208b400 Threw 0x103d33f0 at C:\jdk7u2_32P\jdk7u17\hotspot\src\share\vm\prims\jni.cpp:716
Event: 39.841 Thread 0x0208b400 Threw 0x10243af8 at C:\jdk7u2_32P\jdk7u17\hotspot\src\share\vm\prims\jni.cpp:716
Event: 39.954 Thread 0x05cefc00 Threw 0x10331ec8 at C:\jdk7u2_32P\jdk7u17\hotspot\src\share\vm\runtime\objectMonitor.cpp:1612

Events (10 events):
Event: 39.957 Executing VM operation: RevokeBias
Event: 39.957 Executing VM operation: RevokeBias done
Event: 39.957 Executing VM operation: RevokeBias
Event: 39.957 Executing VM operation: RevokeBias done
Event: 39.957 Executing VM operation: RevokeBias
Event: 39.957 Executing VM operation: RevokeBias done
Event: 39.977 Executing VM operation: RevokeBias
Event: 39.977 Executing VM operation: RevokeBias done
Event: 39.977 Executing VM operation: RevokeBias
Event: 39.977 Executing VM operation: RevokeBias done


Dynamic libraries:
0x00400000 - 0x0040d000 	E:\eeelcpeise\eclipse\eclipse.exe
0x77720000 - 0x7785c000 	C:\Windows\SYSTEM32\ntdll.dll
0x77490000 - 0x77564000 	C:\Windows\system32\kernel32.dll
0x758f0000 - 0x7593a000 	C:\Windows\system32\KERNELBASE.dll
0x77280000 - 0x77349000 	C:\Windows\system32\USER32.dll
0x77570000 - 0x775be000 	C:\Windows\system32\GDI32.dll
0x77940000 - 0x7794a000 	C:\Windows\system32\LPK.dll
0x75d10000 - 0x75dad000 	C:\Windows\system32\USP10.dll
0x75df0000 - 0x75e9c000 	C:\Windows\system32\msvcrt.dll
0x75960000 - 0x759e4000 	C:\Windows\WinSxS\x86_microsoft.windows.common-controls_6595b64144ccf1df_5.82.7600.16385_none_ebf82fc36c758ad5\COMCTL32.dll
0x75ea0000 - 0x75f40000 	C:\Windows\system32\ADVAPI32.dll
0x761d0000 - 0x761e9000 	C:\Windows\SYSTEM32\sechost.dll
0x770a0000 - 0x77141000 	C:\Windows\system32\RPCRT4.dll
0x77260000 - 0x7727f000 	C:\Windows\system32\IMM32.DLL
0x77870000 - 0x7793c000 	C:\Windows\system32\MSCTF.dll
0x72000000 - 0x7200d000 	E:\eeelcpeise\eclipse\plugins\org.eclipse.equinox.launcher.win32.win32.x86_1.1.100.v20110502\eclipse_1406.dll
0x74d30000 - 0x74d39000 	C:\Windows\system32\VERSION.dll
0x743f0000 - 0x74430000 	C:\Windows\system32\uxtheme.dll
0x10000000 - 0x10035000 	C:\Program Files\ATI Technologies\HydraVision\HydraDMH.dll
0x775c0000 - 0x7771c000 	C:\Windows\system32\ole32.dll
0x757f0000 - 0x757fc000 	C:\Windows\system32\CRYPTBASE.dll
0x5a770000 - 0x5aabc000 	C:\Program Files\Java\jre7\bin\client\jvm.dll
0x63f00000 - 0x63f07000 	C:\Windows\system32\WSOCK32.dll
0x77350000 - 0x77385000 	C:\Windows\system32\WS2_32.dll
0x77860000 - 0x77866000 	C:\Windows\system32\NSI.dll
0x701d0000 - 0x70202000 	C:\Windows\system32\WINMM.dll
0x75b70000 - 0x75b75000 	C:\Windows\system32\PSAPI.DLL
0x73480000 - 0x7353f000 	C:\Windows\system32\MSVCR100.dll
0x62ff0000 - 0x62ffc000 	C:\Program Files\Java\jre7\bin\verify.dll
0x5d010000 - 0x5d030000 	C:\Program Files\Java\jre7\bin\java.dll
0x5ca50000 - 0x5ca63000 	C:\Program Files\Java\jre7\bin\zip.dll
0x75320000 - 0x75336000 	C:\Windows\system32\CRYPTSP.dll
0x750c0000 - 0x750fb000 	C:\Windows\system32\rsaenh.dll
0x74ed0000 - 0x74ee7000 	C:\Windows\system32\USERENV.dll
0x75870000 - 0x7587b000 	C:\Windows\system32\profapi.dll
0x5ca30000 - 0x5ca44000 	C:\Program Files\Java\jre7\bin\net.dll
0x752e0000 - 0x7531c000 	C:\Windows\system32\mswsock.dll
0x752d0000 - 0x752d6000 	C:\Windows\System32\wship6.dll
0x74220000 - 0x74230000 	C:\Windows\system32\NLAapi.dll
0x751a0000 - 0x751e4000 	C:\Windows\system32\DNSAPI.dll
0x70940000 - 0x70948000 	C:\Windows\System32\winrnr.dll
0x70260000 - 0x70270000 	C:\Windows\system32\napinsp.dll
0x70240000 - 0x70252000 	C:\Windows\system32\pnrpnsp.dll
0x74e00000 - 0x74e05000 	C:\Windows\System32\wshtcpip.dll
0x74060000 - 0x7407c000 	C:\Windows\system32\IPHLPAPI.DLL
0x74040000 - 0x74047000 	C:\Windows\system32\WINNSI.DLL
0x70f90000 - 0x70f96000 	C:\Windows\system32\rasadhlp.dll
0x73f80000 - 0x73fb8000 	C:\Windows\System32\fwpuclnt.dll
0x70a60000 - 0x70a6e000 	C:\Program Files\Java\jre7\bin\nio.dll
0x066d0000 - 0x0673e000 	E:\eeelcpeise\eclipse\configuration\org.eclipse.osgi\bundles\250\1\.cp\swt-win32-3740.dll
0x76140000 - 0x761cf000 	C:\Windows\system32\OLEAUT32.dll
0x77150000 - 0x771cb000 	C:\Windows\system32\comdlg32.dll
0x763f0000 - 0x76447000 	C:\Windows\system32\SHLWAPI.dll
0x746d0000 - 0x7486e000 	C:\Windows\WinSxS\x86_microsoft.windows.common-controls_6595b64144ccf1df_6.0.7600.16385_none_421189da2b7fabfc\COMCTL32.dll
0x76450000 - 0x77099000 	C:\Windows\system32\SHELL32.dll
0x71000000 - 0x71051000 	C:\Windows\system32\WINSPOOL.DRV
0x77390000 - 0x77484000 	C:\Windows\system32\WININET.dll
0x75db0000 - 0x75db3000 	C:\Windows\system32\Normaliz.dll
0x75b80000 - 0x75cb5000 	C:\Windows\system32\urlmon.dll
0x75a50000 - 0x75b6c000 	C:\Windows\system32\CRYPT32.dll
0x758e0000 - 0x758ec000 	C:\Windows\system32\MSASN1.dll
0x75f40000 - 0x76139000 	C:\Windows\system32\iertutil.dll
0x73b80000 - 0x73b93000 	C:\Windows\system32\dwmapi.dll
0x745d0000 - 0x746c5000 	C:\Windows\system32\propsys.dll
0x771d0000 - 0x77253000 	C:\Windows\system32\CLBCatQ.DLL
0x70220000 - 0x70229000 	C:\Windows\system32\LINKINFO.dll
0x04ed0000 - 0x04eed000 	E:\eeelcpeise\eclipse\configuration\org.eclipse.osgi\bundles\250\1\.cp\swt-gdip-win32-3740.dll
0x74260000 - 0x743f0000 	C:\Windows\WinSxS\x86_microsoft.windows.gdiplus_6595b64144ccf1df_1.1.7600.16385_none_72fc7cbf861225ca\gdiplus.dll
0x73a20000 - 0x73b1b000 	C:\Windows\system32\WindowsCodecs.dll
0x70060000 - 0x701cf000 	C:\Windows\system32\explorerframe.dll
0x73c80000 - 0x73caf000 	C:\Windows\system32\DUser.dll
0x73dd0000 - 0x73e82000 	C:\Windows\system32\DUI70.dll
0x73440000 - 0x7347c000 	C:\Windows\system32\oleacc.dll
0x5d040000 - 0x5d04f000 	E:\eeelcpeise\eclipse\configuration\org.eclipse.osgi\bundles\57\1\.cp\jWinHttp-1.0.0.dll
0x718f0000 - 0x71948000 	C:\Windows\system32\WINHTTP.dll
0x71660000 - 0x716af000 	C:\Windows\system32\webio.dll
0x73f50000 - 0x73f62000 	C:\Windows\system32\dhcpcsvc.DLL
0x73e90000 - 0x73e9d000 	C:\Windows\system32\dhcpcsvc6.DLL
0x74230000 - 0x74255000 	C:\Windows\system32\peerdist.dll
0x75490000 - 0x754ab000 	C:\Windows\system32\AUTHZ.dll
0x75780000 - 0x7579a000 	C:\Windows\system32\SspiCli.dll
0x74ff0000 - 0x74ff8000 	C:\Windows\system32\credssp.dll
0x759f0000 - 0x75a17000 	C:\Windows\system32\CFGMGR32.dll
0x5baa0000 - 0x5bac0000 	C:\Program Files\Java\jre7\bin\sunec.dll
0x75860000 - 0x7586e000 	C:\Windows\system32\RpcRtRemote.dll
0x70b30000 - 0x70b35000 	C:\Windows\system32\msimg32.dll
0x745a0000 - 0x745c1000 	C:\Windows\system32\ntmarta.dll
0x75cc0000 - 0x75d05000 	C:\Windows\system32\WLDAP32.dll
0x757a0000 - 0x757eb000 	C:\Windows\system32\apphelp.dll
0x702e0000 - 0x7034f000 	C:\Windows\system32\ntshrui.dll
0x75530000 - 0x75549000 	C:\Windows\system32\srvcli.dll
0x761f0000 - 0x7638d000 	C:\Windows\system32\SETUPAPI.dll
0x75940000 - 0x75952000 	C:\Windows\system32\DEVOBJ.dll
0x70cd0000 - 0x70cdb000 	C:\Windows\system32\cscapi.dll
0x74120000 - 0x7412a000 	C:\Windows\system32\slc.dll
0x73bf0000 - 0x73bf9000 	C:\Windows\system32\netutils.dll
0x71ca0000 - 0x71cac000 	C:\Windows\system32\mssprxy.dll
0x6fdf0000 - 0x6fe1e000 	C:\Windows\System32\shdocvw.dll
0x6ed40000 - 0x6ed98000 	C:\Program Files\Common Files\microsoft shared\ink\tiptsf.dll
0x6f970000 - 0x6f9a1000 	C:\Windows\system32\EhStorShell.dll
0x6f900000 - 0x6f96a000 	C:\Windows\System32\cscui.dll
0x70350000 - 0x70359000 	C:\Windows\System32\CSCDLL.dll
0x6f9e0000 - 0x6fa0a000 	C:\Windows\system32\msls31.dll
0x73ba0000 - 0x73bcf000 	C:\Windows\system32\xmllite.dll
0x5c160000 - 0x5c1bc000 	C:\Windows\System32\StructuredQuery.dll
0x75630000 - 0x75638000 	C:\Windows\System32\Secur32.dll
0x6fe20000 - 0x6fe6e000 	C:\Windows\system32\actxprxy.dll
0x6cea0000 - 0x6cecb000 	C:\Program Files\Internet Explorer\ieproxy.dll
0x5cff0000 - 0x5d006000 	C:\Windows\system32\thumbcache.dll
0x6b490000 - 0x6bf0c000 	C:\Windows\system32\ieframe.DLL
0x5bac0000 - 0x5bb5f000 	C:\Windows\system32\SearchFolder.dll
0x738b0000 - 0x738bf000 	C:\Windows\system32\samcli.dll
0x74430000 - 0x74442000 	C:\Windows\system32\SAMLIB.dll
0x6e6c0000 - 0x6e858000 	C:\Windows\system32\NetworkExplorer.dll
0x70920000 - 0x70932000 	C:\Windows\system32\MPR.dll
0x70210000 - 0x70218000 	C:\Windows\System32\drprov.dll
0x74f60000 - 0x74f89000 	C:\Windows\System32\WINSTA.dll
0x6fdd0000 - 0x6fde4000 	C:\Windows\System32\ntlanman.dll
0x6fdb0000 - 0x6fdc6000 	C:\Windows\System32\davclnt.dll
0x6fda0000 - 0x6fda8000 	C:\Windows\System32\DAVHLPR.dll
0x71c50000 - 0x71c7b000 	C:\Windows\system32\FunDisc.dll
0x74140000 - 0x74154000 	C:\Windows\system32\ATL.DLL
0x71c90000 - 0x71c9a000 	C:\Windows\system32\fdproxy.dll
0x6e860000 - 0x6e88b000 	C:\Windows\System32\provsvc.dll
0x73be0000 - 0x73bef000 	C:\Windows\system32\wkscli.dll
0x70bd0000 - 0x70c59000 	C:\Windows\system32\PortableDeviceApi.dll
0x75a20000 - 0x75a4d000 	C:\Windows\system32\WINTRUST.dll
0x6fab0000 - 0x6fad2000 	C:\Windows\system32\EhStorAPI.dll

VM Arguments:
jvm_args: -Dosgi.requiredJavaVersion=1.5 -Xms40m -Xmx384m -XX:MaxPermSize=256m 
java_command: <unknown>
Launcher Type: generic

Environment Variables:
PATH=C:/Program Files/Java/jre7/bin/client;C:/Program Files/Java/jre7/bin;C:/Program Files/Java/jre7/lib/i386;C:\Program Files\AMD APP\bin\x86;C:\Program Files\NVIDIA Corporation\PhysX\Common;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files\ATI Technologies\ATI.ACE\Core-Static;E:\eeelcpeise\eclipse;
USERNAME=Komp
OS=Windows_NT
PROCESSOR_IDENTIFIER=x86 Family 16 Model 4 Stepping 2, AuthenticAMD



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

OS: Windows 7 Build 7600 

CPU:total 3 (3 cores per cpu, 1 threads per core) family 16 model 4 stepping 2, cmov, cx8, fxsr, mmx, sse, sse2, sse3, popcnt, mmxext, 3dnowpref, lzcnt, sse4a, tsc, tscinvbit, tscinv

Memory: 4k page, physical 3407160k(1939132k free), swap 6812556k(4141136k free)

vm_info: Java HotSpot(TM) Client VM (23.7-b01) for windows-x86 JRE (1.7.0_17-b02), built on Mar  1 2013 05:04:36 by "java_re" with unknown MS VC++:1600

time: Sun Jul 07 14:02:27 2013
elapsed time: 40 seconds

 

ktos wie co mozna z tym zrobic ?

0

Ściągnij od nowa? ;]

0

Przeczytaj sobie: http://stackoverflow.com/questions/11275814/eclipse-has-randommly-stopped-loading Wygląda na identyczny problem co Twój. Jeżeli tak jest w istocie, to zacznij myśleć o backupie.

0

sciaganie od nowa nic nie pomagalo, z paru zrodel sciagalem i to samo

reinstal systemu...standart;/

0

A moze wystarczy instalacja nowego JDK?

0

instalacja nowego JDK tez nie pomogla :( no trudno, moze kiedys poprogramuje, po backupie ;/

1 użytkowników online, w tym zalogowanych: 0, gości: 1