Our application uses jogl2.0 to render in 3D and runs fine on most machines. However, we have come across some machines that crash with the error log below. If we set the application to run in XP compatibility mode the application stops crashing. Any ideas?
# # A fatal error has been detected by the Java Runtime Environment: # # EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x0000000180153b9f, pid=1712, tid=4628 # # JRE version: Java(TM) SE Runtime Environment (7.0_51-b13) (build 1.7.0_51-b13) # Java VM: Java HotSpot(TM) 64-Bit Server VM (24.51-b03 mixed mode windows-amd64 compressed oops) # Problematic frame: # C [ig75icd64.dll+0x153b9f] # # 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 (0x0000000008eef800): JavaThread "AWT-EventQueue-0" [_thread_in_native, id=4628, stack(0x000000000a840000,0x000000000a940000)] siginfo: ExceptionCode=0xc0000005, reading address 0x0000000000000308 Registers: RAX=0x000000000bd618f0, RBX=0x000000000be7d420, RCX=0x0000000000000000, RDX=0x0000000000000000 RSP=0x000000000a93cc00, RBP=0x000000000a93cc30, RSI=0x000000000ac80570, RDI=0x000000000be7d420 R8 =0x000000000ac80570, R9 =0x0000000000000000, R10=0x0000000000000000, R11=0x000000000000001b R12=0x0000000000000016, R13=0x0000000000000000, R14=0x0000000000000000, R15=0x0000000000000000 RIP=0x0000000180153b9f, EFLAGS=0x0000000000010206 Top of Stack: (sp=0x000000000a93cc00) 0x000000000a93cc00: 0000000000000001 00000001803b6d10 0x000000000a93cc10: 000000000ac70870 000000000ac70870 0x000000000a93cc20: fffffffffffffffe 000000000ac80570 0x000000000a93cc30: 000000000a93cc60 0000000180153dec 0x000000000a93cc40: 000000000be7d420 0000000000000001 0x000000000a93cc50: 000000000000000c 000000000ac80570 0x000000000a93cc60: 000000000a93cc90 0000000180152c7f 0x000000000a93cc70: 000000000bd618f0 000000000aaf6010 0x000000000a93cc80: 000000000ac80570 0000000000000000 0x000000000a93cc90: 000000000a93ccc0 000000018002610c 0x000000000a93cca0: 000000000aa9d088 000000000ac80570 0x000000000a93ccb0: 000000000aaf6010 0000000000000000 0x000000000a93ccc0: 000000000a93cd00 0000000180153a81 0x000000000a93ccd0: 000000000aa9d088 0000000000000007 0x000000000a93cce0: 000000000ac80570 0000000000000000 0x000000000a93ccf0: 000000000aaf6010 000000018015792c Instructions: (pc=0x0000000180153b9f) 0x0000000180153b7f: 48 8b 04 25 58 00 00 00 b9 10 00 00 00 48 8b 04 0x0000000180153b8f: d0 48 8b 0c 01 48 8b 43 08 4c 8b 89 a8 71 01 00 0x0000000180153b9f: 4c 8b 81 08 03 00 00 48 8b d0 ff 90 a8 00 00 00 0x0000000180153baf: 90 48 8d 05 99 c6 2e 00 48 89 03 48 8b 4b 10 48 Register to memory mapping: RAX=0x000000000bd618f0 is an unknown value RBX=0x000000000be7d420 is an unknown value RCX=0x0000000000000000 is an unknown value RDX=0x0000000000000000 is an unknown value RSP=0x000000000a93cc00 is pointing into the stack for thread: 0x0000000008eef800 RBP=0x000000000a93cc30 is pointing into the stack for thread: 0x0000000008eef800 RSI=0x000000000ac80570 is an unknown value RDI=0x000000000be7d420 is an unknown value R8 =0x000000000ac80570 is an unknown value R9 =0x0000000000000000 is an unknown value R10=0x0000000000000000 is an unknown value R11=0x000000000000001b is an unknown value R12=0x0000000000000016 is an unknown value R13=0x0000000000000000 is an unknown value R14=0x0000000000000000 is an unknown value R15=0x0000000000000000 is an unknown value Stack: [0x000000000a840000,0x000000000a940000], sp=0x000000000a93cc00, free space=1011k Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code) C [ig75icd64.dll+0x153b9f] C [ig75icd64.dll+0x153dec] C [ig75icd64.dll+0x152c7f] C [ig75icd64.dll+0x2610c] C [ig75icd64.dll+0x153a81] C [ig75icd64.dll+0x157c4a] C [ig75icd64.dll+0x3ac746] C [ig75icd64.dll+0x3ac12e] C [ig75icd64.dll+0x39ef14] Java frames: (J=compiled Java code, j=interpreted, Vv=VM code) j jogamp.nativewindow.windows.GDI.SetPixelFormat1(JILjava/nio/ByteBuffer;)Z+0 j jogamp.nativewindow.windows.GDI.SetPixelFormat(JILjogamp/nativewindow/windows/PIXELFORMATDESCRIPTOR;)Z+14 j jogamp.opengl.windows.wgl.WGLUtil.SetPixelFormat(JILjogamp/nativewindow/windows/PIXELFORMATDESCRIPTOR;)Z+16 j jogamp.opengl.windows.wgl.WindowsWGLGraphicsConfigurationFactory.updateGraphicsConfiguration(Ljavax/media/nativewindow/CapabilitiesChooser;Ljavax/media/opengl/GLDrawableFactory;Ljavax/media/nativewindow/NativeSurface;[I)V+165 j jogamp.opengl.windows.wgl.WindowsWGLGraphicsConfiguration.updateGraphicsConfiguration(Ljavax/media/opengl/GLDrawableFactory;Ljavax/media/nativewindow/NativeSurface;[I)V+7 j jogamp.opengl.windows.wgl.WindowsWGLDrawable.setRealizedImpl()V+29 j jogamp.opengl.GLDrawableImpl.setRealized(Z)V+152 j javax.media.opengl.awt.GLCanvas$2.run()V+56 j jogamp.common.awt.AWTEDTExecutor.invoke(Ljava/lang/Object;ZLjava/lang/Runnable;)V+14 j javax.media.opengl.awt.GLCanvas.validateGLDrawable()Z+68 j javax.media.opengl.awt.GLCanvas.reshape(IIII)V+111 j java.awt.Component.setBounds(IIII)V+6 J java.awt.GridBagLayout.ArrangeGrid(Ljava/awt/Container;)V j java.awt.GridBagLayout.arrangeGrid(Ljava/awt/Container;)V+2 j java.awt.GridBagLayout.layoutContainer(Ljava/awt/Container;)V+2 j java.awt.Container.layout()V+11 j java.awt.Container.doLayout()V+1 j java.awt.Container.validateTree()V+47 j java.awt.Container.validateTree()V+110 j java.awt.Container.validateTree()V+110 j java.awt.Container.validateTree()V+110 j java.awt.Container.validateTree()V+110 j java.awt.Container.validateTree()V+110 j java.awt.Container.validateTree()V+110 j java.awt.Container.validateTree()V+110 j java.awt.Container.validateTree()V+110 j java.awt.Container.validate()V+60 j javax.swing.RepaintManager$2.run()Ljava/lang/Void;+4 j javax.swing.RepaintManager$2.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; j javax.swing.RepaintManager.validateInvalidComponents()V+94 j javax.swing.RepaintManager$ProcessingRunnable.run()V+30 J java.awt.EventQueue$3.run()Ljava/lang/Object; v ~StubRoutines::call_stub J java.security.AccessController.doPrivileged(Ljava/security/PrivilegedAction;Ljava/security/AccessControlContext;)Ljava/lang/Object; J java.awt.EventDispatchThread.pumpOneEventForFilters(I)V j java.awt.EventDispatchThread.pumpEventsForFilter(ILjava/awt/Conditional;Ljava/awt/EventFilter;)V+35 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 ) 0x000000000dc28800 JavaThread "Swing-Shell" daemon [_thread_blocked, id=4952, stack(0x000000000f780000,0x000000000f880000)] 0x000000000d3a3800 JavaThread "TimerQueue" daemon [_thread_blocked, id=1224, stack(0x000000000e460000,0x000000000e560000)] 0x000000000d012800 JavaThread "Thread-7" [_thread_blocked, id=2932, stack(0x000000000e360000,0x000000000e460000)] 0x000000000d14c800 JavaThread "JRegistry Disposer" daemon [_thread_blocked, id=5196, stack(0x000000000e260000,0x000000000e360000)] 0x0000000008e0d000 JavaThread "main-SharedResourceRunner" daemon [_thread_blocked, id=3788, stack(0x000000000a940000,0x000000000aa40000)] =>0x0000000008eef800 JavaThread "AWT-EventQueue-0" [_thread_in_native, id=4628, stack(0x000000000a840000,0x000000000a940000)] 0x0000000008e0c800 JavaThread "AWT-Windows" daemon [_thread_in_native, id=4176, stack(0x000000000a740000,0x000000000a840000)] 0x0000000008de5800 JavaThread "AWT-Shutdown" [_thread_blocked, id=1828, stack(0x000000000a640000,0x000000000a740000)] 0x0000000008ba3000 JavaThread "Java2D Disposer" daemon [_thread_blocked, id=5780, stack(0x0000000009530000,0x0000000009630000)] 0x0000000008b89800 JavaThread "Exe4JStartupThread" daemon [_thread_blocked, id=2820, stack(0x0000000009370000,0x0000000009470000)] 0x0000000006e79800 JavaThread "Service Thread" daemon [_thread_blocked, id=6068, stack(0x0000000008570000,0x0000000008670000)] 0x0000000006e77800 JavaThread "C2 CompilerThread1" daemon [_thread_blocked, id=3356, stack(0x0000000008470000,0x0000000008570000)] 0x0000000006e63800 JavaThread "C2 CompilerThread0" daemon [_thread_blocked, id=3528, stack(0x0000000008370000,0x0000000008470000)] 0x0000000006e5e800 JavaThread "Attach Listener" daemon [_thread_blocked, id=3960, stack(0x0000000008270000,0x0000000008370000)] 0x0000000006e57000 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=5536, stack(0x0000000008170000,0x0000000008270000)] 0x0000000006e02000 JavaThread "Finalizer" daemon [_thread_blocked, id=5456, stack(0x0000000008070000,0x0000000008170000)] 0x0000000006dfb000 JavaThread "Reference Handler" daemon [_thread_blocked, id=5484, stack(0x0000000007f70000,0x0000000008070000)] 0x0000000001d3e800 JavaThread "main" [_thread_blocked, id=4260, stack(0x0000000000030000,0x0000000000130000)] Other Threads: 0x0000000006df7800 VMThread [stack: 0x0000000007e70000,0x0000000007f70000] [id=5700] 0x0000000006e7b000 WatcherThread [stack: 0x0000000008a70000,0x0000000008b70000] [id=4172] VM state:not at safepoint (normal execution) VM Mutex/Monitor currently owned by a thread: None Heap PSYoungGen total 116224K, used 67457K [0x00000000f5500000, 0x0000000100000000, 0x0000000100000000) eden space 58368K, 44% used [0x00000000f5500000,0x00000000f6e22550,0x00000000f8e00000) from space 57856K, 72% used [0x00000000fc780000,0x00000000ff03e040,0x0000000100000000) to space 58368K, 0% used [0x00000000f8e00000,0x00000000f8e00000,0x00000000fc700000) ParOldGen total 151552K, used 113750K [0x00000000e0000000, 0x00000000e9400000, 0x00000000f5500000) object space 151552K, 75% used [0x00000000e0000000,0x00000000e6f15838,0x00000000e9400000) PSPermGen total 83968K, used 48972K [0x00000000dae00000, 0x00000000e0000000, 0x00000000e0000000) object space 83968K, 58% used [0x00000000dae00000,0x00000000dddd3330,0x00000000e0000000) Card table byte_map: [0x00000000052e0000,0x0000000005410000] byte_map_base: 0x0000000004c09000 Polling page: 0x0000000000200000 Code Cache [0x0000000002220000, 0x0000000002960000, 0x0000000005220000) total_blobs=3304 nmethods=2120 adapters=1133 free_code_cache=41949Kb largest_free_block=42793408 Compilation events (10 events): Event: 180.842 Thread 0x0000000006e77800 2286 com.sun.imageio.plugins.png.PNGImageWriter::encodePass (1063 bytes) Event: 180.889 Thread 0x0000000006e63800 2287 java.io.RandomAccessFile::write (8 bytes) Event: 180.889 Thread 0x0000000006e63800 nmethod 2287 0x00000000028fb2d0 code [0x00000000028fb420, 0x00000000028fb488] Event: 181.000 Thread 0x0000000006e63800 2288 java.awt.image.BufferedImage::getData (113 bytes) Event: 181.138 Thread 0x0000000006e63800 nmethod 2288 0x0000000002934ed0 code [0x00000000029351e0, 0x00000000029376f0] Event: 181.393 Thread 0x0000000006e77800 nmethod 2286 0x00000000029418d0 code [0x0000000002941d40, 0x0000000002948638] Event: 181.483 Thread 0x0000000006e63800 2289 sun.java2d.pipe.LoopPipe::fillRect (32 bytes) Event: 181.484 Thread 0x0000000006e63800 nmethod 2289 0x00000000028faf50 code [0x00000000028fb0a0, 0x00000000028fb188] Event: 181.682 Thread 0x0000000006e77800 2290 ! sun.java2d.SunGraphics2D::fillRect (74 bytes) Event: 181.689 Thread 0x0000000006e77800 nmethod 2290 0x0000000002917a50 code [0x0000000002917c60, 0x0000000002918320] GC Heap History (10 events): Event: 147.704 GC heap before {Heap before GC invocations=25 (full 3): PSYoungGen total 123904K, used 123718K [0x00000000f5500000, 0x0000000100000000, 0x0000000100000000) eden space 88064K, 100% used [0x00000000f5500000,0x00000000fab00000,0x00000000fab00000) from space 35840K, 99% used [0x00000000fab00000,0x00000000fcdd1a40,0x00000000fce00000) to space 47104K, 0% used [0x00000000fd200000,0x00000000fd200000,0x0000000100000000) ParOldGen total 151552K, used 113750K [0x00000000e0000000, 0x00000000e9400000, 0x00000000f5500000) object space 151552K, 75% used [0x00000000e0000000,0x00000000e6f15838,0x00000000e9400000) PSPermGen total 83968K, used 48194K [0x00000000dae00000, 0x00000000e0000000, 0x00000000e0000000) object space 83968K, 57% used [0x00000000dae00000,0x00000000ddd10bf8,0x00000000e0000000) Event: 147.735 GC heap after Heap after GC invocations=25 (full 3): PSYoungGen total 121856K, used 36614K [0x00000000f5500000, 0x0000000100000000, 0x0000000100000000) eden space 74752K, 0% used [0x00000000f5500000,0x00000000f5500000,0x00000000f9e00000) from space 47104K, 77% used [0x00000000fd200000,0x00000000ff5c1a40,0x0000000100000000) to space 50176K, 0% used [0x00000000f9e00000,0x00000000f9e00000,0x00000000fcf00000) ParOldGen total 151552K, used 113750K [0x00000000e0000000, 0x00000000e9400000, 0x00000000f5500000) object space 151552K, 75% used [0x00000000e0000000,0x00000000e6f15838,0x00000000e9400000) PSPermGen total 83968K, used 48194K [0x00000000dae00000, 0x00000000e0000000, 0x00000000e0000000) object space 83968K, 57% used [0x00000000dae00000,0x00000000ddd10bf8,0x00000000e0000000) } Event: 153.534 GC heap before {Heap before GC invocations=26 (full 3): PSYoungGen total 121856K, used 111366K [0x00000000f5500000, 0x0000000100000000, 0x0000000100000000) eden space 74752K, 100% used [0x00000000f5500000,0x00000000f9e00000,0x00000000f9e00000) from space 47104K, 77% used [0x00000000fd200000,0x00000000ff5c1a40,0x0000000100000000) to space 50176K, 0% used [0x00000000f9e00000,0x00000000f9e00000,0x00000000fcf00000) ParOldGen total 151552K, used 113750K [0x00000000e0000000, 0x00000000e9400000, 0x00000000f5500000) object space 151552K, 75% used [0x00000000e0000000,0x00000000e6f15838,0x00000000e9400000) PSPermGen total 83968K, used 48278K [0x00000000dae00000, 0x00000000e0000000, 0x00000000e0000000) object space 83968K, 57% used [0x00000000dae00000,0x00000000ddd259b0,0x00000000e0000000) Event: 153.573 GC heap after Heap after GC invocations=26 (full 3): PSYoungGen total 111616K, used 36710K [0x00000000f5500000, 0x0000000100000000, 0x0000000100000000) eden space 74752K, 0% used [0x00000000f5500000,0x00000000f5500000,0x00000000f9e00000) from space 36864K, 99% used [0x00000000f9e00000,0x00000000fc1d9a40,0x00000000fc200000) to space 52736K, 0% used [0x00000000fcc80000,0x00000000fcc80000,0x0000000100000000) ParOldGen total 151552K, used 113750K [0x00000000e0000000, 0x00000000e9400000, 0x00000000f5500000) object space 151552K, 75% used [0x00000000e0000000,0x00000000e6f15838,0x00000000e9400000) PSPermGen total 83968K, used 48278K [0x00000000dae00000, 0x00000000e0000000, 0x00000000e0000000) object space 83968K, 57% used [0x00000000dae00000,0x00000000ddd259b0,0x00000000e0000000) } Event: 164.914 GC heap before {Heap before GC invocations=27 (full 3): PSYoungGen total 111616K, used 111462K [0x00000000f5500000, 0x0000000100000000, 0x0000000100000000) eden space 74752K, 100% used [0x00000000f5500000,0x00000000f9e00000,0x00000000f9e00000) from space 36864K, 99% used [0x00000000f9e00000,0x00000000fc1d9a40,0x00000000fc200000) to space 52736K, 0% used [0x00000000fcc80000,0x00000000fcc80000,0x0000000100000000) ParOldGen total 151552K, used 113750K [0x00000000e0000000, 0x00000000e9400000, 0x00000000f5500000) object space 151552K, 75% used [0x00000000e0000000,0x00000000e6f15838,0x00000000e9400000) PSPermGen total 83968K, used 48581K [0x00000000dae00000, 0x00000000e0000000, 0x00000000e0000000) object space 83968K, 57% used [0x00000000dae00000,0x00000000ddd714f8,0x00000000e0000000) Event: 164.968 GC heap after Heap after GC invocations=27 (full 3): PSYoungGen total 117248K, used 39223K [0x00000000f5500000, 0x0000000100000000, 0x0000000100000000) eden space 64512K, 0% used [0x00000000f5500000,0x00000000f5500000,0x00000000f9400000) from space 52736K, 74% used [0x00000000fcc80000,0x00000000ff2cdd60,0x0000000100000000) to space 55296K, 0% used [0x00000000f9400000,0x00000000f9400000,0x00000000fca00000) ParOldGen total 151552K, used 113750K [0x00000000e0000000, 0x00000000e9400000, 0x00000000f5500000) object space 151552K, 75% used [0x00000000e0000000,0x00000000e6f15838,0x00000000e9400000) PSPermGen total 83968K, used 48581K [0x00000000dae00000, 0x00000000e0000000, 0x00000000e0000000) object space 83968K, 57% used [0x00000000dae00000,0x00000000ddd714f8,0x00000000e0000000) } Event: 169.578 GC heap before {Heap before GC invocations=28 (full 3): PSYoungGen total 117248K, used 103735K [0x00000000f5500000, 0x0000000100000000, 0x0000000100000000) eden space 64512K, 100% used [0x00000000f5500000,0x00000000f9400000,0x00000000f9400000) from space 52736K, 74% used [0x00000000fcc80000,0x00000000ff2cdd60,0x0000000100000000) to space 55296K, 0% used [0x00000000f9400000,0x00000000f9400000,0x00000000fca00000) ParOldGen total 151552K, used 113750K [0x00000000e0000000, 0x00000000e9400000, 0x00000000f5500000) object space 151552K, 75% used [0x00000000e0000000,0x00000000e6f15838,0x00000000e9400000) PSPermGen total 83968K, used 48844K [0x00000000dae00000, 0x00000000e0000000, 0x00000000e0000000) object space 83968K, 58% used [0x00000000dae00000,0x00000000dddb3368,0x00000000e0000000) Event: 169.624 GC heap after Heap after GC invocations=28 (full 3): PSYoungGen total 104960K, used 40262K [0x00000000f5500000, 0x0000000100000000, 0x0000000100000000) eden space 64512K, 0% used [0x00000000f5500000,0x00000000f5500000,0x00000000f9400000) from space 40448K, 99% used [0x00000000f9400000,0x00000000fbb51a28,0x00000000fbb80000) to space 57856K, 0% used [0x00000000fc780000,0x00000000fc780000,0x0000000100000000) ParOldGen total 151552K, used 113750K [0x00000000e0000000, 0x00000000e9400000, 0x00000000f5500000) object space 151552K, 75% used [0x00000000e0000000,0x00000000e6f15838,0x00000000e9400000) PSPermGen total 83968K, used 48844K [0x00000000dae00000, 0x00000000e0000000, 0x00000000e0000000) object space 83968K, 58% used [0x00000000dae00000,0x00000000dddb3368,0x00000000e0000000) } Event: 181.146 GC heap before {Heap before GC invocations=29 (full 3): PSYoungGen total 104960K, used 104774K [0x00000000f5500000, 0x0000000100000000, 0x0000000100000000) eden space 64512K, 100% used [0x00000000f5500000,0x00000000f9400000,0x00000000f9400000) from space 40448K, 99% used [0x00000000f9400000,0x00000000fbb51a28,0x00000000fbb80000) to space 57856K, 0% used [0x00000000fc780000,0x00000000fc780000,0x0000000100000000) ParOldGen total 151552K, used 113750K [0x00000000e0000000, 0x00000000e9400000, 0x00000000f5500000) object space 151552K, 75% used [0x00000000e0000000,0x00000000e6f15838,0x00000000e9400000) PSPermGen total 83968K, used 48969K [0x00000000dae00000, 0x00000000e0000000, 0x00000000e0000000) object space 83968K, 58% used [0x00000000dae00000,0x00000000dddd2770,0x00000000e0000000) Event: 181.184 GC heap after Heap after GC invocations=29 (full 3): PSYoungGen total 116224K, used 41720K [0x00000000f5500000, 0x0000000100000000, 0x0000000100000000) eden space 58368K, 0% used [0x00000000f5500000,0x00000000f5500000,0x00000000f8e00000) from space 57856K, 72% used [0x00000000fc780000,0x00000000ff03e040,0x0000000100000000) to space 58368K, 0% used [0x00000000f8e00000,0x00000000f8e00000,0x00000000fc700000) ParOldGen total 151552K, used 113750K [0x00000000e0000000, 0x00000000e9400000, 0x00000000f5500000) object space 151552K, 75% used [0x00000000e0000000,0x00000000e6f15838,0x00000000e9400000) PSPermGen total 83968K, used 48969K [0x00000000dae00000, 0x00000000e0000000, 0x00000000e0000000) object space 83968K, 58% used [0x00000000dae00000,0x00000000dddd2770,0x00000000e0000000) } Deoptimization events (10 events): Event: 174.170 Thread 0x0000000008eef800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x000000000270e1f8 method=javax.swing.text.GlyphPainter1.sync(Ljavax/swing/text/GlyphView;)V @ 1 Event: 174.170 Thread 0x0000000008eef800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x0000000002700d48 method=javax.swing.text.LabelView.sync()V @ 8 Event: 174.170 Thread 0x0000000008eef800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x00000000026e5a4c method=javax.swing.text.html.StyleSheet$ViewAttributeSet.getAttribute(Ljava/lang/Object;)Ljava/lang/Object; @ 44 Event: 174.184 Thread 0x0000000008eef800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x00000000026fab54 method=javax.swing.text.GlyphPainter1.sync(Ljavax/swing/text/GlyphView;)V @ 1 Event: 174.192 Thread 0x0000000008eef800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x0000000002708c28 method=javax.swing.text.GlyphView.getPreferredSpan(I)F @ 92 Event: 174.193 Thread 0x0000000008eef800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x0000000002708c28 method=javax.swing.text.GlyphView.getPreferredSpan(I)F @ 92 Event: 174.193 Thread 0x0000000008eef800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x0000000002708c28 method=javax.swing.text.GlyphView.getPreferredSpan(I)F @ 92 Event: 174.194 Thread 0x0000000008eef800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x0000000002708c28 method=javax.swing.text.GlyphView.getPreferredSpan(I)F @ 92 Event: 180.650 Thread 0x0000000008eef800 Uncommon trap: reason=unreached action=reinterpret pc=0x000000000240b4ac method=java.awt.Container.decreaseComponentCount(Ljava/awt/Component;)V @ 34 Event: 180.755 Thread 0x0000000008eef800 Uncommon trap: reason=unreached action=reinterpret pc=0x00000000027be778 method=com.esp.variables.VarCont.createParameters()V @ 110 Internal exceptions (10 events): Event: 170.461 Thread 0x0000000008eef800 Threw 0x00000000f76a1e90 at C:\re\jdk7u51\527\hotspot\src\share\vm\prims\jvm.cpp:1244 Event: 170.461 Thread 0x0000000008eef800 Threw 0x00000000f76a84b8 at C:\re\jdk7u51\527\hotspot\src\share\vm\prims\jvm.cpp:1244 Event: 180.646 Thread 0x0000000008eef800 Threw 0x00000000f78d9528 at C:\re\jdk7u51\527\hotspot\src\share\vm\prims\jvm.cpp:1244 Event: 180.646 Thread 0x0000000008eef800 Threw 0x00000000f78dd2a0 at C:\re\jdk7u51\527\hotspot\src\share\vm\prims\jvm.cpp:1244 Event: 180.647 Thread 0x0000000008eef800 Threw 0x00000000f78e3180 at C:\re\jdk7u51\527\hotspot\src\share\vm\prims\jvm.cpp:1244 Event: 180.648 Thread 0x0000000008eef800 Threw 0x00000000f78e8f98 at C:\re\jdk7u51\527\hotspot\src\share\vm\prims\jvm.cpp:1244 Event: 180.649 Thread 0x0000000008eef800 Threw 0x00000000f78edf90 at C:\re\jdk7u51\527\hotspot\src\share\vm\prims\jvm.cpp:1244 Event: 180.649 Thread 0x0000000008eef800 Threw 0x00000000f78f2a98 at C:\re\jdk7u51\527\hotspot\src\share\vm\prims\jvm.cpp:1244 Event: 180.650 Thread 0x0000000008eef800 Threw 0x00000000f78f66c8 at C:\re\jdk7u51\527\hotspot\src\share\vm\prims\jvm.cpp:1244 Event: 180.654 Thread 0x0000000008eef800 Threw 0x00000000f78fb5d0 at C:\re\jdk7u51\527\hotspot\src\share\vm\runtime\reflection.cpp:1030 Events (10 events): Event: 180.650 Thread 0x0000000008eef800 DEOPT PACKING pc=0x000000000240b4ac sp=0x000000000a93cde0 Event: 180.650 Thread 0x0000000008eef800 DEOPT UNPACKING pc=0x00000000022575a4 sp=0x000000000a93cd80 mode 2 Event: 180.755 Thread 0x0000000008eef800 Uncommon trap: trap_request=0xffffffad fr.pc=0x00000000027be778 Event: 180.755 Thread 0x0000000008eef800 DEOPT PACKING pc=0x00000000027be778 sp=0x000000000a93d1f0 Event: 180.755 Thread 0x0000000008eef800 DEOPT UNPACKING pc=0x00000000022575a4 sp=0x000000000a93d160 mode 2 Event: 181.138 Thread 0x0000000006e63800 flushing nmethod 0x00000000027a18d0 Event: 181.138 Thread 0x0000000006e63800 flushing nmethod 0x00000000027a6a10 Event: 181.138 Thread 0x0000000006e63800 flushing nmethod 0x00000000027a7fd0 Event: 181.146 Executing VM operation: ParallelGCFailedAllocation Event: 181.184 Executing VM operation: ParallelGCFailedAllocation done Dynamic libraries: 0x0000000140000000 - 0x000000014004f000 C:\PSTLtd\idesign\idesign.exe 0x0000000077780000 - 0x0000000077929000 C:\Windows\SYSTEM32\ntdll.dll 0x0000000077560000 - 0x000000007767f000 C:\Windows\system32\kernel32.dll 0x000007fefd8e0000 - 0x000007fefd94b000 C:\Windows\system32\KERNELBASE.dll 0x0000000077680000 - 0x000000007777a000 C:\Windows\system32\USER32.dll 0x000007fefede0000 - 0x000007fefee47000 C:\Windows\system32\GDI32.dll 0x000007fefdb10000 - 0x000007fefdb1e000 C:\Windows\system32\LPK.dll 0x000007feff100000 - 0x000007feff1c9000 C:\Windows\system32\USP10.dll 0x000007feff9f0000 - 0x000007feffa8f000 C:\Windows\system32\msvcrt.dll 0x000007fefdd60000 - 0x000007fefde3b000 C:\Windows\system32\ADVAPI32.dll 0x000007fefdaf0000 - 0x000007fefdb0f000 C:\Windows\SYSTEM32\sechost.dll 0x000007fefdb20000 - 0x000007fefdc4d000 C:\Windows\system32\RPCRT4.dll 0x000007fefc650000 - 0x000007fefc844000 C:\Windows\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df_6.0.7601.17514_none_fa396087175ac9ac\COMCTL32.dll 0x000007fefd990000 - 0x000007fefda01000 C:\Windows\system32\SHLWAPI.dll 0x000007feff7b0000 - 0x000007feff7de000 C:\Windows\system32\IMM32.DLL 0x000007fefdc50000 - 0x000007fefdd59000 C:\Windows\system32\MSCTF.dll 0x000000005a810000 - 0x000000005afd9000 c:\pstltd\idesign\jre\bin\server\jvm.dll 0x000007fef43e0000 - 0x000007fef43e9000 C:\Windows\system32\WSOCK32.dll 0x000007fefed30000 - 0x000007fefed7d000 C:\Windows\system32\WS2_32.dll 0x000007feff520000 - 0x000007feff528000 C:\Windows\system32\NSI.dll 0x000007fefb050000 - 0x000007fefb08b000 C:\Windows\system32\WINMM.dll 0x0000000077950000 - 0x0000000077957000 C:\Windows\system32\PSAPI.DLL 0x00000000752c0000 - 0x0000000075392000 C:\Windows\system32\MSVCR100.dll 0x0000000068a60000 - 0x0000000068a6f000 c:\pstltd\idesign\jre\bin\verify.dll 0x0000000068a30000 - 0x0000000068a58000 c:\pstltd\idesign\jre\bin\java.dll 0x0000000068a10000 - 0x0000000068a25000 c:\pstltd\idesign\jre\bin\zip.dll 0x0000000068870000 - 0x0000000068a05000 C:\PSTLtd\idesign\jre\bin\awt.dll 0x000007fefda10000 - 0x000007fefdae7000 C:\Windows\system32\OLEAUT32.dll 0x000007feff7e0000 - 0x000007feff9e3000 C:\Windows\system32\ole32.dll 0x0000000068790000 - 0x00000000687d7000 C:\PSTLtd\idesign\jre\bin\fontmanager.dll 0x0000000068770000 - 0x0000000068789000 C:\PSTLtd\idesign\jre\bin\net.dll 0x000007fefcdd0000 - 0x000007fefce25000 C:\Windows\system32\mswsock.dll 0x000007fefcdc0000 - 0x000007fefcdc7000 C:\Windows\System32\wship6.dll 0x0000000068750000 - 0x0000000068761000 C:\PSTLtd\idesign\jre\bin\nio.dll 0x000007fefce30000 - 0x000007fefce47000 C:\Windows\system32\CRYPTSP.dll 0x000007fefcb30000 - 0x000007fefcb77000 C:\Windows\system32\rsaenh.dll 0x000007fefc540000 - 0x000007fefc55e000 C:\Windows\system32\USERENV.dll 0x000007fefd560000 - 0x000007fefd56f000 C:\Windows\system32\profapi.dll 0x000007fefd490000 - 0x000007fefd49f000 C:\Windows\system32\CRYPTBASE.dll 0x000007fefc220000 - 0x000007fefc421000 C:\Program Files (x86)\Forefront TMG Client\FwcWsp64.dll 0x000007fefd950000 - 0x000007fefd989000 C:\Windows\system32\WINTRUST.dll 0x000007fefd740000 - 0x000007fefd8aa000 C:\Windows\system32\CRYPT32.dll 0x000007fefd600000 - 0x000007fefd60f000 C:\Windows\system32\MSASN1.dll 0x000007fefc210000 - 0x000007fefc21c000 C:\Windows\system32\VERSION.dll 0x000007fefc1f0000 - 0x000007fefc206000 C:\Windows\system32\NETAPI32.dll 0x000007fefca60000 - 0x000007fefca6c000 C:\Windows\system32\netutils.dll 0x000007fefd190000 - 0x000007fefd1b3000 C:\Windows\system32\srvcli.dll 0x000007fefc1d0000 - 0x000007fefc1e5000 C:\Windows\system32\wkscli.dll 0x000007fefc1c0000 - 0x000007fefc1cc000 C:\Windows\system32\DSROLE.DLL 0x000007fefa730000 - 0x000007fefa745000 C:\Windows\system32\NLAapi.dll 0x000007fef5440000 - 0x000007fef5455000 C:\Windows\system32\napinsp.dll 0x000007fef5420000 - 0x000007fef5439000 C:\Windows\system32\pnrpnsp.dll 0x000007fefcc50000 - 0x000007fefccab000 C:\Windows\system32\DNSAPI.dll 0x000007fef5410000 - 0x000007fef541b000 C:\Windows\System32\winrnr.dll 0x000007fef5400000 - 0x000007fef5410000 C:\Windows\system32\wshbth.dll 0x0000000071580000 - 0x00000000715a6000 C:\Program Files\Bonjour\mdnsNSP.dll 0x000007fefa220000 - 0x000007fefa247000 C:\Windows\system32\Iphlpapi.DLL 0x000007fefa200000 - 0x000007fefa20b000 C:\Windows\system32\WINNSI.DLL 0x000007fefc090000 - 0x000007fefc1b5000 C:\Windows\system32\DBGHELP.DLL 0x00000000752b0000 - 0x00000000752b3000 C:\Windows\system32\security.dll 0x000007fefd230000 - 0x000007fefd23b000 C:\Windows\system32\SECUR32.DLL 0x000007fefd400000 - 0x000007fefd425000 C:\Windows\system32\SSPICLI.DLL 0x000007fefc9f0000 - 0x000007fefc9fa000 C:\Windows\system32\credssp.dll 0x000007fefcd60000 - 0x000007fefcdb1000 C:\Windows\system32\msv1_0.DLL 0x000007fefd0b0000 - 0x000007fefd0c4000 C:\Windows\system32\cryptdll.dll 0x000007fefc070000 - 0x000007fefc077000 C:\Windows\System32\wshtcpip.dll 0x000007fef5bd0000 - 0x000007fef5bd8000 C:\Windows\system32\rasadhlp.dll 0x000007fefa090000 - 0x000007fefa0e3000 C:\Windows\System32\fwpuclnt.dll 0x00000000637c0000 - 0x00000000637ca000 C:\Users\KARMSTRONG\AppData\Local\Temp\jogamp_0000\file_cache\jln8621140216187124433\jln1199757367574389417\gluegen-rt.dll 0x0000000068860000 - 0x0000000068867000 C:\PSTLtd\idesign\jre\bin\jawt.dll 0x000000006a440000 - 0x000000006a44b000 C:\Users\KARMSTRONG\AppData\Local\Temp\jogamp_0000\file_cache\jln8621140216187124433\jln1199757367574389417\nativewindow_awt.dll 0x000007fefb570000 - 0x000007fefb588000 C:\Windows\system32\DWMAPI.DLL 0x000007fefde40000 - 0x000007fefebc8000 C:\Windows\system32\SHELL32.dll 0x000000006c100000 - 0x000000006c10b000 C:\Users\KARMSTRONG\AppData\Local\Temp\jogamp_0000\file_cache\jln8621140216187124433\jln1199757367574389417\nativewindow_win32.dll 0x000007fef0130000 - 0x000007fef024d000 C:\Windows\system32\OpenGL32.dll 0x000007feefd50000 - 0x000007feefd7d000 C:\Windows\system32\GLU32.dll 0x000007feefc50000 - 0x000007feefd41000 C:\Windows\system32\DDRAW.dll 0x000007fef43d0000 - 0x000007fef43d8000 C:\Windows\system32\DCIMAN32.dll 0x000007feff530000 - 0x000007feff707000 C:\Windows\system32\SETUPAPI.dll 0x000007fefd700000 - 0x000007fefd736000 C:\Windows\system32\CFGMGR32.dll 0x000007fefd610000 - 0x000007fefd62a000 C:\Windows\system32\DEVOBJ.dll 0x0000000064500000 - 0x000000006458b000 C:\Users\KARMSTRONG\AppData\Local\Temp\jogamp_0000\file_cache\jln8621140216187124433\jln1199757367574389417\jogl_desktop.dll 0x0000000180000000 - 0x00000001806dc000 C:\Windows\system32\ig75icd64.dll 0x000007fef2ba0000 - 0x000007fef2fd4000 C:\Windows\system32\igdusc64.dll 0x000007feea3c0000 - 0x000007feea3ff000 c:\Program Files\WIDCOMM\Bluetooth Software\btmmhook.dll 0x000007feff710000 - 0x000007feff7a9000 C:\Windows\system32\CLBCatQ.DLL 0x000007fefb1a0000 - 0x000007fefb301000 C:\Windows\system32\WindowsCodecs.dll 0x000007fefd430000 - 0x000007fefd487000 C:\Windows\system32\apphelp.dll 0x000007fefb710000 - 0x000007fefb745000 C:\Windows\system32\EhStorShell.dll 0x000007fefb590000 - 0x000007fefb6bc000 C:\Windows\system32\PROPSYS.dll 0x000007fef9c40000 - 0x000007fef9cbe000 C:\Windows\System32\cscui.dll 0x000007fefbd40000 - 0x000007fefbd4c000 C:\Windows\System32\CSCDLL.dll 0x000007fef5040000 - 0x000007fef504f000 C:\Windows\system32\CSCAPI.dll 0x000007fef2630000 - 0x000007fef26b0000 C:\Windows\system32\ntshrui.dll 0x000007fefa5f0000 - 0x000007fefa5fb000 C:\Windows\system32\slc.dll 0x0000000068700000 - 0x0000000068741000 C:\PSTLtd\idesign\jre\bin\t2k.dll 0x000007fef4d30000 - 0x000007fef4dd0000 C:\Windows\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df_5.82.7601.17514_none_a4d6a923711520a9\comctl32.dll 0x00000000686d0000 - 0x00000000686f4000 C:\PSTLtd\idesign\jre\bin\sunec.dll 0x000000006b640000 - 0x000000006b653000 C:\PSTLtd\idesign\reg_x64.dll 0x00000000686c0000 - 0x00000000686cb000 C:\PSTLtd\idesign\jre\bin\sunmscapi.dll 0x0000000068690000 - 0x00000000686c0000 C:\PSTLtd\idesign\jre\bin\jpeg.dll 0x000007fefbac0000 - 0x000007fefbb16000 C:\Windows\system32\UxTheme.dll 0x000007fef2310000 - 0x000007fef24ac000 C:\Windows\system32\NetworkExplorer.dll 0x000007fef5150000 - 0x000007fef5168000 C:\Windows\system32\MPR.dll 0x000007fef51c0000 - 0x000007fef51ca000 C:\Windows\System32\drprov.dll 0x000007fefc610000 - 0x000007fefc64d000 C:\Windows\System32\WINSTA.dll 0x000007fef5120000 - 0x000007fef5142000 C:\Windows\System32\ntlanman.dll 0x000007fef5100000 - 0x000007fef511c000 C:\Windows\System32\davclnt.dll 0x000007fef50f0000 - 0x000007fef50fa000 C:\Windows\System32\DAVHLPR.dll 0x000007fefaa60000 - 0x000007fefaa94000 C:\Windows\System32\shdocvw.dll 0x000007fef38f0000 - 0x000007fef3b61000 C:\Windows\system32\wpdshext.dll 0x000007fef26b0000 - 0x000007fef28c6000 C:\Windows\WinSxS\amd64_microsoft.windows.gdiplus_6595b64144ccf1df_1.1.7601.18120_none_2b25b14c71ebf230\gdiplus.dll 0x000007fef57a0000 - 0x000007fef585d000 C:\Windows\system32\PortableDeviceApi.dll 0x000007fef38c0000 - 0x000007fef38e7000 C:\Windows\system32\EhStorAPI.dll 0x000007fefab10000 - 0x000007fefab1c000 C:\Windows\system32\LINKINFO.dll 0x000007fef1670000 - 0x000007fef18fb000 C:\Windows\System32\netshell.dll 0x000007feff1f0000 - 0x000007feff287000 C:\Windows\system32\COMDLG32.dll 0x000007fefad50000 - 0x000007fefadc1000 C:\Windows\system32\WINSPOOL.DRV 0x000000006a900000 - 0x000000006a977000 C:\Windows\system32\spool\DRIVERS\x64\3\pdfc_ui.dll 0x000000000fbe0000 - 0x000000000fbf0000 C:\Windows\system32\spool\DRIVERS\x64\3\pdfc_core.dll 0x0000000068660000 - 0x000000006868a000 C:\PSTLtd\idesign\jre\bin\dcpr.dll VM Arguments: jvm_args: -Dexe4j.semaphoreName=Local\c:_pstltd_idesign_idesign.exe -Dexe4j.isInstall4j=true -Dexe4j.moduleName=C:\PSTLtd\idesign\idesign.exe -Dexe4j.processCommFile=C:\Users\KARMST~1\AppData\Local\Temp\e4j_p1712.tmp -Dexe4j.tempDir= -Dexe4j.unextractedPosition=0 -Djava.library.path=C:\PSTLtd\idesign\.\.;c:\Program Files (x86)\Intel\iCLS Client\;c:\Program Files\Intel\iCLS Client\;C:\Program Files\Broadcom\Broadcom 802.11;;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files (x86)\Intel\OpenCL SDK\3.0\bin\x86;C:\Program Files (x86)\Intel\OpenCL SDK\3.0\bin\x64;c:\Program Files\WIDCOMM\Bluetooth Software\;c:\Program Files\WIDCOMM\Bluetooth Software\syswow64;;C:\Program Files\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files\Intel\Intel(R) Management Engine Components\IPT;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\IPT;C:\Program Files (x86)\Microsoft Dynamics AX\50\Client\Bin\;c:\pstltd\idesign\jre\bin -Dexe4j.consoleCodepage=cp0 -Xmx512m -Dinstall4j.launcherId=9 -Dinstall4j.swt=false java_command: C:\PSTLtd\idesign\idesign.exe Launcher Type: generic Environment Variables: PATH=C:\PSTLtd\idesign\.\.;c:\Program Files (x86)\Intel\iCLS Client\;c:\Program Files\Intel\iCLS Client\;C:\Program Files\Broadcom\Broadcom 802.11;;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files (x86)\Intel\OpenCL SDK\3.0\bin\x86;C:\Program Files (x86)\Intel\OpenCL SDK\3.0\bin\x64;c:\Program Files\WIDCOMM\Bluetooth Software\;c:\Program Files\WIDCOMM\Bluetooth Software\syswow64;;C:\Program Files\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files\Intel\Intel(R) Management Engine Components\IPT;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\IPT;C:\Program Files (x86)\Microsoft Dynamics AX\50\Client\Bin\;c:\pstltd\idesign\jre\bin USERNAME=KARMSTRONG OS=Windows_NT PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 60 Stepping 3, GenuineIntel --------------- S Y S T E M --------------- OS: Windows 7 , 64 bit Build 7601 Service Pack 1 CPU:total 4 (2 cores per cpu, 2 threads per core) family 6 model 60 stepping 3, cmov, cx8, fxsr, mmx, sse, sse2, sse3, ssse3, sse4.1, sse4.2, popcnt, avx, avx2, erms, ht, tsc, tscinvbit Memory: 4k page, physical 4105328k(2024408k free), swap 8208804k(5825584k free) vm_info: Java HotSpot(TM) 64-Bit Server VM (24.51-b03) for windows-amd64 JRE (1.7.0_51-b13), built on Dec 18 2013 18:40:56 by "java_re" with unknown MS VC++:1600 time: Sun Jun 08 20:57:25 2014 elapsed time: 181 seconds |
Administrator
|
This post was updated on .
Hi
Please provide more accurate information: http://jogamp.org/wiki/index.php/Jogl_FAQ#Bugreports_.26_Testing We can't fix a bug that we can't reproduce. Please provide us a simple example to do so or try to reproduce your bug with an existing example. Edit.: Indicate very precisely which version of JOGL you use ("JOGL 2" isn't accurate enough), which graphics card, which driver number, ... Edit.: If you really use JOGL 2.0, please switch to JOGL 2.1.5-01, your bug might be already fixed.
Julien Gouesse | Personal blog | Website
|
In reply to this post by neilt
hey neil,
intel graphics are pretty buggy with opengl. For example shaders crash in ig...dll always. This is the reason why we decided to warn the not to use intel graphics ;) Well, we have still fall backs to a some kind of working version with a very very basic subset of OpenGL2.0 function. I would suggest you to do the same. Just use OGL2 functions and all higher functions shouldn't be used. regards Matthias |
Administrator
|
I agree with Matthias' advice which is valuable in general but the crash seems to happen extremely early in his case (during the creation of the drawable). His customer should update his driver and as Intel's ones are very picky, he should be very careful when creating an AWT GLCanvas like me in Ardor3D.
Julien Gouesse | Personal blog | Website
|
I guess what I'm after here is advice on why the program stops crashing when run in xp compatibility mode? Isn't the same graphics driver and opengl driver being used?
|
Administrator
|
I'm not sure it uses the same driver but enable the log to check whether you're right.
Julien Gouesse | Personal blog | Website
|
Administrator
|
http://jogamp.org/wiki/index.php/Jogl_FAQ#Detailed_Debug_Log
Julien Gouesse | Personal blog | Website
|
Free forum by Nabble | Edit this page |