PDA

View Full Version : [Eclipse]: non si crea la macchina virtuale java


Bandit
06-04-2016, 19:30
ciao a tutti ragazzi

ho installato sul mio pc con Windows XP

il JKD7

ho scaricato EclipsePHP ed estratto i dati

ho aggiunto il percorso in "Variabili ambiente" a PATH, mettendo il percorso della cartella Bin sia di java che di JKD.

quando tento di aprire eclipse, mi dice che fallisce la creazione della macchina virtuale java

cosa posso fare?

Bandit
07-04-2016, 15:20
modificando gli ultimi valori del file eclipse.ini a

256
512

sembra che va e si apre....:)

grazie

Bandit
08-04-2016, 10:59
però ho dei problemi: si chiude da solo così senza motivo.

questo è un log di errore





#
# A fatal error has been detected by the Java Runtime Environment:
#
# EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x4ec5f06b, pid=2072, tid=3256
#
# JRE version: Java(TM) SE Runtime Environment (7.0_79-b15) (build 1.7.0_79-b15)
# Java VM: Java HotSpot(TM) Client VM (24.79-b02 mixed mode windows-x86 )
# Problematic frame:
# C [gdiplus.dll+0xf06b]
#
# 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.java.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 (0x00c29400): JavaThread "main" [_thread_in_native, id=3256, stack(0x00030000,0x00130000)]

siginfo: ExceptionCode=0xc0000005, reading address 0x0750fe7c

Registers:
EAX=0x1008090b, EBX=0x04fdf910, ECX=0x00000002, EDX=0x00000010
ESP=0x0012e2ec, EBP=0x0012e300, ESI=0x0750fe7c, EDI=0x0750fe7c
EIP=0x4ec5f06b, EFLAGS=0x00010297

Top of Stack: (sp=0x0012e2ec)
0x0012e2ec: 04402d78 04402db0 00000001 0750fe7c
0x0012e2fc: 0750fe7c 0012e31c 4ec5f008 00000002
0x0012e30c: 04fdf910 0750fe7c 04402d60 0000039f
0x0012e31c: 0012e374 4ed29b8a 0750fe7c 04fdf910
0x0012e32c: 00000002 0000039f 0000002f 00000000
0x0012e33c: 04409d88 04402d60 074e0000 04402d60
0x0012e34c: 074e0000 00000004 00000000 00000000
0x0012e35c: 00000002 00000000 00000004 00000000

Instructions: (pc=0x4ec5f06b)
0x4ec5f04b: 90 90 90 90 90 8b 03 8b d0 c1 ea 18 83 fa 00 74
0x4ec5f05b: 45 81 fa ff 00 00 00 0f 84 15 04 00 00 0f 6e e0
0x4ec5f06b: 8b 06 0f 6e c0 0f 60 c7 81 f2 ff 00 00 00 0f 6e
0x4ec5f07b: d2 0f 61 d2 0f 62 d2 0f d5 c2 0f fd c3 0f 6f d0


Register to memory mapping:

EAX=0x1008090b is an unknown value
EBX=0x04fdf910 is an unknown value
ECX=0x00000002 is an unknown value
EDX=0x00000010 is an unknown value
ESP=0x0012e2ec is pointing into the stack for thread: 0x00c29400
EBP=0x0012e300 is pointing into the stack for thread: 0x00c29400
ESI=0x0750fe7c is an unknown value
EDI=0x0750fe7c is an unknown value


Stack: [0x00030000,0x00130000], sp=0x0012e2ec, free space=1016k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
C [gdiplus.dll+0xf06b]
C [gdiplus.dll+0xf008]
C [gdiplus.dll+0xd9b8a]
C [gdiplus.dll+0xd9d3f]
C [gdiplus.dll+0x78f7c]
C [gdiplus.dll+0x12365]
C [gdiplus.dll+0xf475]
C [gdiplus.dll+0x5dc8d]
C [gdiplus.dll+0x691a4]
C [gdiplus.dll+0x69155]
C [gdiplus.dll+0x69083]
C [gdiplus.dll+0x9edc0]
C [gdiplus.dll+0x9eecc]
C [swt-gdip-win32-4530.dll+0x532b]
j org.eclipse.swt.internal.gdip.Gdip.Graphics_DrawLines(II[II)I+0
j org.eclipse.swt.graphics.GC.drawPolyline([I)V+72
j org.eclipse.e4.ui.workbench.addons.perspectiveswitcher.PerspectiveSwitcher.paint(Lorg/eclipse/swt/events/PaintEvent;)V+126
j org.eclipse.e4.ui.workbench.addons.perspectiveswitcher.PerspectiveSwitcher$1.paintControl(Lorg/eclipse/swt/events/PaintEvent;)V+5
J 3416 C1 org.eclipse.swt.widgets.TypedListener.handleEvent(Lorg/eclipse/swt/widgets/Event;)V (1291 bytes) @ 0x012f16b0 [0x012efdc0+0x18f0]
J 1755 C1 org.eclipse.swt.widgets.EventTable.sendEvent(Lorg/eclipse/swt/widgets/Event;)V (532 bytes) @ 0x00fef060 [0x00feefa0+0xc0]
j org.eclipse.swt.widgets.Display.sendEvent(Lorg/eclipse/swt/widgets/EventTable;Lorg/eclipse/swt/widgets/Event;)V+12
j org.eclipse.swt.widgets.Widget.sendEvent(Lorg/eclipse/swt/widgets/Event;)V+26
j org.eclipse.swt.widgets.Widget.sendEvent(ILorg/eclipse/swt/widgets/Event;Z)V+73
j org.eclipse.swt.widgets.Widget.sendEvent(ILorg/eclipse/swt/widgets/Event;)V+4
j org.eclipse.swt.widgets.Composite.WM_PAINT(II)Lorg/eclipse/swt/internal/win32/LRESULT;+1444
J 1770 C1 org.eclipse.swt.widgets.Control.windowProc(IIII)I (1910 bytes) @ 0x00ff6dc8 [0x00ff5e00+0xfc8]
J 1746 C1 org.eclipse.swt.widgets.Display.windowProc(IIII)I (359 bytes) @ 0x00feb998 [0x00feb6a0+0x2f8]
v ~StubRoutines::call_stub
V [jvm.dll+0x14234a]
V [jvm.dll+0x206ebe]
V [jvm.dll+0x1423cd]
V [jvm.dll+0xcb5c2]
V [jvm.dll+0xcdb73]
C [swt-win32-4530.dll+0x122f]
C 0x043c0018
C [USER32.dll+0x8734]
C [USER32.dll+0x8816]
C [USER32.dll+0x18ea0]
C [USER32.dll+0x18eec]
C [ntdll.dll+0xe473]
C [USER32.dll+0x8a10]
C [swt-win32-4530.dll+0x3afe]
J 3277 org.eclipse.swt.internal.win32.OS.DispatchMessageW(Lorg/eclipse/swt/internal/win32/MSG;)I (0 bytes) @ 0x011cb6b4 [0x011cb620+0x94]
J 3440 C1 org.eclipse.swt.widgets.Display.readAndDispatch()Z (101 bytes) @ 0x012fee84 [0x012fec50+0x234]
J 3678% C1 org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$4.run()V (765 bytes) @ 0x01371068 [0x0136f820+0x1848]
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+442
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;+111
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;+85
j org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(Ljava/lang/Object;)Ljava/lang/Object;+82
j org.eclipse.core.runtime.adaptor.EclipseStarter.run(Ljava/lang/Object;)Ljava/lang/Object;+109
j org.eclipse.core.runtime.adaptor.EclipseStarter.run([Ljava/lang/String;Ljava/lang/Runnable;)Ljava/lang/Object;+132
v ~StubRoutines::call_stub
V [jvm.dll+0x14234a]
V [jvm.dll+0x206ebe]
V [jvm.dll+0x1423cd]
V [jvm.dll+0x14e6be]
V [jvm.dll+0x14e8e5]
V [jvm.dll+0xf2ec9]
C [java.dll+0x7d8b]
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+265
j org.eclipse.equinox.launcher.Main.basicRun([Ljava/lang/String;)V+160
j org.eclipse.equinox.launcher.Main.run([Ljava/lang/String;)I+4
v ~StubRoutines::call_stub
V [jvm.dll+0x14234a]
V [jvm.dll+0x206ebe]
V [jvm.dll+0x1423cd]
V [jvm.dll+0xcb5c2]
V [jvm.dll+0xcd98f]
C [eclipse_1611.dll+0x6464]
C [eclipse_1611.dll+0x53d8]
C [eclipse_1611.dll+0x15ce]
C [eclipse_1611.dll+0x1043]
C [eclipse.exe+0x14e9]
C [eclipse.exe+0x1010]
C [eclipse.exe+0x31f9]
C [kernel32.dll+0x16037]

Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
j org.eclipse.swt.internal.gdip.Gdip.Graphics_DrawLines(II[II)I+0
j org.eclipse.swt.graphics.GC.drawPolyline([I)V+72
j org.eclipse.e4.ui.workbench.addons.perspectiveswitcher.PerspectiveSwitcher.paint(Lorg/eclipse/swt/events/PaintEvent;)V+126
j org.eclipse.e4.ui.workbench.addons.perspectiveswitcher.PerspectiveSwitcher$1.paintControl(Lorg/eclipse/swt/events/PaintEvent;)V+5
J 3416 C1 org.eclipse.swt.widgets.TypedListener.handleEvent(Lorg/eclipse/swt/widgets/Event;)V (1291 bytes) @ 0x012f16b0 [0x012efdc0+0x18f0]
J 1755 C1 org.eclipse.swt.widgets.EventTable.sendEvent(Lorg/eclipse/swt/widgets/Event;)V (532 bytes) @ 0x00fef060 [0x00feefa0+0xc0]
j org.eclipse.swt.widgets.Display.sendEvent(Lorg/eclipse/swt/widgets/EventTable;Lorg/eclipse/swt/widgets/Event;)V+12
j org.eclipse.swt.widgets.Widget.sendEvent(Lorg/eclipse/swt/widgets/Event;)V+26
j org.eclipse.swt.widgets.Widget.sendEvent(ILorg/eclipse/swt/widgets/Event;Z)V+73
j org.eclipse.swt.widgets.Widget.sendEvent(ILorg/eclipse/swt/widgets/Event;)V+4
j org.eclipse.swt.widgets.Composite.WM_PAINT(II)Lorg/eclipse/swt/internal/win32/LRESULT;+1444
J 1770 C1 org.eclipse.swt.widgets.Control.windowProc(IIII)I (1910 bytes) @ 0x00ff6dc8 [0x00ff5e00+0xfc8]
J 1746 C1 org.eclipse.swt.widgets.Display.windowProc(IIII)I (359 bytes) @ 0x00feb998 [0x00feb6a0+0x2f8]
v ~StubRoutines::call_stub
J 3277 org.eclipse.swt.internal.win32.OS.DispatchMessageW(Lorg/eclipse/swt/internal/win32/MSG;)I (0 bytes) @ 0x011cb670 [0x011cb620+0x50]
J 3440 C1 org.eclipse.swt.widgets.Display.readAndDispatch()Z (101 bytes) @ 0x012fee84 [0x012fec50+0x234]
J 3678% C1 org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$4.run()V (765 bytes) @ 0x01371068 [0x0136f820+0x1848]
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+442
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;+111
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;+85
j org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(Ljava/lang/Object;)Ljava/lang/Object;+82
j org.eclipse.core.runtime.adaptor.EclipseStarter.run(Ljava/lang/Object;)Ljava/lang/Object;+109
j org.eclipse.core.runtime.adaptor.EclipseStarter.run([Ljava/lang/String;Ljava/lang/Runnable;)Ljava/lang/Object;+132
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+265
j org.eclipse.equinox.launcher.Main.basicRun([Ljava/lang/String;)V+160
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 )
0x057c6400 JavaThread "Worker-24" [_thread_blocked, id=2680, stack(0x04d60000,0x04e60000)]
0x06b93400 JavaThread "Provisioning Event Dispatcher" daemon [_thread_blocked, id=1568, stack(0x0d250000,0x0d350000)]
0x072d8c00 JavaThread "H2 Log Writer MODEL" daemon [_thread_blocked, id=2672, stack(0x0d150000,0x0d250000)]
0x06ec5400 JavaThread "PHP Debugger Daemon Thread - Port: 9000" daemon [_thread_in_native, id=3672, stack(0x0c5e0000,0x0c6e0000)]
0x06b2b000 JavaThread "PHP Debugger Daemon Thread - Port: 10137" daemon [_thread_in_native, id=2524, stack(0x0c4e0000,0x0c5e0000)]
0x06d87000 JavaThread "PHP Debugger Daemon Thread - Port: 20080" daemon [_thread_in_native, id=3104, stack(0x0c3e0000,0x0c4e0000)]
0x06dbb800 JavaThread "Thread-7" [_thread_blocked, id=3648, stack(0x0c150000,0x0c250000)]
0x06c22400 JavaThread "Worker-4" [_thread_blocked, id=3360, stack(0x0ad50000,0x0ae50000)]
0x05493800 JavaThread "org.eclipse.wst.sse.ui.internal.reconcile.StructuredRegionProcessor" daemon [_thread_blocked, id=4004, stack(0x07f60000,0x08060000)]
0x05190800 JavaThread "[ThreadPool Manager] - Idle Thread" daemon [_thread_blocked, id=1252, stack(0x07e50000,0x07f50000)]
0x0589fc00 JavaThread "JavaScript indexing" daemon [_thread_blocked, id=3452, stack(0x06690000,0x06790000)]
0x055d2400 JavaThread "DLTK indexing" daemon [_thread_blocked, id=932, stack(0x06590000,0x06690000)]
0x05442000 JavaThread "EventAdmin Async Event Dispatcher Thread" daemon [_thread_blocked, id=1924, stack(0x06480000,0x06580000)]
0x05441400 JavaThread "Bundle File Closer" daemon [_thread_blocked, id=3316, stack(0x05e00000,0x05f00000)]
0x03f9e400 JavaThread "EMF Reference Cleaner" daemon [_thread_blocked, id=1772, stack(0x04640000,0x04740000)]
0x03e25c00 JavaThread "Worker-JM" [_thread_blocked, id=2584, stack(0x04540000,0x04640000)]
0x03d55400 JavaThread "[Timer] - Main Queue Handler" daemon [_thread_blocked, id=2924, stack(0x04440000,0x04540000)]
0x03ce8400 JavaThread "Start Level: Equinox Container: c0327344-66fd-0015-10ed-c913f6dbe5db" daemon [_thread_blocked, id=2648, stack(0x041c0000,0x042c0000)]
0x03d04000 JavaThread "Framework Event Dispatcher: Equinox Container: c0327344-66fd-0015-10ed-c913f6dbe5db" daemon [_thread_blocked, id=1884, stack(0x040c0000,0x041c0000)]
0x035d3c00 JavaThread "Active Thread: Equinox Container: c0327344-66fd-0015-10ed-c913f6dbe5db" [_thread_blocked, id=844, stack(0x03bc0000,0x03cc0000)]
0x03416400 JavaThread "Service Thread" daemon [_thread_blocked, id=2192, stack(0x03900000,0x03a00000)]
0x03408400 JavaThread "C1 CompilerThread0" daemon [_thread_blocked, id=2976, stack(0x03800000,0x03900000)]
0x03406800 JavaThread "Attach Listener" daemon [_thread_blocked, id=1176, stack(0x03700000,0x03800000)]
0x03405400 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=364, stack(0x03600000,0x03700000)]
0x02dd4c00 JavaThread "Finalizer" daemon [_thread_blocked, id=3864, stack(0x03300000,0x03400000)]
0x02dcfc00 JavaThread "Reference Handler" daemon [_thread_blocked, id=3764, stack(0x03200000,0x03300000)]
=>0x00c29400 JavaThread "main" [_thread_in_native, id=3256, stack(0x00030000,0x00130000)]

Other Threads:
0x02dcd000 VMThread [stack: 0x03100000,0x03200000] [id=1840]
0x03421c00 WatcherThread [stack: 0x03a00000,0x03b00000] [id=4072]

VM state:not at safepoint (normal execution)

VM Mutex/Monitor currently owned by a thread: None

Heap
def new generation total 92224K, used 2382K [0x10200000, 0x16610000, 0x1ca00000)
eden space 81984K, -2147483648% used [0x10200000, 0x10453b20, 0x15210000)
from space 10240K, 0% used [0x15210000, 0x15210000, 0x15c10000)
to space 10240K, 0% used [0x15c10000, 0x15c10000, 0x16610000)
tenured generation total 204800K, used 44638K [0x1ca00000, 0x29200000, 0x35a00000)
the space 204800K, 21% used [0x1ca00000, 0x1f597920, 0x1f597a00, 0x29200000)
compacting perm gen total 60672K, used 60626K [0x35a00000, 0x39540000, 0x45a00000)
the space 60672K, 99% used [0x35a00000, 0x39534a20, 0x39534c00, 0x39540000)
No shared spaces configured.

Card table byte_map: [0x02de0000,0x02fa0000] byte_map_base: 0x02d5f000

Polling page: 0x00c30000

Code Cache [0x00c60000, 0x01398000, 0x02c60000)
total_blobs=3835 nmethods=3590 adapters=178 free_code_cache=25397Kb largest_free_block=25994496

Compilation events (10 events):
Event: 617.400 Thread 0x03408400 3745 org.eclipse.emf.ecore.resource.impl.ResourceImpl::doUnload (74 bytes)
Event: 617.403 Thread 0x03408400 nmethod 3745 0x01393dc8 code [0x01393f30, 0x01394328]
Event: 617.416 Thread 0x03408400 3746 org.eclipse.emf.ecore.impl.BasicEObjectImpl::eContainingFeature (57 bytes)
Event: 617.417 Thread 0x03408400 nmethod 3746 0x01394588 code [0x01394720, 0x01394a74]
Event: 617.417 Thread 0x03408400 3747 org.eclipse.emf.common.util.SegmentSequence$Builder::reverse (51 bytes)
Event: 617.418 Thread 0x03408400 nmethod 3747 0x01394d88 code [0x01394e90, 0x01395070]
Event: 617.479 Thread 0x03408400 3748 org.eclipse.e4.ui.model.application.impl.ApplicationImpl::eDerivedStructuralFeatureID (316 bytes)
Event: 617.480 Thread 0x03408400 nmethod 3748 0x01395248 code [0x01395370, 0x01395640]
Event: 617.481 Thread 0x03408400 3749 org.eclipse.e4.ui.model.application.commands.impl.BindingTableImpl::eGet (51 bytes)
Event: 617.482 Thread 0x03408400 nmethod 3749 0x01395688 code [0x013957b0, 0x01395994]

GC Heap History (10 events):
Event: 482.196 GC heap before
{Heap before GC invocations=19 (full 17):
def new generation total 92224K, used 2424K [0x10200000, 0x16610000, 0x1ca00000)
eden space 81984K, 2% used [0x10200000, 0x1045e1a0, 0x15210000)
from space 10240K, 0% used [0x15210000, 0x15210000, 0x15c10000)
to space 10240K, 0% used [0x15c10000, 0x15c10000, 0x16610000)
tenured generation total 204800K, used 45397K [0x1ca00000, 0x29200000, 0x35a00000)
the space 204800K, 22% used [0x1ca00000, 0x1f6556b8, 0x1f655800, 0x29200000)
compacting perm gen total 60672K, used 60636K [0x35a00000, 0x39540000, 0x45a00000)
the space 60672K, 99% used [0x35a00000, 0x39537020, 0x39537200, 0x39540000)
No shared spaces configured.
Event: 483.043 GC heap after
Heap after GC invocations=20 (full 18):
def new generation total 92224K, used 0K [0x10200000, 0x16610000, 0x1ca00000)
eden space 81984K, 0% used [0x10200000, 0x10200000, 0x15210000)
from space 10240K, 0% used [0x15210000, 0x15210000, 0x15c10000)
to space 10240K, 0% used [0x15c10000, 0x15c10000, 0x16610000)
tenured generation total 204800K, used 45398K [0x1ca00000, 0x29200000, 0x35a00000)
the space 204800K, 22% used [0x1ca00000, 0x1f655870, 0x1f655a00, 0x29200000)
compacting perm gen total 60672K, used 60636K [0x35a00000, 0x39540000, 0x45a00000)
the space 60672K, 99% used [0x35a00000, 0x39537020, 0x39537200, 0x39540000)
No shared spaces configured.
}
Event: 543.041 GC heap before
{Heap before GC invocations=20 (full 18):
def new generation total 92224K, used 3533K [0x10200000, 0x16610000, 0x1ca00000)
eden space 81984K, 4% used [0x10200000, 0x10573760, 0x15210000)
from space 10240K, 0% used [0x15210000, 0x15210000, 0x15c10000)
to space 10240K, 0% used [0x15c10000, 0x15c10000, 0x16610000)
tenured generation total 204800K, used 45398K [0x1ca00000, 0x29200000, 0x35a00000)
the space 204800K, 22% used [0x1ca00000, 0x1f655870, 0x1f655a00, 0x29200000)
compacting perm gen total 60672K, used 60636K [0x35a00000, 0x39540000, 0x45a00000)
the space 60672K, 99% used [0x35a00000, 0x39537020, 0x39537200, 0x39540000)
No shared spaces configured.
Event: 543.653 GC heap after
Heap after GC invocations=21 (full 19):
def new generation total 92224K, used 0K [0x10200000, 0x16610000, 0x1ca00000)
eden space 81984K, 0% used [0x10200000, 0x10200000, 0x15210000)
from space 10240K, 0% used [0x15210000, 0x15210000, 0x15c10000)
to space 10240K, 0% used [0x15c10000, 0x15c10000, 0x16610000)
tenured generation total 204800K, used 45400K [0x1ca00000, 0x29200000, 0x35a00000)
the space 204800K, 22% used [0x1ca00000, 0x1f6563e8, 0x1f656400, 0x29200000)
compacting perm gen total 60672K, used 60636K [0x35a00000, 0x39540000, 0x45a00000)
the space 60672K, 99% used [0x35a00000, 0x39537020, 0x39537200, 0x39540000)
No shared spaces configured.
}
Event: 602.923 GC heap before
{Heap before GC invocations=21 (full 19):
def new generation total 92224K, used 5007K [0x10200000, 0x16610000, 0x1ca00000)
eden space 81984K, 6% used [0x10200000, 0x106e3cc8, 0x15210000)
from space 10240K, 0% used [0x15210000, 0x15210000, 0x15c10000)
to space 10240K, 0% used [0x15c10000, 0x15c10000, 0x16610000)
tenured generation total 204800K, used 45400K [0x1ca00000, 0x29200000, 0x35a00000)
the space 204800K, 22% used [0x1ca00000, 0x1f6563e8, 0x1f656400, 0x29200000)
compacting perm gen total 60672K, used 60636K [0x35a00000, 0x39540000, 0x45a00000)
the space 60672K, 99% used [0x35a00000, 0x39537040, 0x39537200, 0x39540000)
No shared spaces configured.
Event: 603.986 GC heap after
Heap after GC invocations=22 (full 20):
def new generation total 92224K, used 0K [0x10200000, 0x16610000, 0x1ca00000)
eden space 81984K, 0% used [0x10200000, 0x10200000, 0x15210000)
from space 10240K, 0% used [0x15210000, 0x15210000, 0x15c10000)
to space 10240K, 0% used [0x15c10000, 0x15c10000, 0x16610000)
tenured generation total 204800K, used 44304K [0x1ca00000, 0x29200000, 0x35a00000)
the space 204800K, 21% used [0x1ca00000, 0x1f544030, 0x1f544200, 0x29200000)
compacting perm gen total 60672K, used 60626K [0x35a00000, 0x39540000, 0x45a00000)
the space 60672K, 99% used [0x35a00000, 0x395349b0, 0x39534a00, 0x39540000)
No shared spaces configured.
}
Event: 667.122 GC heap before
{Heap before GC invocations=22 (full 20):
def new generation total 92224K, used 6516K [0x10200000, 0x16610000, 0x1ca00000)
eden space 81984K, 7% used [0x10200000, 0x1085d028, 0x15210000)
from space 10240K, 0% used [0x15210000, 0x15210000, 0x15c10000)
to space 10240K, 0% used [0x15c10000, 0x15c10000, 0x16610000)
tenured generation total 204800K, used 44304K [0x1ca00000, 0x29200000, 0x35a00000)
the space 204800K, 21% used [0x1ca00000, 0x1f544030, 0x1f544200, 0x29200000)
compacting perm gen total 60672K, used 60626K [0x35a00000, 0x39540000, 0x45a00000)
the space 60672K, 99% used [0x35a00000, 0x39534a20, 0x39534c00, 0x39540000)
No shared spaces configured.
Event: 668.087 GC heap after
Heap after GC invocations=23 (full 21):
def new generation total 92224K, used 0K [0x10200000, 0x16610000, 0x1ca00000)
eden space 81984K, 0% used [0x10200000, 0x10200000, 0x15210000)
from space 10240K, 0% used [0x15210000, 0x15210000, 0x15c10000)
to space 10240K, 0% used [0x15c10000, 0x15c10000, 0x16610000)
tenured generation total 204800K, used 44637K [0x1ca00000, 0x29200000, 0x35a00000)
the space 204800K, 21% used [0x1ca00000, 0x1f597768, 0x1f597800, 0x29200000)
compacting perm gen total 60672K, used 60626K [0x35a00000, 0x39540000, 0x45a00000)
the space 60672K, 99% used [0x35a00000, 0x39534a20, 0x39534c00, 0x39540000)
No shared spaces configured.
}
Event: 727.122 GC heap before
{Heap before GC invocations=23 (full 21):
def new generation total 92224K, used 2747K [0x10200000, 0x16610000, 0x1ca00000)
eden space 81984K, 3% used [0x10200000, 0x104aee50, 0x15210000)
from space 10240K, 0% used [0x15210000, 0x15210000, 0x15c10000)
to space 10240K, 0% used [0x15c10000, 0x15c10000, 0x16610000)
tenured generation total 204800K, used 44637K [0x1ca00000, 0x29200000, 0x35a00000)
the space 204800K, 21% used [0x1ca00000, 0x1f597768, 0x1f597800, 0x29200000)
compacting perm gen total 60672K, used 60626K [0x35a00000, 0x39540000, 0x45a00000)
the space 60672K, 99% used [0x35a00000, 0x39534a20, 0x39534c00, 0x39540000)
No shared spaces configured.
Event: 728.056 GC heap after
Heap after GC invocations=24 (full 22):
def new generation total 92224K, used 0K [0x10200000, 0x16610000, 0x1ca00000)
eden space 81984K, 0% used [0x10200000, 0x10200000, 0x15210000)
from space 10240K, 0% used [0x15210000, 0x15210000, 0x15c10000)
to space 10240K, 0% used [0x15c10000, 0x15c10000, 0x16610000)
tenured generation total 204800K, used 44638K [0x1ca00000, 0x29200000, 0x35a00000)
the space 204800K, 21% used [0x1ca00000, 0x1f597920, 0x1f597a00, 0x29200000)
compacting perm gen total 60672K, used 60626K [0x35a00000, 0x39540000, 0x45a00000)
the space 60672K, 99% used [0x35a00000, 0x39534a20, 0x39534c00, 0x39540000)
No shared spaces configured.
}

Deoptimization events (0 events):
No events

Internal exceptions (10 events):
Event: 67.758 Thread 0x05431400 Threw 0x1027f150 at C:\re\jdk7u79\2331\hotspot\src\share\vm\runtime\reflection.cpp:1030
Event: 67.767 Thread 0x057b6800 Threw 0x10796da8 at C:\re\jdk7u79\2331\hotspot\src\share\vm\runtime\reflection.cpp:1030
Event: 68.399 Thread 0x06c22400 Threw 0x10a7ae80 at C:\re\jdk7u79\2331\hotspot\src\share\vm\runtime\reflection.cpp:1030
Event: 69.493 Thread 0x00c29400 Threw 0x114cd5d0 at C:\re\jdk7u79\2331\hotspot\src\share\vm\prims\jni.cpp:717
Event: 74.389 Thread 0x00c29400 Threw 0x12e68460 at C:\re\jdk7u79\2331\hotspot\src\share\vm\prims\jni.cpp:717
Event: 81.010 Thread 0x05199800 Threw 0x11f9eb38 at C:\re\jdk7u79\2331\hotspot\src\share\vm\prims\jni.cpp:717
Event: 211.721 Thread 0x06c23400 Threw 0x11ce5aa0 at C:\re\jdk7u79\2331\hotspot\src\share\vm\runtime\objectMonitor.cpp:1684
Event: 211.828 Thread 0x00c29400 Threw 0x11c4f350 at C:\re\jdk7u79\2331\hotspot\src\share\vm\classfile\systemDictionary.cpp:185
Event: 211.828 Thread 0x00c29400 Threw 0x11c4fa60 at C:\re\jdk7u79\2331\hotspot\src\share\vm\prims\jvm.cpp:1304
Event: 211.828 Thread 0x00c29400 Threw 0x11c50090 at C:\re\jdk7u79\2331\hotspot\src\share\vm\prims\jvm.cpp:1304

Events (10 events):
Event: 603.987 Thread 0x07107800 Thread exited: 0x07107800
Event: 667.120 Executing VM operation: GenCollectFull
Event: 668.088 Executing VM operation: GenCollectFull done
Event: 668.090 Thread 0x07023800 Thread added: 0x07023800
Event: 668.096 Thread 0x07023800 Thread exited: 0x07023800
Event: 698.340 Thread 0x05199800 Thread exited: 0x05199800
Event: 727.121 Executing VM operation: GenCollectFull
Event: 728.056 Executing VM operation: GenCollectFull done
Event: 728.056 Thread 0x05199800 Thread added: 0x05199800
Event: 728.057 Thread 0x05199800 Thread exited: 0x05199800


Dynamic libraries:
0x00400000 - 0x0044e000 C:\Documents and Settings\Owner\Desktop\Corso PHP\Eclipse PHP\eclipse\eclipse.exe
0x7c900000 - 0x7c9b2000 C:\WINDOWS\system32\ntdll.dll
0x7c800000 - 0x7c8f6000 C:\WINDOWS\system32\kernel32.dll
0x7e410000 - 0x7e4a1000 C:\WINDOWS\system32\USER32.dll
0x77f10000 - 0x77f59000 C:\WINDOWS\system32\GDI32.dll
0x773d0000 - 0x774d3000 C:\WINDOWS\WinSxS\x86_Microsoft.Windows.Common-Controls_6595b64144ccf1df_6.0.2600.6028_x-ww_61e65202\COMCTL32.dll
0x77c10000 - 0x77c68000 C:\WINDOWS\system32\msvcrt.dll
0x77dd0000 - 0x77e6b000 C:\WINDOWS\system32\ADVAPI32.dll
0x77e70000 - 0x77f03000 C:\WINDOWS\system32\RPCRT4.dll
0x77fe0000 - 0x77ff1000 C:\WINDOWS\system32\Secur32.dll
0x77f60000 - 0x77fd6000 C:\WINDOWS\system32\SHLWAPI.dll
0x76390000 - 0x763ad000 C:\WINDOWS\system32\IMM32.DLL
0x629c0000 - 0x629c9000 C:\WINDOWS\system32\LPK.DLL
0x74d90000 - 0x74dfb000 C:\WINDOWS\system32\USP10.dll
0x72000000 - 0x7200d000 C:\Documents and Settings\Owner\Desktop\Corso PHP\Eclipse PHP\eclipse\plugins\org.eclipse.equinox.launcher.win32.win32.x86_1.1.300.v20150602-1417\eclipse_1611.dll
0x77c00000 - 0x77c08000 C:\WINDOWS\system32\VERSION.dll
0x5ad70000 - 0x5ada8000 C:\WINDOWS\system32\uxtheme.dll
0x74720000 - 0x7476c000 C:\WINDOWS\system32\MSCTF.dll
0x10100000 - 0x10111000 C:\Program Files\Logitech\SetPoint\lgscroll.dll
0x78130000 - 0x781cb000 C:\WINDOWS\WinSxS\x86_Microsoft.VC80.CRT_1fc8b3b9a1e18e3b_8.0.50727.6229_x-ww_449d3952\MSVCR80.dll
0x7c420000 - 0x7c4a7000 C:\WINDOWS\WinSxS\x86_Microsoft.VC80.CRT_1fc8b3b9a1e18e3b_8.0.50727.6229_x-ww_449d3952\MSVCP80.dll
0x77690000 - 0x776b1000 C:\WINDOWS\system32\NTMARTA.DLL
0x774e0000 - 0x7761e000 C:\WINDOWS\system32\ole32.dll
0x71bf0000 - 0x71c03000 C:\WINDOWS\system32\SAMLIB.dll
0x76f60000 - 0x76f8c000 C:\WINDOWS\system32\WLDAP32.dll
0x755c0000 - 0x755ee000 C:\WINDOWS\system32\msctfime.ime
0x76fd0000 - 0x7704f000 C:\WINDOWS\system32\CLBCATQ.DLL
0x77050000 - 0x77115000 C:\WINDOWS\system32\COMRes.dll
0x77120000 - 0x771ab000 C:\WINDOWS\system32\OLEAUT32.dll
0x6e7a0000 - 0x6eb29000 C:\Program Files\Java\jre7\bin\client\jvm.dll
0x71ad0000 - 0x71ad9000 C:\WINDOWS\system32\WSOCK32.dll
0x71ab0000 - 0x71ac7000 C:\WINDOWS\system32\WS2_32.dll
0x71aa0000 - 0x71aa8000 C:\WINDOWS\system32\WS2HELP.dll
0x76b40000 - 0x76b6d000 C:\WINDOWS\system32\WINMM.dll
0x76bf0000 - 0x76bfb000 C:\WINDOWS\system32\PSAPI.DLL
0x78aa0000 - 0x78b5f000 C:\WINDOWS\system32\MSVCR100.dll
0x6e6f0000 - 0x6e6fc000 C:\Program Files\Java\jre7\bin\verify.dll
0x6d480000 - 0x6d4a0000 C:\Program Files\Java\jre7\bin\java.dll
0x6e780000 - 0x6e793000 C:\Program Files\Java\jre7\bin\zip.dll
0x68000000 - 0x68036000 C:\WINDOWS\system32\rsaenh.dll
0x769c0000 - 0x76a74000 C:\WINDOWS\system32\USERENV.dll
0x5b860000 - 0x5b8b6000 C:\WINDOWS\system32\netapi32.dll
0x6e4e0000 - 0x6e4f4000 C:\Program Files\Java\jre7\bin\net.dll
0x76d60000 - 0x76d79000 C:\WINDOWS\system32\IPHLPAPI.DLL
0x76d40000 - 0x76d58000 C:\WINDOWS\system32\MPRAPI.dll
0x77cc0000 - 0x77cf2000 C:\WINDOWS\system32\ACTIVEDS.dll
0x76e10000 - 0x76e35000 C:\WINDOWS\system32\adsldpc.dll
0x76b20000 - 0x76b31000 C:\WINDOWS\system32\ATL.DLL
0x76e80000 - 0x76e8e000 C:\WINDOWS\system32\rtutils.dll
0x77920000 - 0x77a13000 C:\WINDOWS\system32\SETUPAPI.dll
0x6e500000 - 0x6e50f000 C:\Program Files\Java\jre7\bin\nio.dll
0x71a50000 - 0x71a8f000 C:\WINDOWS\System32\mswsock.dll
0x76f20000 - 0x76f47000 C:\WINDOWS\system32\DNSAPI.dll
0x76fb0000 - 0x76fb8000 C:\WINDOWS\System32\winrnr.dll
0x76fc0000 - 0x76fc6000 C:\WINDOWS\system32\rasadhlp.dll
0x10000000 - 0x10070000 C:\Documents and Settings\Owner\Desktop\Corso PHP\Eclipse PHP\eclipse\configuration\org.eclipse.osgi\325\0\.cp\swt-win32-4530.dll
0x763b0000 - 0x763f9000 C:\WINDOWS\system32\comdlg32.dll
0x7c9c0000 - 0x7d1d8000 C:\WINDOWS\system32\SHELL32.dll
0x73000000 - 0x73026000 C:\WINDOWS\system32\WINSPOOL.DRV
0x04740000 - 0x04827000 C:\WINDOWS\system32\WININET.dll
0x04360000 - 0x04369000 C:\WINDOWS\system32\Normaliz.dll
0x04830000 - 0x04964000 C:\WINDOWS\system32\urlmon.dll
0x04970000 - 0x04b5c000 C:\WINDOWS\system32\iertutil.dll
0x77a80000 - 0x77b17000 C:\WINDOWS\system32\CRYPT32.dll
0x77b20000 - 0x77b32000 C:\WINDOWS\system32\MSASN1.dll
0x043d0000 - 0x043ed000 C:\Documents and Settings\Owner\Desktop\Corso PHP\Eclipse PHP\eclipse\configuration\org.eclipse.osgi\325\0\.cp\swt-gdip-win32-4530.dll
0x4ec50000 - 0x4edfb000 C:\WINDOWS\WinSxS\x86_Microsoft.Windows.GdiPlus_6595b64144ccf1df_1.0.6002.23084_x-ww_f3f35550\gdiplus.dll
0x61880000 - 0x618ba000 C:\WINDOWS\system32\oleacc.dll
0x03b60000 - 0x03b6c000 C:\Documents and Settings\Owner\Desktop\Corso PHP\Eclipse PHP\eclipse\configuration\org.eclipse.osgi\56\0\.cp\os\win32\x86\localfile_1_0_0.dll
0x76380000 - 0x76385000 C:\WINDOWS\system32\msimg32.dll
0x75cf0000 - 0x75d81000 C:\WINDOWS\system32\mlang.dll
0x06000000 - 0x0600f000 C:\Documents and Settings\Owner\Desktop\Corso PHP\Eclipse PHP\eclipse\configuration\org.eclipse.osgi\59\0\.cp\jWinHttp-1.0.0.dll
0x4d4f0000 - 0x4d549000 C:\WINDOWS\system32\WINHTTP.dll
0x76ee0000 - 0x76f1c000 C:\WINDOWS\system32\RASAPI32.DLL
0x76e90000 - 0x76ea2000 C:\WINDOWS\system32\rasman.dll
0x76eb0000 - 0x76edf000 C:\WINDOWS\system32\TAPI32.dll
0x59c00000 - 0x59c07000 C:\WINDOWS\system32\credssp.dll
0x767f0000 - 0x76819000 C:\WINDOWS\system32\schannel.dll
0x77c70000 - 0x77c95000 C:\WINDOWS\system32\msv1_0.dll
0x76790000 - 0x7679c000 C:\WINDOWS\system32\cryptdll.dll
0x6e670000 - 0x6e690000 C:\Program Files\Java\jre7\bin\sunec.dll
0x077a0000 - 0x07a65000 C:\WINDOWS\system32\xpsp2res.dll
0x08320000 - 0x08dbd000 C:\WINDOWS\system32\ieframe.dll
0x7e720000 - 0x7e7d0000 C:\WINDOWS\system32\SXS.DLL
0x77b40000 - 0x77b62000 C:\WINDOWS\system32\appHelp.dll
0x09690000 - 0x09c51000 C:\WINDOWS\system32\mshtml.dll
0x09c60000 - 0x09c89000 C:\WINDOWS\system32\msls31.dll
0x746f0000 - 0x7471a000 C:\WINDOWS\system32\msimtf.dll
0x0a490000 - 0x0a544000 C:\WINDOWS\system32\jscript.dll
0x082d0000 - 0x08309000 C:\WINDOWS\system32\Dxtrans.dll
0x6d430000 - 0x6d43a000 C:\WINDOWS\system32\ddrawex.dll
0x73760000 - 0x737ab000 C:\WINDOWS\system32\DDRAW.dll
0x73bc0000 - 0x73bc6000 C:\WINDOWS\system32\DCIMAN32.dll
0x0a770000 - 0x0a7c7000 C:\WINDOWS\system32\Dxtmsft.dll
0x0abf0000 - 0x0abfc000 C:\WINDOWS\system32\IMGUTIL.DLL
0x0ac00000 - 0x0ac0e000 C:\WINDOWS\system32\pngfilt.dll
0x6e690000 - 0x6e699000 C:\Program Files\Java\jre7\bin\sunmscapi.dll
0x0c0c0000 - 0x0c141000 C:\Program Files\Avira\AntiVir Desktop\avsda.dll
0x662b0000 - 0x66308000 C:\WINDOWS\system32\hnetcfg.dll
0x71a90000 - 0x71a98000 C:\WINDOWS\System32\wshtcpip.dll
0x76c30000 - 0x76c5e000 C:\WINDOWS\system32\WINTRUST.dll
0x76c90000 - 0x76cb9000 C:\WINDOWS\system32\IMAGEHLP.dll
0x72d20000 - 0x72d29000 C:\WINDOWS\system32\wdmaud.drv
0x72d10000 - 0x72d18000 C:\WINDOWS\system32\msacm32.drv
0x77be0000 - 0x77bf5000 C:\WINDOWS\system32\MSACM32.dll
0x77bd0000 - 0x77bd7000 C:\WINDOWS\system32\midimap.dll
0x59a60000 - 0x59b01000 C:\WINDOWS\system32\dbghelp.dll

VM Arguments:
jvm_args: -Dosgi.requiredJavaVersion=1.7 -Xms300m -Xmx600m -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\REALTEK Semiconductor Corporation\REALTEK Gigabit and Fast Ethernet NIC Driver;C:\Program Files\WinRAR;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\Common Files\Teleca Shared;C:\Program Files\Skype\Phone\;C:\Program Files\Java\jdk1.7.0_79\bin;C:\Program Files\Java\jre7\bin;;C:\Documents and Settings\Owner\Desktop\Corso PHP\Eclipse PHP\eclipse;
USERNAME=Owner
OS=Windows_NT
PROCESSOR_IDENTIFIER=x86 Family 15 Model 2 Stepping 9, GenuineIntel



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

OS: Windows XP Build 2600 Service Pack 3

CPU:total 2 (1 cores per cpu, 2 threads per core) family 15 model 2 stepping 9, cmov, cx8, fxsr, mmx, sse, sse2, ht, tsc

Memory: 4k page, physical 2095916k(646732k free), swap 3515688k(1559576k free)

vm_info: Java HotSpot(TM) Client VM (24.79-b02) for windows-x86 JRE (1.7.0_79-b15), built on Apr 10 2015 16:49:13 by "java_re" with unknown MS VC++:1600

time: Fri Apr 08 10:58:11 2016
elapsed time: 755 seconds