Posted by
kiran on
Aug 21, 2013; 1:08pm
URL: https://forum.jogamp.org/WWJ-JME3-JOGL2-tp4029842p4029847.html
here is the stack trace for the crash...
#
# A fatal error has been detected by the Java Runtime Environment:
#
# EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x0942001d, pid=6360, tid=5684
#
# JRE version: 7.0_07-b11
# Java VM: Java HotSpot(TM) Client VM (23.3-b01 mixed mode, sharing windows-x86 )
# Problematic frame:
# C 0x0942001d
#
# 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 (0x04c4d400): JavaThread "AWT-EventQueue-0" [_thread_in_native, id=5684, stack(0x0a250000,0x0a2a0000)]
siginfo: ExceptionCode=0xc0000005, reading address 0x00000000
Registers:
EAX=0x08995f68, EBX=0x0bfe01d0, ECX=0x00000000, EDX=0x000013b4
ESP=0x0a29ea90, EBP=0x0a29eab0, ESI=0x08995f68, EDI=0x0899712c
EIP=0x0942001d, EFLAGS=0x00210246
Top of Stack: (sp=0x0a29ea90)
0x0a29ea90: 0000ec70 5f6a7d46 08995f68 0bfe01d0
0x0a29eaa0: 00000000 000013b4 08971fc0 0bfe01d0
0x0a29eab0: 0a29eae8 5f75ae10 08995f68 0bfe01d0
0x0a29eac0: 00000000 000013b4 000013b4 089725ac
0x0a29ead0: 08993998 08972544 08971fc0 0bfd0611
0x0a29eae0: 0bfd0610 08972500 0a29eb28 5f7161f6
0x0a29eaf0: 08995f68 00000000 000013b4 0a29eb5c
0x0a29eb00: 08971fc0 08993998 000013b4 0000000c
Instructions: (pc=0x0942001d)
0x0941fffd: 00 00 00 53 8b 44 24 08 8b 8c 20 e0 07 00 00 8b
0x0942000d: 54 24 10 6b d2 0c 01 d1 8b 54 24 14 8b 5c 24 0c
0x0942001d: 8b 44 21 00 89 44 23 00 8b 44 21 04 89 44 23 04
0x0942002d: 8b 44 21 08 89 44 23 08 83 c3 0c 83 c1 0c 83 ea
Register to memory mapping:
EAX=0x08995f68 is an unknown value
EBX=0x0bfe01d0 is an unknown value
ECX=0x00000000 is an unknown value
EDX=0x000013b4 is an unknown value
ESP=0x0a29ea90 is pointing into the stack for thread: 0x04c4d400
EBP=0x0a29eab0 is pointing into the stack for thread: 0x04c4d400
ESI=0x08995f68 is an unknown value
EDI=0x0899712c is an unknown value
Stack: [0x0a250000,0x0a2a0000], sp=0x0a29ea90, free space=314k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
C 0x0942001d
C [atioglxx.dll+0x22ae10] DrvPresentBuffers+0x1edb70
C [atioglxx.dll+0x1e61f6] DrvPresentBuffers+0x1a8f56
C [atioglxx.dll+0x17a002] DrvPresentBuffers+0x13cd62
C [atioglxx.dll+0x38343d] DrvPresentBuffers+0x34619d
C [jogl_desktop.dll+0x8bd1] Java_jogamp_opengl_gl4_GL4bcImpl_dispatch_1glDrawArrays1__IIIJ+0x1d
j jogamp.opengl.gl4.GL4bcImpl.dispatch_glDrawArrays1(IIIJ)V+0
j jogamp.opengl.gl4.GL4bcImpl.glDrawArrays(III)V+39
j gov.nasa.worldwind.layers.StarsLayer.drawWithVBO(Lgov/nasa/worldwind/render/DrawContext;)Z+100
j gov.nasa.worldwind.layers.StarsLayer.doRender(Lgov/nasa/worldwind/render/DrawContext;)V+213
j gov.nasa.worldwind.layers.AbstractLayer.render(Lgov/nasa/worldwind/render/DrawContext;)V+119
j gov.nasa.worldwind.AbstractSceneController.draw(Lgov/nasa/worldwind/render/DrawContext;)V+51
j gov.nasa.worldwind.StereoOptionSceneController.draw(Lgov/nasa/worldwind/render/DrawContext;)V+66
j gov.nasa.worldwind.BasicSceneController.doRepaint(Lgov/nasa/worldwind/render/DrawContext;)V+42
j gov.nasa.worldwind.AbstractSceneController.repaint()I+58
j gov.nasa.worldwind.WorldWindowGLAutoDrawable.doDisplay()I+4
j gov.nasa.worldwind.WorldWindowGLAutoDrawable.display(Ljavax/media/opengl/GLAutoDrawable;)V+122
j jogamp.opengl.GLDrawableHelper.displayImpl(Ljavax/media/opengl/GLAutoDrawable;)V+58
j jogamp.opengl.GLDrawableHelper.display(Ljavax/media/opengl/GLAutoDrawable;)V+2
j javax.media.opengl.awt.GLCanvas$7.run()V+118
j jogamp.opengl.GLDrawableHelper.invokeGLImpl(Ljavax/media/opengl/GLDrawable;Ljavax/media/opengl/GLContext;Ljava/lang/Runnable;Ljava/lang/Runnable;Ljavax/media/opengl/GLAutoDrawable;)V+137
j jogamp.opengl.GLDrawableHelper.invokeGL(Ljavax/media/opengl/GLDrawable;Ljavax/media/opengl/GLContext;Ljava/lang/Runnable;Ljava/lang/Runnable;)V+85
j javax.media.opengl.awt.GLCanvas$8.run()V+49
j javax.media.opengl.Threading.invoke(ZLjava/lang/Runnable;Ljava/lang/Object;)V+33
j javax.media.opengl.awt.GLCanvas.display()V+50
j javax.media.opengl.awt.GLCanvas.paint(Ljava/awt/Graphics;)V+135
j javax.media.opengl.awt.GLCanvas.update(Ljava/awt/Graphics;)V+2
j sun.awt.RepaintArea.updateComponent(Ljava/awt/Component;Ljava/awt/Graphics;)V+6
j sun.awt.RepaintArea.paint(Ljava/lang/Object;Z)V+263
j sun.awt.windows.WComponentPeer.handleEvent(Ljava/awt/AWTEvent;)V+155
j java.awt.Component.dispatchEventImpl(Ljava/awt/AWTEvent;)V+869
j java.awt.Component.dispatchEvent(Ljava/awt/AWTEvent;)V+2
j java.awt.EventQueue.dispatchEventImpl(Ljava/awt/AWTEvent;Ljava/lang/Object;)V+41
j java.awt.EventQueue.access$200(Ljava/awt/EventQueue;Ljava/awt/AWTEvent;Ljava/lang/Object;)V+3
j java.awt.EventQueue$3.run()Ljava/lang/Void;+12
j java.awt.EventQueue$3.run()Ljava/lang/Object;+1
v ~StubRoutines::call_stub
V [jvm.dll+0x12a39a]
V [jvm.dll+0x1d962e]
V [jvm.dll+0x12a41d]
V [jvm.dll+0xd9e0a]
C [java.dll+0x102f] Java_java_security_AccessController_doPrivileged__Ljava_security_PrivilegedAction_2Ljava_security_AccessControlContext_2+0x17
j java.security.ProtectionDomain$1.doIntersectionPrivilege(Ljava/security/PrivilegedAction;Ljava/security/AccessControlContext;Ljava/security/AccessControlContext;)Ljava/lang/Object;+28
j java.security.ProtectionDomain$1.doIntersectionPrivilege(Ljava/security/PrivilegedAction;Ljava/security/AccessControlContext;)Ljava/lang/Object;+6
j java.awt.EventQueue$4.run()Ljava/lang/Void;+11
j java.awt.EventQueue$4.run()Ljava/lang/Object;+1
v ~StubRoutines::call_stub
V [jvm.dll+0x12a39a]
V [jvm.dll+0x1d962e]
V [jvm.dll+0x12a41d]
V [jvm.dll+0xd9e0a]
C [java.dll+0x102f] Java_java_security_AccessController_doPrivileged__Ljava_security_PrivilegedAction_2Ljava_security_AccessControlContext_2+0x17
j java.security.ProtectionDomain$1.doIntersectionPrivilege(Ljava/security/PrivilegedAction;Ljava/security/AccessControlContext;Ljava/security/AccessControlContext;)Ljava/lang/Object;+28
j java.awt.EventQueue.dispatchEvent(Ljava/awt/AWTEvent;)V+73
j java.awt.EventDispatchThread.pumpOneEventForFilters(I)V+245
j java.awt.EventDispatchThread.pumpEventsForFilter(ILjava/awt/Conditional;Ljava/awt/EventFilter;)V+48
j java.awt.EventDispatchThread.pumpEventsForHierarchy(ILjava/awt/Conditional;Ljava/awt/Component;)V+11
j java.awt.EventDispatchThread.pumpEvents(ILjava/awt/Conditional;)V+4
j java.awt.EventDispatchThread.pumpEvents(Ljava/awt/Conditional;)V+3
j java.awt.EventDispatchThread.run()V+9
v ~StubRoutines::call_stub
V [jvm.dll+0x12a39a]
V [jvm.dll+0x1d962e]
V [jvm.dll+0x12a583]
V [jvm.dll+0x12a5e7]
V [jvm.dll+0xd315f]
V [jvm.dll+0x14a697]
V [jvm.dll+0x14a800]
V [jvm.dll+0x17efe9]
C [msvcr100.dll+0x5c6de] endthreadex+0x3a
C [msvcr100.dll+0x5c788] endthreadex+0xe4
C [kernel32.dll+0x13677] BaseThreadInitThunk+0x12
C [ntdll.dll+0x39f42] RtlInitializeExceptionChain+0x63
C [ntdll.dll+0x39f15] RtlInitializeExceptionChain+0x36
Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
j jogamp.opengl.gl4.GL4bcImpl.dispatch_glDrawArrays1(IIIJ)V+0
j jogamp.opengl.gl4.GL4bcImpl.glDrawArrays(III)V+39
j gov.nasa.worldwind.layers.StarsLayer.drawWithVBO(Lgov/nasa/worldwind/render/DrawContext;)Z+100
j gov.nasa.worldwind.layers.StarsLayer.doRender(Lgov/nasa/worldwind/render/DrawContext;)V+213
j gov.nasa.worldwind.layers.AbstractLayer.render(Lgov/nasa/worldwind/render/DrawContext;)V+119
j gov.nasa.worldwind.AbstractSceneController.draw(Lgov/nasa/worldwind/render/DrawContext;)V+51
j gov.nasa.worldwind.StereoOptionSceneController.draw(Lgov/nasa/worldwind/render/DrawContext;)V+66
j gov.nasa.worldwind.BasicSceneController.doRepaint(Lgov/nasa/worldwind/render/DrawContext;)V+42
j gov.nasa.worldwind.AbstractSceneController.repaint()I+58
j gov.nasa.worldwind.WorldWindowGLAutoDrawable.doDisplay()I+4
j gov.nasa.worldwind.WorldWindowGLAutoDrawable.display(Ljavax/media/opengl/GLAutoDrawable;)V+122
j jogamp.opengl.GLDrawableHelper.displayImpl(Ljavax/media/opengl/GLAutoDrawable;)V+58
j jogamp.opengl.GLDrawableHelper.display(Ljavax/media/opengl/GLAutoDrawable;)V+2
j javax.media.opengl.awt.GLCanvas$7.run()V+118
j jogamp.opengl.GLDrawableHelper.invokeGLImpl(Ljavax/media/opengl/GLDrawable;Ljavax/media/opengl/GLContext;Ljava/lang/Runnable;Ljava/lang/Runnable;Ljavax/media/opengl/GLAutoDrawable;)V+137
j jogamp.opengl.GLDrawableHelper.invokeGL(Ljavax/media/opengl/GLDrawable;Ljavax/media/opengl/GLContext;Ljava/lang/Runnable;Ljava/lang/Runnable;)V+85
j javax.media.opengl.awt.GLCanvas$8.run()V+49
j javax.media.opengl.Threading.invoke(ZLjava/lang/Runnable;Ljava/lang/Object;)V+33
j javax.media.opengl.awt.GLCanvas.display()V+50
j javax.media.opengl.awt.GLCanvas.paint(Ljava/awt/Graphics;)V+135
j javax.media.opengl.awt.GLCanvas.update(Ljava/awt/Graphics;)V+2
j sun.awt.RepaintArea.updateComponent(Ljava/awt/Component;Ljava/awt/Graphics;)V+6
j sun.awt.RepaintArea.paint(Ljava/lang/Object;Z)V+263
j sun.awt.windows.WComponentPeer.handleEvent(Ljava/awt/AWTEvent;)V+155
j java.awt.Component.dispatchEventImpl(Ljava/awt/AWTEvent;)V+869
j java.awt.Component.dispatchEvent(Ljava/awt/AWTEvent;)V+2
j java.awt.EventQueue.dispatchEventImpl(Ljava/awt/AWTEvent;Ljava/lang/Object;)V+41
j java.awt.EventQueue.access$200(Ljava/awt/EventQueue;Ljava/awt/AWTEvent;Ljava/lang/Object;)V+3
j java.awt.EventQueue$3.run()Ljava/lang/Void;+12
j java.awt.EventQueue$3.run()Ljava/lang/Object;+1
v ~StubRoutines::call_stub
J java.security.AccessController.doPrivileged(Ljava/security/PrivilegedAction;Ljava/security/AccessControlContext;)Ljava/lang/Object;
j java.security.ProtectionDomain$1.doIntersectionPrivilege(Ljava/security/PrivilegedAction;Ljava/security/AccessControlContext;Ljava/security/AccessControlContext;)Ljava/lang/Object;+28
j java.security.ProtectionDomain$1.doIntersectionPrivilege(Ljava/security/PrivilegedAction;Ljava/security/AccessControlContext;)Ljava/lang/Object;+6
j java.awt.EventQueue$4.run()Ljava/lang/Void;+11
j java.awt.EventQueue$4.run()Ljava/lang/Object;+1
v ~StubRoutines::call_stub
J java.security.AccessController.doPrivileged(Ljava/security/PrivilegedAction;Ljava/security/AccessControlContext;)Ljava/lang/Object;
j java.security.ProtectionDomain$1.doIntersectionPrivilege(Ljava/security/PrivilegedAction;Ljava/security/AccessControlContext;Ljava/security/AccessControlContext;)Ljava/lang/Object;+28
j java.awt.EventQueue.dispatchEvent(Ljava/awt/AWTEvent;)V+73
j java.awt.EventDispatchThread.pumpOneEventForFilters(I)V+245
j java.awt.EventDispatchThread.pumpEventsForFilter(ILjava/awt/Conditional;Ljava/awt/EventFilter;)V+48
j java.awt.EventDispatchThread.pumpEventsForHierarchy(ILjava/awt/Conditional;Ljava/awt/Component;)V+11
j java.awt.EventDispatchThread.pumpEvents(ILjava/awt/Conditional;)V+4
j java.awt.EventDispatchThread.pumpEvents(Ljava/awt/Conditional;)V+3
j java.awt.EventDispatchThread.run()V+9
v ~StubRoutines::call_stub
--------------- P R O C E S S ---------------
Java Threads: ( => current thread )
0x04bd4c00 JavaThread "Running World Wind Retriever:
http://worldwind26.arc.nasa.gov/wms?service=WMS&request=GetMap&version=1.3&crs=CRS:84&layers=continents,NASA_SRTM30_900m_Tiled,USGS-NED&styles=&format=application/bil16&width=150&height=150&bbox=60.0,-30.0,80.0,-10.0&" daemon [_thread_in_native, id=7144, stack(0x0bd10000,0x0bd60000)]
0x04bd4800 JavaThread "Running World Wind Retriever:
http://worldwind26.arc.nasa.gov/wms?service=WMS&request=GetMap&version=1.3&crs=CRS:84&layers=continents,NASA_SRTM30_900m_Tiled,USGS-NED&styles=&format=application/bil16&width=150&height=150&bbox=60.0,-90.0,80.0,-70.0&" daemon [_thread_in_native, id=5088, stack(0x0bd80000,0x0bdd0000)]
0x04bd4000 JavaThread "Running World Wind Retriever:
http://worldwind26.arc.nasa.gov/wms?service=WMS&request=GetMap&version=1.3&crs=CRS:84&layers=continents,NASA_SRTM30_900m_Tiled,USGS-NED&styles=&format=application/bil16&width=150&height=150&bbox=0.0,-90.0,20.0,-70.0&" daemon [_thread_in_native, id=6996, stack(0x0bbb0000,0x0bc00000)]
0x04bd3c00 JavaThread "Idle World Wind Task " daemon [_thread_blocked, id=6876, stack(0x0a080000,0x0a0d0000)]
0x04bd3400 JavaThread "Running World Wind Retriever:
http://worldwind26.arc.nasa.gov/wms?service=WMS&request=GetMap&version=1.3&crs=CRS:84&layers=continents,NASA_SRTM30_900m_Tiled,USGS-NED&styles=&format=application/bil16&width=150&height=150&bbox=80.0,30.0,100.0,50.0&" daemon [_thread_in_native, id=4864, stack(0x0bc00000,0x0bc50000)]
0x04bd3000 JavaThread "Idle World Wind Task " daemon [_thread_blocked, id=6756, stack(0x0b260000,0x0b2b0000)]
0x04bd2800 JavaThread "Idle World Wind Task " daemon [_thread_blocked, id=3068, stack(0x0b3f0000,0x0b440000)]
0x04bd2000 JavaThread "Idle World Wind Task " daemon [_thread_blocked, id=6152, stack(0x0a030000,0x0a080000)]
0x04bd1c00 JavaThread "Thread-15" daemon [_thread_blocked, id=4384, stack(0x0a160000,0x0a1b0000)]
0x04bd1400 JavaThread "jME3 Audio Thread" daemon [_thread_blocked, id=6872, stack(0x09d90000,0x09de0000)]
0x04bd1000 JavaThread "TimerQueue" daemon [_thread_blocked, id=4692, stack(0x0b000000,0x0b050000)]
0x04bd0800 JavaThread "D3D Screen Updater" daemon [_thread_blocked, id=4352, stack(0x0ad30000,0x0ad80000)]
0x04bd0400 JavaThread "DestroyJavaVM" [_thread_blocked, id=4516, stack(0x00fc0000,0x01010000)]
=>0x04c4d400 JavaThread "AWT-EventQueue-0" [_thread_in_native, id=5684, stack(0x0a250000,0x0a2a0000)]
0x04c4a400 JavaThread "AWT-Shutdown" [_thread_blocked, id=5288, stack(0x09e80000,0x09ed0000)]
0x04dcf400 JavaThread "main-SharedResourceRunner" daemon [_thread_blocked, id=5440, stack(0x074b0000,0x07500000)]
0x04d6c800 JavaThread "AWT-Windows" daemon [_thread_in_native, id=6540, stack(0x055a0000,0x055f0000)]
0x04d64000 JavaThread "Java2D Disposer" daemon [_thread_blocked, id=6380, stack(0x052c0000,0x05310000)]
0x00f06c00 JavaThread "Service Thread" daemon [_thread_blocked, id=6508, stack(0x04ac0000,0x04b10000)]
0x00f01c00 JavaThread "C1 CompilerThread0" daemon [_thread_blocked, id=5532, stack(0x04b80000,0x04bd0000)]
0x00f00800 JavaThread "Attach Listener" daemon [_thread_blocked, id=5180, stack(0x04a70000,0x04ac0000)]
0x00efd400 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=6464, stack(0x04a20000,0x04a70000)]
0x00eec400 JavaThread "Finalizer" daemon [_thread_blocked, id=4632, stack(0x04840000,0x04890000)]
0x00ee7800 JavaThread "Reference Handler" daemon [_thread_blocked, id=1052, stack(0x047b0000,0x04800000)]
Other Threads:
0x00ee5000 VMThread [stack: 0x04740000,0x04790000] [id=6636]
0x00f22000 WatcherThread [stack: 0x011c0000,0x01210000] [id=3900]
VM state:not at safepoint (normal execution)
VM Mutex/Monitor currently owned by a thread: None
Heap
def new generation total 4928K, used 1139K [0x24250000, 0x247a0000, 0x297a0000)
eden space 4416K, 19% used [0x24250000, 0x24322e98, 0x246a0000)
from space 512K, 57% used [0x24720000, 0x24769f50, 0x247a0000)
to space 512K, 0% used [0x246a0000, 0x246a0000, 0x24720000)
tenured generation total 10944K, used 10105K [0x297a0000, 0x2a250000, 0x34250000)
the space 10944K, 92% used [0x297a0000, 0x2a17e6c0, 0x2a17e800, 0x2a250000)
compacting perm gen total 12288K, used 10041K [0x34250000, 0x34e50000, 0x38250000)
the space 12288K, 81% used [0x34250000, 0x34c1e4a8, 0x34c1e600, 0x34e50000)
ro space 10240K, 45% used [0x38250000, 0x386d4650, 0x386d4800, 0x38c50000)
rw space 12288K, 54% used [0x38c50000, 0x392d7e58, 0x392d8000, 0x39850000)
Card table byte_map: [0x01090000,0x01140000] byte_map_base: 0x00f6ed80
Polling page: 0x00290000
Code Cache [0x026c0000, 0x028b0000, 0x046c0000)
total_blobs=1263 nmethods=831 adapters=366 free_code_cache=30808Kb largest_free_block=31547072
Compilation events (10 events):
Event: 7.671 Thread 0x00f01c00 836 ! com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver::next (2323 bytes)
Event: 7.681 Thread 0x00f01c00 nmethod 836 0x028a0688 code [0x028a0c90, 0x028a2708]
Event: 7.681 Thread 0x00f01c00 837 com.sun.org.apache.xerces.internal.impl.XMLEntityScanner::scanName (384 bytes)
Event: 7.683 Thread 0x00f01c00 nmethod 837 0x028a6788 code [0x028a6950, 0x028a6f38]
Event: 7.872 Thread 0x00f01c00 838 java.util.concurrent.CopyOnWriteArrayList::getArray (5 bytes)
Event: 7.872 Thread 0x00f01c00 nmethod 838 0x028a7708 code [0x028a7800, 0x028a7880]
Event: 7.872 Thread 0x00f01c00 839 gov.nasa.worldwind.util.Tile::computeRow (163 bytes)
Event: 7.875 Thread 0x00f01c00 nmethod 839 0x028a78c8 code [0x028a7bc0, 0x028a8c88]
Event: 7.884 Thread 0x00f01c00 841 java.lang.Integer::hashCode (5 bytes)
Event: 7.885 Thread 0x00f01c00 nmethod 841 0x028a9f88 code [0x028aa080, 0x028aa100]
GC Heap History (10 events):
Event: 7.320 GC heap before
{Heap before GC invocations=122 (full 0):
def new generation total 4928K, used 4928K [0x24250000, 0x247a0000, 0x297a0000)
eden space 4416K, 100% used [0x24250000, 0x246a0000, 0x246a0000)
from space 512K, 100% used [0x246a0000, 0x24720000, 0x24720000)
to space 512K, 0% used [0x24720000, 0x24720000, 0x247a0000)
tenured generation total 10944K, used 8304K [0x297a0000, 0x2a250000, 0x34250000)
the space 10944K, 75% used [0x297a0000, 0x29fbc1e0, 0x29fbc200, 0x2a250000)
compacting perm gen total 12288K, used 9775K [0x34250000, 0x34e50000, 0x38250000)
the space 12288K, 79% used [0x34250000, 0x34bdbec8, 0x34bdc000, 0x34e50000)
ro space 10240K, 45% used [0x38250000, 0x386d4650, 0x386d4800, 0x38c50000)
rw space 12288K, 54% used [0x38c50000, 0x392d7e58, 0x392d8000, 0x39850000)
Event: 7.327 GC heap after
Heap after GC invocations=123 (full 0):
def new generation total 4928K, used 322K [0x24250000, 0x247a0000, 0x297a0000)
eden space 4416K, 0% used [0x24250000, 0x24250000, 0x246a0000)
from space 512K, 63% used [0x24720000, 0x24770a80, 0x247a0000)
to space 512K, 0% used [0x246a0000, 0x246a0000, 0x24720000)
tenured generation total 10944K, used 8577K [0x297a0000, 0x2a250000, 0x34250000)
the space 10944K, 78% used [0x297a0000, 0x2a0004c0, 0x2a000600, 0x2a250000)
compacting perm gen total 12288K, used 9775K [0x34250000, 0x34e50000, 0x38250000)
the space 12288K, 79% used [0x34250000, 0x34bdbec8, 0x34bdc000, 0x34e50000)
ro space 10240K, 45% used [0x38250000, 0x386d4650, 0x386d4800, 0x38c50000)
rw space 12288K, 54% used [0x38c50000, 0x392d7e58, 0x392d8000, 0x39850000)
}
Event: 7.464 GC heap before
{Heap before GC invocations=123 (full 0):
def new generation total 4928K, used 4738K [0x24250000, 0x247a0000, 0x297a0000)
eden space 4416K, 100% used [0x24250000, 0x246a0000, 0x246a0000)
from space 512K, 63% used [0x24720000, 0x24770a80, 0x247a0000)
to space 512K, 0% used [0x246a0000, 0x246a0000, 0x24720000)
tenured generation total 10944K, used 8577K [0x297a0000, 0x2a250000, 0x34250000)
the space 10944K, 78% used [0x297a0000, 0x2a0004c0, 0x2a000600, 0x2a250000)
compacting perm gen total 12288K, used 9858K [0x34250000, 0x34e50000, 0x38250000)
the space 12288K, 80% used [0x34250000, 0x34bf0920, 0x34bf0a00, 0x34e50000)
ro space 10240K, 45% used [0x38250000, 0x386d4650, 0x386d4800, 0x38c50000)
rw space 12288K, 54% used [0x38c50000, 0x392d7e58, 0x392d8000, 0x39850000)
Event: 7.471 GC heap after
Heap after GC invocations=124 (full 0):
def new generation total 4928K, used 157K [0x24250000, 0x247a0000, 0x297a0000)
eden space 4416K, 0% used [0x24250000, 0x24250000, 0x246a0000)
from space 512K, 30% used [0x246a0000, 0x246c75e8, 0x24720000)
to space 512K, 0% used [0x24720000, 0x24720000, 0x247a0000)
tenured generation total 10944K, used 10105K [0x297a0000, 0x2a250000, 0x34250000)
the space 10944K, 92% used [0x297a0000, 0x2a17e6c0, 0x2a17e800, 0x2a250000)
compacting perm gen total 12288K, used 9858K [0x34250000, 0x34e50000, 0x38250000)
the space 12288K, 80% used [0x34250000, 0x34bf0920, 0x34bf0a00, 0x34e50000)
ro space 10240K, 45% used [0x38250000, 0x386d4650, 0x386d4800, 0x38c50000)
rw space 12288K, 54% used [0x38c50000, 0x392d7e58, 0x392d8000, 0x39850000)
}
Event: 7.577 GC heap before
{Heap before GC invocations=124 (full 0):
def new generation total 4928K, used 4573K [0x24250000, 0x247a0000, 0x297a0000)
eden space 4416K, 100% used [0x24250000, 0x246a0000, 0x246a0000)
from space 512K, 30% used [0x246a0000, 0x246c75e8, 0x24720000)
to space 512K, 0% used [0x24720000, 0x24720000, 0x247a0000)
tenured generation total 10944K, used 10105K [0x297a0000, 0x2a250000, 0x34250000)
the space 10944K, 92% used [0x297a0000, 0x2a17e6c0, 0x2a17e800, 0x2a250000)
compacting perm gen total 12288K, used 9866K [0x34250000, 0x34e50000, 0x38250000)
the space 12288K, 80% used [0x34250000, 0x34bf2858, 0x34bf2a00, 0x34e50000)
ro space 10240K, 45% used [0x38250000, 0x386d4650, 0x386d4800, 0x38c50000)
rw space 12288K, 54% used [0x38c50000, 0x392d7e58, 0x392d8000, 0x39850000)
Event: 7.580 GC heap after
Heap after GC invocations=125 (full 0):
def new generation total 4928K, used 107K [0x24250000, 0x247a0000, 0x297a0000)
eden space 4416K, 0% used [0x24250000, 0x24250000, 0x246a0000)
from space 512K, 21% used [0x24720000, 0x2473af58, 0x247a0000)
to space 512K, 0% used [0x246a0000, 0x246a0000, 0x24720000)
tenured generation total 10944K, used 10105K [0x297a0000, 0x2a250000, 0x34250000)
the space 10944K, 92% used [0x297a0000, 0x2a17e6c0, 0x2a17e800, 0x2a250000)
compacting perm gen total 12288K, used 9866K [0x34250000, 0x34e50000, 0x38250000)
the space 12288K, 80% used [0x34250000, 0x34bf2858, 0x34bf2a00, 0x34e50000)
ro space 10240K, 45% used [0x38250000, 0x386d4650, 0x386d4800, 0x38c50000)
rw space 12288K, 54% used [0x38c50000, 0x392d7e58, 0x392d8000, 0x39850000)
}
Event: 7.617 GC heap before
{Heap before GC invocations=125 (full 0):
def new generation total 4928K, used 4523K [0x24250000, 0x247a0000, 0x297a0000)
eden space 4416K, 100% used [0x24250000, 0x246a0000, 0x246a0000)
from space 512K, 21% used [0x24720000, 0x2473af58, 0x247a0000)
to space 512K, 0% used [0x246a0000, 0x246a0000, 0x24720000)
tenured generation total 10944K, used 10105K [0x297a0000, 0x2a250000, 0x34250000)
the space 10944K, 92% used [0x297a0000, 0x2a17e6c0, 0x2a17e800, 0x2a250000)
compacting perm gen total 12288K, used 9870K [0x34250000, 0x34e50000, 0x38250000)
the space 12288K, 80% used [0x34250000, 0x34bf3930, 0x34bf3a00, 0x34e50000)
ro space 10240K, 45% used [0x38250000, 0x386d4650, 0x386d4800, 0x38c50000)
rw space 12288K, 54% used [0x38c50000, 0x392d7e58, 0x392d8000, 0x39850000)
Event: 7.619 GC heap after
Heap after GC invocations=126 (full 0):
def new generation total 4928K, used 143K [0x24250000, 0x247a0000, 0x297a0000)
eden space 4416K, 0% used [0x24250000, 0x24250000, 0x246a0000)
from space 512K, 28% used [0x246a0000, 0x246c3f50, 0x24720000)
to space 512K, 0% used [0x24720000, 0x24720000, 0x247a0000)
tenured generation total 10944K, used 10105K [0x297a0000, 0x2a250000, 0x34250000)
the space 10944K, 92% used [0x297a0000, 0x2a17e6c0, 0x2a17e800, 0x2a250000)
compacting perm gen total 12288K, used 9870K [0x34250000, 0x34e50000, 0x38250000)
the space 12288K, 80% used [0x34250000, 0x34bf3930, 0x34bf3a00, 0x34e50000)
ro space 10240K, 45% used [0x38250000, 0x386d4650, 0x386d4800, 0x38c50000)
rw space 12288K, 54% used [0x38c50000, 0x392d7e58, 0x392d8000, 0x39850000)
}
Event: 7.859 GC heap before
{Heap before GC invocations=126 (full 0):
def new generation total 4928K, used 4559K [0x24250000, 0x247a0000, 0x297a0000)
eden space 4416K, 100% used [0x24250000, 0x246a0000, 0x246a0000)
from space 512K, 28% used [0x246a0000, 0x246c3f50, 0x24720000)
to space 512K, 0% used [0x24720000, 0x24720000, 0x247a0000)
tenured generation total 10944K, used 10105K [0x297a0000, 0x2a250000, 0x34250000)
the space 10944K, 92% used [0x297a0000, 0x2a17e6c0, 0x2a17e800, 0x2a250000)
compacting perm gen total 12288K, used 10030K [0x34250000, 0x34e50000, 0x38250000)
the space 12288K, 81% used [0x34250000, 0x34c1bb40, 0x34c1bc00, 0x34e50000)
ro space 10240K, 45% used [0x38250000, 0x386d4650, 0x386d4800, 0x38c50000)
rw space 12288K, 54% used [0x38c50000, 0x392d7e58, 0x392d8000, 0x39850000)
Event: 7.863 GC heap after
Heap after GC invocations=127 (full 0):
def new generation total 4928K, used 295K [0x24250000, 0x247a0000, 0x297a0000)
eden space 4416K, 0% used [0x24250000, 0x24250000, 0x246a0000)
from space 512K, 57% used [0x24720000, 0x24769f50, 0x247a0000)
to space 512K, 0% used [0x246a0000, 0x246a0000, 0x24720000)
tenured generation total 10944K, used 10105K [0x297a0000, 0x2a250000, 0x34250000)
the space 10944K, 92% used [0x297a0000, 0x2a17e6c0, 0x2a17e800, 0x2a250000)
compacting perm gen total 12288K, used 10030K [0x34250000, 0x34e50000, 0x38250000)
the space 12288K, 81% used [0x34250000, 0x34c1bb40, 0x34c1bc00, 0x34e50000)
ro space 10240K, 45% used [0x38250000, 0x386d4650, 0x386d4800, 0x38c50000)
rw space 12288K, 54% used [0x38c50000, 0x392d7e58, 0x392d8000, 0x39850000)
}
Deoptimization events (0 events):
No events
Internal exceptions (10 events):
Event: 7.667 Thread 0x04c4d400 Threw 0x2465edf0 at C:\jdk7u1_32P\jdk7u7\hotspot\src\share\vm\prims\jvm.cpp:1166
Event: 7.670 Thread 0x04c4d400 Threw 0x2466ada0 at C:\jdk7u1_32P\jdk7u7\hotspot\src\share\vm\prims\jvm.cpp:1166
Event: 7.671 Thread 0x04c4d400 Threw 0x2466f4e0 at C:\jdk7u1_32P\jdk7u7\hotspot\src\share\vm\prims\jvm.cpp:1166
Event: 7.673 Thread 0x04bd2800 Threw 0x246795a8 at C:\jdk7u1_32P\jdk7u7\hotspot\src\share\vm\prims\jvm.cpp:1166
Event: 7.673 Thread 0x04bd2800 Threw 0x2467d878 at C:\jdk7u1_32P\jdk7u7\hotspot\src\share\vm\prims\jvm.cpp:1166
Event: 7.675 Thread 0x04c4d400 Threw 0x2468adf0 at C:\jdk7u1_32P\jdk7u7\hotspot\src\share\vm\prims\jvm.cpp:1166
Event: 7.676 Thread 0x04c4d400 Threw 0x2468e278 at C:\jdk7u1_32P\jdk7u7\hotspot\src\share\vm\prims\jvm.cpp:1166
Event: 7.856 Thread 0x04c4d400 Threw 0x2469a5c0 at C:\jdk7u1_32P\jdk7u7\hotspot\src\share\vm\prims\jvm.cpp:1166
Event: 7.859 Thread 0x04c4d400 Threw 0x2469fbd0 at C:\jdk7u1_32P\jdk7u7\hotspot\src\share\vm\prims\jvm.cpp:1166
Event: 7.867 Thread 0x04c4d400 Threw 0x24253bc0 at C:\jdk7u1_32P\jdk7u7\hotspot\src\share\vm\prims\jvm.cpp:1166
Events (10 events):
Event: 7.866 Executing VM operation: RevokeBias
Event: 7.866 Executing VM operation: RevokeBias done
Event: 7.866 Executing VM operation: RevokeBias
Event: 7.866 Executing VM operation: RevokeBias done
Event: 7.866 Executing VM operation: RevokeBias
Event: 7.866 Executing VM operation: RevokeBias done
Event: 7.866 Executing VM operation: RevokeBias
Event: 7.866 Executing VM operation: RevokeBias done
Event: 7.867 loading class 0x07caafd0
Event: 7.867 loading class 0x07caafd0 done
Dynamic libraries:
0x01280000 - 0x012af000 C:\Program Files (x86)\Java\jdk1.7.0_07\bin\java.exe
0x77d40000 - 0x77ec0000 C:\Windows\SysWOW64\ntdll.dll
0x75b30000 - 0x75c30000 C:\Windows\syswow64\kernel32.dll
0x77290000 - 0x772d6000 C:\Windows\syswow64\KERNELBASE.dll
0x74e80000 - 0x74ef1000 C:\Windows\SysWOW64\SYSFER.DLL
0x77140000 - 0x771e0000 C:\Windows\syswow64\ADVAPI32.dll
0x75560000 - 0x7560c000 C:\Windows\syswow64\msvcrt.dll
0x76c70000 - 0x76c89000 C:\Windows\SysWOW64\sechost.dll
0x76d60000 - 0x76e50000 C:\Windows\syswow64\RPCRT4.dll
0x75420000 - 0x75480000 C:\Windows\syswow64\SspiCli.dll
0x75410000 - 0x7541c000 C:\Windows\syswow64\CRYPTBASE.dll
0x76f80000 - 0x77080000 C:\Windows\syswow64\USER32.dll
0x770b0000 - 0x77140000 C:\Windows\syswow64\GDI32.dll
0x75550000 - 0x7555a000 C:\Windows\syswow64\LPK.dll
0x76c90000 - 0x76d2d000 C:\Windows\syswow64\USP10.dll
0x73e30000 - 0x73fce000 C:\Windows\WinSxS\x86_microsoft.windows.common-controls_6595b64144ccf1df_6.0.7600.16661_none_420fe3fa2b8113bd\COMCTL32.dll
0x76e80000 - 0x76ed7000 C:\Windows\syswow64\SHLWAPI.dll
0x75d60000 - 0x75dc0000 C:\Windows\system32\IMM32.DLL
0x75480000 - 0x7554c000 C:\Windows\syswow64\MSCTF.dll
0x73930000 - 0x739ee000 C:\Program Files (x86)\Java\jdk1.7.0_07\jre\bin\msvcr100.dll
0x5c3d0000 - 0x5c71c000 C:\Program Files (x86)\Java\jdk1.7.0_07\jre\bin\client\jvm.dll
0x74e30000 - 0x74e37000 C:\Windows\system32\WSOCK32.dll
0x75810000 - 0x75845000 C:\Windows\syswow64\WS2_32.dll
0x76ee0000 - 0x76ee6000 C:\Windows\syswow64\NSI.dll
0x748f0000 - 0x74922000 C:\Windows\system32\WINMM.dll
0x75d50000 - 0x75d55000 C:\Windows\syswow64\PSAPI.DLL
0x6fef0000 - 0x6fefc000 C:\Program Files (x86)\Java\jdk1.7.0_07\jre\bin\verify.dll
0x6fca0000 - 0x6fcc0000 C:\Program Files (x86)\Java\jdk1.7.0_07\jre\bin\java.dll
0x6fc80000 - 0x6fc93000 C:\Program Files (x86)\Java\jdk1.7.0_07\jre\bin\zip.dll
0x6fbd0000 - 0x6fbe4000 C:\Program Files (x86)\Java\jdk1.7.0_07\jre\bin\net.dll
0x74e40000 - 0x74e7c000 C:\Windows\system32\mswsock.dll
0x74cf0000 - 0x74cf6000 C:\Windows\System32\wship6.dll
0x73ce0000 - 0x73cef000 C:\Program Files (x86)\Java\jdk1.7.0_07\jre\bin\nio.dll
0x6b700000 - 0x6b842000 C:\Program Files (x86)\Java\jdk1.7.0_07\jre\bin\awt.dll
0x75dc0000 - 0x75e4f000 C:\Windows\syswow64\OLEAUT32.dll
0x75860000 - 0x759bc000 C:\Windows\syswow64\ole32.dll
0x70310000 - 0x70323000 C:\Windows\system32\DWMAPI.DLL
0x70330000 - 0x703b0000 C:\Windows\system32\uxtheme.dll
0x10000000 - 0x10037000 C:\Program Files (x86)\ATI Technologies\HydraVision\HydraDMH.dll
0x6f5e0000 - 0x6f7a3000 C:\Windows\system32\d3d9.dll
0x74bc0000 - 0x74bc9000 C:\Windows\system32\VERSION.dll
0x6fa60000 - 0x6fa66000 C:\Windows\system32\d3d8thk.dll
0x6ef10000 - 0x6effa000 C:\Windows\system32\aticfx32.dll
0x6f370000 - 0x6f389000 C:\Windows\system32\atiu9pag.dll
0x6e9b0000 - 0x6ef06000 C:\Windows\system32\atiumdag.dll
0x6dc60000 - 0x6defc000 C:\Windows\system32\atiumdva.dll
0x73d10000 - 0x73d26000 C:\Windows\system32\CRYPTSP.dll
0x73c90000 - 0x73ccb000 C:\Windows\system32\rsaenh.dll
0x74b00000 - 0x74b17000 C:\Windows\system32\USERENV.dll
0x74d60000 - 0x74d6b000 C:\Windows\system32\profapi.dll
0x74e20000 - 0x74e30000 C:\Windows\system32\NLAapi.dll
0x74dd0000 - 0x74e14000 C:\Windows\system32\DNSAPI.dll
0x74dc0000 - 0x74dc8000 C:\Windows\System32\winrnr.dll
0x74db0000 - 0x74dc0000 C:\Windows\system32\napinsp.dll
0x74d90000 - 0x74da2000 C:\Windows\system32\pnrpnsp.dll
0x74d00000 - 0x74d05000 C:\Windows\System32\wshtcpip.dll
0x74cd0000 - 0x74cec000 C:\Windows\system32\IPHLPAPI.DLL
0x74cc0000 - 0x74cc7000 C:\Windows\system32\WINNSI.DLL
0x74d70000 - 0x74d76000 C:\Windows\system32\rasadhlp.dll
0x74b30000 - 0x74b68000 C:\Windows\System32\fwpuclnt.dll
0x637c0000 - 0x637ca000 C:\Users\kiran.d\AppData\Local\Temp\jogamp_0000\file_cache\jln6042483619681043652\jln4658785560436322720\gluegen-rt.dll
0x6a860000 - 0x6a866000 C:\Program Files (x86)\Java\jdk1.7.0_07\jre\bin\jawt.dll
0x6a440000 - 0x6a44a000 C:\Users\kiran.d\AppData\Local\Temp\jogamp_0000\file_cache\jln6042483619681043652\jln4658785560436322720\nativewindow_awt.dll
0x76020000 - 0x76c69000 C:\Windows\syswow64\SHELL32.dll
0x6c100000 - 0x6c110000 C:\Users\kiran.d\AppData\Local\Temp\jogamp_0000\file_cache\jln6042483619681043652\jln4658785560436322720\nativewindow_win32.dll
0x6a6b0000 - 0x6a778000 C:\Windows\system32\OpenGL32.dll
0x6a680000 - 0x6a6a2000 C:\Windows\system32\GLU32.dll
0x6a590000 - 0x6a677000 C:\Windows\system32\DDRAW.dll
0x6a580000 - 0x6a586000 C:\Windows\system32\DCIMAN32.dll
0x772e0000 - 0x7747d000 C:\Windows\syswow64\SETUPAPI.dll
0x77080000 - 0x770a7000 C:\Windows\syswow64\CFGMGR32.dll
0x77270000 - 0x77282000 C:\Windows\syswow64\DEVOBJ.dll
0x64500000 - 0x6456a000 C:\Users\kiran.d\AppData\Local\Temp\jogamp_0000\file_cache\jln6042483619681043652\jln4658785560436322720\jogl_desktop.dll
0x6f3e0000 - 0x6f3e7000 C:\Windows\system32\atiglpxx.dll
0x5f530000 - 0x6086b000 C:\Windows\system32\atioglxx.dll
0x6b690000 - 0x6b6fd000 C:\Windows\system32\atiadlxy.dll
0x74660000 - 0x7466d000 C:\Windows\system32\WTSAPI32.dll
0x76d30000 - 0x76d5d000 C:\Windows\syswow64\WINTRUST.dll
0x75610000 - 0x7572c000 C:\Windows\syswow64\CRYPT32.dll
0x75e50000 - 0x75e5c000 C:\Windows\syswow64\MSASN1.dll
0x6b920000 - 0x6b92b000 C:\Windows\system32\atigktxx.dll
0x6fba0000 - 0x6fbca000 C:\Program Files (x86)\Java\jdk1.7.0_07\jre\bin\fontmanager.dll
0x6b600000 - 0x6b652000 C:\Users\KIRAN~1.DOD\AppData\Local\Temp\jogamp_0000\file_cache\jln6042483619681043652\jln4658785560436322720\soft_oal.dll
0x680c0000 - 0x680d3000 C:\Users\kiran.d\AppData\Local\Temp\jogamp_0000\file_cache\jln6042483619681043652\jln4658785560436322720\joal.dll
0x76ef0000 - 0x76f73000 C:\Windows\syswow64\CLBCatQ.DLL
0x6fb60000 - 0x6fb99000 C:\Windows\System32\MMDevApi.dll
0x6df00000 - 0x6dff5000 C:\Windows\System32\PROPSYS.dll
0x6fae0000 - 0x6fb52000 C:\Windows\system32\dsound.dll
0x6fab0000 - 0x6fad5000 C:\Windows\system32\POWRPROF.dll
0x6f9f0000 - 0x6fa26000 C:\Windows\system32\AUDIOSES.DLL
0x74bd0000 - 0x74cbb000 C:\Windows\system32\dbghelp.dll
VM Arguments:
jvm_args: -Dfile.encoding=UTF-8
java_command: mygame.Main
Launcher Type: SUN_STANDARD
Environment Variables:
JAVA_HOME=C:\Program Files (x86)\Java\jdk1.6.0_21
PATH=C:\Program Files (x86)\AMD APP\bin\x86_64;C:\Program Files (x86)\AMD APP\bin\x86;C:\Program Files (x86)\CA\SC\CAWIN\;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;c:\Program Files (x86)\Microsoft SQL Server\90\Tools\binn\;C:\Program Files (x86)\ATI Technologies\ATI.ACE\Core-Static;;C:\Program Files (x86)\Java\jdk1.7.0_07\bin;C:\PROGRA~2\CA\SC\CAM\bin;C:\Program Files (x86)\CA\SC\Csam\SockAdapter\bin;C:\Program Files (x86)\CA\SC\CBB\;C:\Program Files (x86)\CA\DSM\bin;C:\Program Files (x86)\ZICSO\bin;c:\Delta3D\REL-2.5.0\build_VS2008\bin;c:\Delta3D\REL-2.5.0\ext\bin
USERNAME=kiran
OS=Windows_NT
PROCESSOR_IDENTIFIER=Intel64 Family 15 Model 6 Stepping 5, GenuineIntel
--------------- S Y S T E M ---------------
OS: Windows 7 , 64 bit Build 7600
CPU:total 2 (2 cores per cpu, 1 threads per core) family 15 model 6 stepping 5, cmov, cx8, fxsr, mmx, sse, sse2, sse3, tsc
Memory: 4k page, physical 8320628k(5023252k free), swap 16639356k(12673952k free)
vm_info: Java HotSpot(TM) Client VM (23.3-b01) for windows-x86 JRE (1.7.0_07-b11), built on Sep 7 2012 01:40:56 by "java_re" with unknown MS VC++:1600
time: Wed Aug 21 18:33:50 2013
elapsed time: 8 seconds