Bug 976

Summary: JVM crash jogl 2.1.4 wglCreateContextAttribsARB webstart
Product: [JogAmp] Jogl Reporter: tmsnow21314
Component: windowsAssignee: Sven Gothel <sgothel>
Status: RESOLVED WORKSFORME    
Severity: blocker CC: gouessej
Priority: ---    
Version: 2   
Hardware: pc_x86_32   
OS: windows   
Type: --- SCM Refs:
Workaround: ---
Attachments: the application log with jogl debug parameters set
runtime debug with latest aggregated
graphics card info from dxDiag

Description tmsnow21314 2014-02-14 01:29:02 CET
Created attachment 592 [details]
the application log with jogl debug parameters set

Java webstart application using jogl 2.1.4 causes JVM crash on certain machine when doing a wglCreateContextAttribsARB.

Attached is the JVM crash log as well as the application log with the jogl debug parameters set.

Note: This java webstart application works on Mac with no issue and many other Window configurations with no issue.

#
# A fatal error has been detected by the Java Runtime Environment:
#
#  EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x5f4ab7a4, pid=4756, tid=5868
#
# JRE version: Java(TM) SE Runtime Environment (7.0_45-b18) (build 1.7.0_45-b18)
# Java VM: Java HotSpot(TM) Client VM (24.45-b08 mixed mode windows-x86 )
# Problematic frame:
# C  0x5f4ab7a4
#
# 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 (0x09da5400):  JavaThread "javawsApplicationMain-SharedResourceRunner" daemon [_thread_in_native, id=5868, stack(0x0acc0000,0x0ad10000)]

siginfo: ExceptionCode=0xc0000005, ExceptionInformation=0x00000008 0x5f4ab7a4

Registers:
EAX=0x002af6f8, EBX=0x00000000, ECX=0x00000000, EDX=0x85010e72
ESP=0x0ad0f0ec, EBP=0x0ad0f178, ESI=0x00008261, EDI=0x00000002
EIP=0x5f4ab7a4, EFLAGS=0x00010202

Top of Stack: (sp=0x0ad0f0ec)
0x0ad0f0ec:   07bb7c13 85010e72 00000000 00000000
0x0ad0f0fc:   85010e72 07bb5b60 09da5400 ee352eed
0x0ad0f10c:   0ad0f224 0ad0f144 5f541713 09da5400
0x0ad0f11c:   ee352e99 09da5530 5f6e3c1c 09da5530
0x0ad0f12c:   0ad0f224 00000022 ee352e81 0ad0f224
0x0ad0f13c:   09da5530 07bb5b60 0ad0f134 5f603c1c
0x0ad0f14c:   0ad0f744 5f7d03de 0000000a 00000002
0x0ad0f15c:   00000001 00000000 00008261 00000000 

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

Register to memory mapping:

EAX=0x002af6f8 is an unknown value
EBX=0x00000000 is an unknown value
ECX=0x00000000 is an unknown value
EDX=0x85010e72 is an unknown value
ESP=0x0ad0f0ec is pointing into the stack for thread: 0x09da5400
EBP=0x0ad0f178 is pointing into the stack for thread: 0x09da5400
ESI=0x00008261 is an unknown value
EDI=0x00000002 is an unknown value


Stack: [0x0acc0000,0x0ad10000],  sp=0x0ad0f0ec,  free space=316k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
C  0x5f4ab7a4
C  [jogl_desktop.dll+0x54180]
j  jogamp.opengl.windows.wgl.WGLExtImpl.dispatch_wglCreateContextAttribsARB0(JJLjava/lang/Object;IJ)J+0
j  jogamp.opengl.windows.wgl.WGLExtImpl.wglCreateContextAttribsARB(JJLjava/nio/IntBuffer;)J+71
j  jogamp.opengl.windows.wgl.WindowsWGLContext.createContextARBImpl(JZIII)J+326
j  jogamp.opengl.GLContextImpl.createContextARBVersions(JZIIIII[I[I)J+168
j  jogamp.opengl.GLContextImpl.createContextARBMapVersionsAvailable(II)Z+96
j  jogamp.opengl.GLContextImpl.mapGLVersions(Ljavax/media/nativewindow/AbstractGraphicsDevice;)Z+221
j  jogamp.opengl.GLContextImpl.createContextARB(JZ)J+95
j  jogamp.opengl.windows.wgl.WindowsWGLContext.createImpl(J)Z+541
j  jogamp.opengl.GLContextImpl.makeCurrentWithinLock(I)I+200
j  jogamp.opengl.GLContextImpl.makeCurrent(Z)I+457
j  jogamp.opengl.GLContextImpl.makeCurrent()I+2
j  jogamp.opengl.windows.wgl.WindowsWGLDrawableFactory$SharedResourceImplementation.createSharedResource(Ljava/lang/String;)Ljogamp/opengl/SharedResourceRunner$Resource;+158
j  jogamp.opengl.SharedResourceRunner.run()V+267
j  java.lang.Thread.run()V+11
v  ~StubRoutines::call_stub
V  [jvm.dll+0x13f1fa]
V  [jvm.dll+0x202aee]
V  [jvm.dll+0x13f3c5]
V  [jvm.dll+0x13f427]
V  [jvm.dll+0xeb81f]
V  [jvm.dll+0x16042c]
V  [jvm.dll+0x160e67]
V  [jvm.dll+0x1a49f9]
C  [msvcr100.dll+0x5c556]
C  [msvcr100.dll+0x5c600]
C  [kernel32.dll+0x4ed5c]
C  [ntdll.dll+0x637fb]
C  [ntdll.dll+0x637ce]

Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
j  jogamp.opengl.windows.wgl.WGLExtImpl.dispatch_wglCreateContextAttribsARB0(JJLjava/lang/Object;IJ)J+0
j  jogamp.opengl.windows.wgl.WGLExtImpl.wglCreateContextAttribsARB(JJLjava/nio/IntBuffer;)J+71
j  jogamp.opengl.windows.wgl.WindowsWGLContext.createContextARBImpl(JZIII)J+326
j  jogamp.opengl.GLContextImpl.createContextARBVersions(JZIIIII[I[I)J+168
j  jogamp.opengl.GLContextImpl.createContextARBMapVersionsAvailable(II)Z+96
j  jogamp.opengl.GLContextImpl.mapGLVersions(Ljavax/media/nativewindow/AbstractGraphicsDevice;)Z+221
j  jogamp.opengl.GLContextImpl.createContextARB(JZ)J+95
j  jogamp.opengl.windows.wgl.WindowsWGLContext.createImpl(J)Z+541
j  jogamp.opengl.GLContextImpl.makeCurrentWithinLock(I)I+200
j  jogamp.opengl.GLContextImpl.makeCurrent(Z)I+457
j  jogamp.opengl.GLContextImpl.makeCurrent()I+2
j  jogamp.opengl.windows.wgl.WindowsWGLDrawableFactory$SharedResourceImplementation.createSharedResource(Ljava/lang/String;)Ljogamp/opengl/SharedResourceRunner$Resource;+158
j  jogamp.opengl.SharedResourceRunner.run()V+267
j  java.lang.Thread.run()V+11
v  ~StubRoutines::call_stub

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

Java Threads: ( => current thread )
=>0x09da5400 JavaThread "javawsApplicationMain-SharedResourceRunner" daemon [_thread_in_native, id=5868, stack(0x0acc0000,0x0ad10000)]
  0x05440000 JavaThread "Expired Backup Timer" daemon [_thread_blocked, id=3280, stack(0x0ac60000,0x0acb0000)]
  0x0543fc00 JavaThread "View Event Processing Thread" daemon [_thread_blocked, id=4200, stack(0x0a870000,0x0a8c0000)]
  0x0543f400 JavaThread "Image Fetcher 0" daemon [_thread_blocked, id=5560, stack(0x097e0000,0x09830000)]
  0x0543f000 JavaThread "Thread-19" daemon [_thread_blocked, id=3564, stack(0x05d60000,0x05db0000)]
  0x0543e800 JavaThread "TimerQueue" daemon [_thread_blocked, id=6048, stack(0x09830000,0x09880000)]
  0x0543e000 JavaThread "qtp18396794-49" [_thread_blocked, id=1944, stack(0x0abe0000,0x0ac30000)]
  0x0543dc00 JavaThread "qtp18396794-48" [_thread_blocked, id=5956, stack(0x0ab80000,0x0abd0000)]
  0x0543d400 JavaThread "qtp18396794-47" [_thread_blocked, id=5952, stack(0x086e0000,0x08730000)]
  0x0543d000 JavaThread "qtp18396794-46" [_thread_blocked, id=1360, stack(0x0a9d0000,0x0aa20000)]
  0x0543c800 JavaThread "qtp18396794-45" [_thread_blocked, id=4148, stack(0x0aa60000,0x0aab0000)]
  0x0543c400 JavaThread "qtp18396794-44" [_thread_blocked, id=4720, stack(0x0a980000,0x0a9d0000)]
  0x0543bc00 JavaThread "qtp18396794-43 Acceptor0 SelectChannelConnector@127.0.0.1:32022" [_thread_in_native, id=1648, stack(0x0a930000,0x0a980000)]
  0x0543a400 JavaThread "qtp18396794-42 Selector0" [_thread_in_native, id=2776, stack(0x0a8c0000,0x0a910000)]
  0x0543b400 JavaThread "AWT-EventQueue-2" [_thread_blocked, id=1220, stack(0x05de0000,0x05e30000)]
  0x0543b000 JavaThread "javawsApplicationMain" [_thread_blocked, id=2980, stack(0x05270000,0x052c0000)]
  0x05439c00 JavaThread "AWT-EventQueue-1" [_thread_blocked, id=3816, stack(0x05370000,0x053c0000)]
  0x05439800 JavaThread "AWT-Shutdown" [_thread_blocked, id=5932, stack(0x05ca0000,0x05cf0000)]
  0x05439000 JavaThread "TimerQueue" daemon [_thread_blocked, id=6068, stack(0x043b0000,0x04400000)]
  0x05438800 JavaThread "ConsoleTraceListener" daemon [_thread_blocked, id=5608, stack(0x057d0000,0x05820000)]
  0x00a9dc00 JavaThread "DestroyJavaVM" [_thread_blocked, id=4484, stack(0x00ec0000,0x00f10000)]
  0x04262c00 JavaThread "Javaws Secure Thread" daemon [_thread_blocked, id=6140, stack(0x04bb0000,0x04c00000)]
  0x0425ac00 JavaThread "AWT-Windows" daemon [_thread_in_native, id=5632, stack(0x04fb0000,0x05000000)]
  0x04259800 JavaThread "Java2D Disposer" daemon [_thread_blocked, id=4412, stack(0x04300000,0x04350000)]
  0x0423c400 JavaThread "CacheCleanUpThread" daemon [_thread_blocked, id=1328, stack(0x04d60000,0x04db0000)]
  0x04237800 JavaThread "CacheMemoryCleanUpThread" daemon [_thread_blocked, id=708, stack(0x04db0000,0x04e00000)]
  0x04237000 JavaThread "MemoryCache-DelayedCleanup" daemon [_thread_blocked, id=3212, stack(0x04c50000,0x04ca0000)]
  0x04196800 JavaThread "traceMsgQueueThread" daemon [_thread_blocked, id=1988, stack(0x047e0000,0x04830000)]
  0x04150800 JavaThread "Service Thread" daemon [_thread_blocked, id=2328, stack(0x04680000,0x046d0000)]
  0x0414ac00 JavaThread "C1 CompilerThread0" daemon [_thread_blocked, id=1744, stack(0x04610000,0x04660000)]
  0x04149400 JavaThread "Attach Listener" daemon [_thread_blocked, id=1708, stack(0x04470000,0x044c0000)]
  0x04146000 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=2476, stack(0x010d0000,0x01120000)]
  0x04118c00 JavaThread "Finalizer" daemon [_thread_blocked, id=1304, stack(0x04400000,0x04450000)]
  0x04112c00 JavaThread "Reference Handler" daemon [_thread_blocked, id=2468, stack(0x044c0000,0x04510000)]

Other Threads:
  0x04111000 VMThread [stack: 0x04360000,0x043b0000] [id=5080]
  0x04173c00 WatcherThread [stack: 0x04550000,0x045a0000] [id=2536]

VM state:not at safepoint (normal execution)

VM Mutex/Monitor currently owned by a thread: None

Heap
 def new generation   total 19712K, used 17739K [0x10070000, 0x115d0000, 0x24070000)
  eden space 17536K,  96% used [0x10070000, 0x110efeb8, 0x11190000)
  from space 2176K,  38% used [0x113b0000, 0x11482fd0, 0x115d0000)
  to   space 2176K,   0% used [0x11190000, 0x11190000, 0x113b0000)
 tenured generation   total 43604K, used 27636K [0x24070000, 0x26b05000, 0x4c070000)
   the space 43604K,  63% used [0x24070000, 0x25b6d230, 0x25b6d400, 0x26b05000)
 compacting perm gen  total 33280K, used 33175K [0x4c070000, 0x4e0f0000, 0x58070000)
   the space 33280K,  99% used [0x4c070000, 0x4e0d5e70, 0x4e0d6000, 0x4e0f0000)
No shared spaces configured.

Card table byte_map: [0x03d60000,0x03fb0000] byte_map_base: 0x03cdfc80

Polling page: 0x00220000

Code Cache  [0x01d60000, 0x02160000, 0x03d60000)
 total_blobs=2681 nmethods=2254 adapters=362 free_code_cache=28695Kb largest_free_block=29380864

Compilation events (10 events):
Event: 84.275 Thread 0x0414ac00 2307             sun.reflect.UnsafeLongFieldAccessorImpl::setLong (30 bytes)
Event: 84.275 Thread 0x0414ac00 nmethod 2307 0x02158a88 code [0x02158bf0, 0x02158e84]
Event: 84.275 Thread 0x0414ac00 2308             sun.misc.Unsafe::putLong (9 bytes)
Event: 84.275 Thread 0x0414ac00 nmethod 2308 0x02159288 code [0x02159380, 0x02159410]
Event: 84.312 Thread 0x0414ac00 2310             java.util.StringTokenizer::hasMoreTokens (29 bytes)
Event: 84.313 Thread 0x0414ac00 nmethod 2310 0x02159708 code [0x02159800, 0x021598bc]
Event: 84.316 Thread 0x0414ac00 2311             java.nio.CharBuffer::hasArray (20 bytes)
Event: 84.316 Thread 0x0414ac00 nmethod 2311 0x0215ab08 code [0x0215ac00, 0x0215acb0]
Event: 84.316 Thread 0x0414ac00 2312             java.nio.ByteBuffer::hasArray (20 bytes)
Event: 84.316 Thread 0x0414ac00 nmethod 2312 0x0215ad08 code [0x0215ae00, 0x0215aeb0]

GC Heap History (10 events):
Event: 83.365 GC heap before
{Heap before GC invocations=95 (full 9):
 def new generation   total 16768K, used 16768K [0x10070000, 0x112a0000, 0x24070000)
  eden space 14912K, 100% used [0x10070000, 0x10f00000, 0x10f00000)
  from space 1856K, 100% used [0x110d0000, 0x112a0000, 0x112a0000)
  to   space 1856K,   0% used [0x10f00000, 0x10f00000, 0x110d0000)
 tenured generation   total 37112K, used 22531K [0x24070000, 0x264ae000, 0x4c070000)
   the space 37112K,  60% used [0x24070000, 0x25670e68, 0x25671000, 0x264ae000)
 compacting perm gen  total 30208K, used 30152K [0x4c070000, 0x4ddf0000, 0x58070000)
   the space 30208K,  99% used [0x4c070000, 0x4dde2180, 0x4dde2200, 0x4ddf0000)
No shared spaces configured.
Event: 83.371 GC heap after
Heap after GC invocations=96 (full 9):
 def new generation   total 16768K, used 1856K [0x10070000, 0x112a0000, 0x24070000)
  eden space 14912K,   0% used [0x10070000, 0x10070000, 0x10f00000)
  from space 1856K, 100% used [0x10f00000, 0x110d0000, 0x110d0000)
  to   space 1856K,   0% used [0x110d0000, 0x110d0000, 0x112a0000)
 tenured generation   total 37112K, used 25178K [0x24070000, 0x264ae000, 0x4c070000)
   the space 37112K,  67% used [0x24070000, 0x25906b38, 0x25906c00, 0x264ae000)
 compacting perm gen  total 30208K, used 30152K [0x4c070000, 0x4ddf0000, 0x58070000)
   the space 30208K,  99% used [0x4c070000, 0x4dde2180, 0x4dde2200, 0x4ddf0000)
No shared spaces configured.
}
Event: 83.478 GC heap before
{Heap before GC invocations=96 (full 9):
 def new generation   total 16768K, used 6885K [0x10070000, 0x112a0000, 0x24070000)
  eden space 14912K,  33% used [0x10070000, 0x105596d0, 0x10f00000)
  from space 1856K, 100% used [0x10f00000, 0x110d0000, 0x110d0000)
  to   space 1856K,   0% used [0x110d0000, 0x110d0000, 0x112a0000)
 tenured generation   total 37112K, used 25178K [0x24070000, 0x264ae000, 0x4c070000)
   the space 37112K,  67% used [0x24070000, 0x25906b38, 0x25906c00, 0x264ae000)
 compacting perm gen  total 30976K, used 30965K [0x4c070000, 0x4deb0000, 0x58070000)
   the space 30976K,  99% used [0x4c070000, 0x4dead438, 0x4dead600, 0x4deb0000)
No shared spaces configured.
Event: 83.557 GC heap after
Heap after GC invocations=97 (full 10):
 def new generation   total 19712K, used 0K [0x10070000, 0x115d0000, 0x24070000)
  eden space 17536K,   0% used [0x10070000, 0x10070000, 0x11190000)
  from space 2176K,   0% used [0x11190000, 0x11190000, 0x113b0000)
  to   space 2176K,   0% used [0x113b0000, 0x113b0000, 0x115d0000)
 tenured generation   total 43604K, used 26160K [0x24070000, 0x26b05000, 0x4c070000)
   the space 43604K,  59% used [0x24070000, 0x259fc1d8, 0x259fc200, 0x26b05000)
 compacting perm gen  total 30976K, used 30965K [0x4c070000, 0x4deb0000, 0x58070000)
   the space 30976K,  99% used [0x4c070000, 0x4dead438, 0x4dead600, 0x4deb0000)
No shared spaces configured.
}
Event: 83.670 GC heap before
{Heap before GC invocations=97 (full 10):
 def new generation   total 19712K, used 17536K [0x10070000, 0x115d0000, 0x24070000)
  eden space 17536K, 100% used [0x10070000, 0x11190000, 0x11190000)
  from space 2176K,   0% used [0x11190000, 0x11190000, 0x113b0000)
  to   space 2176K,   0% used [0x113b0000, 0x113b0000, 0x115d0000)
 tenured generation   total 43604K, used 26160K [0x24070000, 0x26b05000, 0x4c070000)
   the space 43604K,  59% used [0x24070000, 0x259fc1d8, 0x259fc200, 0x26b05000)
 compacting perm gen  total 32256K, used 32102K [0x4c070000, 0x4dff0000, 0x58070000)
   the space 32256K,  99% used [0x4c070000, 0x4dfc99d8, 0x4dfc9a00, 0x4dff0000)
No shared spaces configured.
Event: 83.675 GC heap after
Heap after GC invocations=98 (full 10):
 def new generation   total 19712K, used 1889K [0x10070000, 0x115d0000, 0x24070000)
  eden space 17536K,   0% used [0x10070000, 0x10070000, 0x11190000)
  from space 2176K,  86% used [0x113b0000, 0x115887b8, 0x115d0000)
  to   space 2176K,   0% used [0x11190000, 0x11190000, 0x113b0000)
 tenured generation   total 43604K, used 26160K [0x24070000, 0x26b05000, 0x4c070000)
   the space 43604K,  59% used [0x24070000, 0x259fc1d8, 0x259fc200, 0x26b05000)
 compacting perm gen  total 32256K, used 32102K [0x4c070000, 0x4dff0000, 0x58070000)
   the space 32256K,  99% used [0x4c070000, 0x4dfc99d8, 0x4dfc9a00, 0x4dff0000)
No shared spaces configured.
}
Event: 83.767 GC heap before
{Heap before GC invocations=98 (full 10):
 def new generation   total 19712K, used 19425K [0x10070000, 0x115d0000, 0x24070000)
  eden space 17536K, 100% used [0x10070000, 0x11190000, 0x11190000)
  from space 2176K,  86% used [0x113b0000, 0x115887b8, 0x115d0000)
  to   space 2176K,   0% used [0x11190000, 0x11190000, 0x113b0000)
 tenured generation   total 43604K, used 26160K [0x24070000, 0x26b05000, 0x4c070000)
   the space 43604K,  59% used [0x24070000, 0x259fc1d8, 0x259fc200, 0x26b05000)
 compacting perm gen  total 32768K, used 32636K [0x4c070000, 0x4e070000, 0x58070000)
   the space 32768K,  99% used [0x4c070000, 0x4e04f378, 0x4e04f400, 0x4e070000)
No shared spaces configured.
Event: 83.771 GC heap after
Heap after GC invocations=99 (full 10):
 def new generation   total 19712K, used 692K [0x10070000, 0x115d0000, 0x24070000)
  eden space 17536K,   0% used [0x10070000, 0x10070000, 0x11190000)
  from space 2176K,  31% used [0x11190000, 0x1123d130, 0x113b0000)
  to   space 2176K,   0% used [0x113b0000, 0x113b0000, 0x115d0000)
 tenured generation   total 43604K, used 27636K [0x24070000, 0x26b05000, 0x4c070000)
   the space 43604K,  63% used [0x24070000, 0x25b6d230, 0x25b6d400, 0x26b05000)
 compacting perm gen  total 32768K, used 32636K [0x4c070000, 0x4e070000, 0x58070000)
   the space 32768K,  99% used [0x4c070000, 0x4e04f378, 0x4e04f400, 0x4e070000)
No shared spaces configured.
}
Event: 83.866 GC heap before
{Heap before GC invocations=99 (full 10):
 def new generation   total 19712K, used 18228K [0x10070000, 0x115d0000, 0x24070000)
  eden space 17536K, 100% used [0x10070000, 0x11190000, 0x11190000)
  from space 2176K,  31% used [0x11190000, 0x1123d130, 0x113b0000)
  to   space 2176K,   0% used [0x113b0000, 0x113b0000, 0x115d0000)
 tenured generation   total 43604K, used 27636K [0x24070000, 0x26b05000, 0x4c070000)
   the space 43604K,  63% used [0x24070000, 0x25b6d230, 0x25b6d400, 0x26b05000)
 compacting perm gen  total 32768K, used 32744K [0x4c070000, 0x4e070000, 0x58070000)
   the space 32768K,  99% used [0x4c070000, 0x4e06a2e8, 0x4e06a400, 0x4e070000)
No shared spaces configured.
Event: 83.868 GC heap after
Heap after GC invocations=100 (full 10):
 def new generation   total 19712K, used 843K [0x10070000, 0x115d0000, 0x24070000)
  eden space 17536K,   0% used [0x10070000, 0x10070000, 0x11190000)
  from space 2176K,  38% used [0x113b0000, 0x11482fd0, 0x115d0000)
  to   space 2176K,   0% used [0x11190000, 0x11190000, 0x113b0000)
 tenured generation   total 43604K, used 27636K [0x24070000, 0x26b05000, 0x4c070000)
   the space 43604K,  63% used [0x24070000, 0x25b6d230, 0x25b6d400, 0x26b05000)
 compacting perm gen  total 32768K, used 32744K [0x4c070000, 0x4e070000, 0x58070000)
   the space 32768K,  99% used [0x4c070000, 0x4e06a2e8, 0x4e06a400, 0x4e070000)
No shared spaces configured.
}

Deoptimization events (0 events):
No events

Internal exceptions (10 events):
Event: 84.313 Thread 0x09da5400 Threw 0x10fa1410 at C:\re\jdk7u45\229\hotspot\src\share\vm\prims\jvm.cpp:1244
Event: 84.313 Thread 0x09da5400 Threw 0x10fa1860 at C:\re\jdk7u45\229\hotspot\src\share\vm\prims\jvm.cpp:1244
Event: 84.318 Thread 0x09da5400 Threw 0x10fecee8 at C:\re\jdk7u45\229\hotspot\src\share\vm\prims\jvm.cpp:1244
Event: 84.318 Thread 0x09da5400 Threw 0x10fed310 at C:\re\jdk7u45\229\hotspot\src\share\vm\prims\jvm.cpp:1244
Event: 84.318 Thread 0x09da5400 Threw 0x10ffdd88 at C:\re\jdk7u45\229\hotspot\src\share\vm\prims\jvm.cpp:1244
Event: 84.318 Thread 0x09da5400 Threw 0x10ffe198 at C:\re\jdk7u45\229\hotspot\src\share\vm\prims\jvm.cpp:1244
Event: 84.326 Thread 0x09da5400 Threw 0x110b09d0 at C:\re\jdk7u45\229\hotspot\src\share\vm\prims\jvm.cpp:1244
Event: 84.326 Thread 0x09da5400 Threw 0x110b0e60 at C:\re\jdk7u45\229\hotspot\src\share\vm\prims\jvm.cpp:1244
Event: 84.326 Thread 0x09da5400 Threw 0x110c0890 at C:\re\jdk7u45\229\hotspot\src\share\vm\prims\jvm.cpp:1244
Event: 84.326 Thread 0x09da5400 Threw 0x110c0d70 at C:\re\jdk7u45\229\hotspot\src\share\vm\prims\jvm.cpp:1244

Events (10 events):
Event: 84.318 loading class 0x09e143d0
Event: 84.318 loading class 0x09e143d0 done
Event: 84.318 loading class 0x09e142b8
Event: 84.318 loading class 0x09e142b8 done
Event: 84.326 loading class 0x09e49f48
Event: 84.326 loading class 0x09e49f48 done
Event: 84.326 loading class 0x0a0542c8
Event: 84.326 loading class 0x0a0542c8 done
Event: 84.327 Executing VM operation: RevokeBias
Event: 84.327 Executing VM operation: RevokeBias done


Dynamic libraries:
0x01130000 - 0x0115f000 	C:\Program Files\Java\jre7\bin\javaw.exe
0x77210000 - 0x7734d000 	C:\Windows\SYSTEM32\ntdll.dll
0x75900000 - 0x759d4000 	C:\Windows\system32\kernel32.dll
0x75300000 - 0x7534b000 	C:\Windows\system32\KERNELBASE.dll
0x76d70000 - 0x76e10000 	C:\Windows\system32\ADVAPI32.dll
0x77160000 - 0x7720c000 	C:\Windows\system32\msvcrt.dll
0x77370000 - 0x77389000 	C:\Windows\SYSTEM32\sechost.dll
0x76e10000 - 0x76eb2000 	C:\Windows\system32\RPCRT4.dll
0x75660000 - 0x75729000 	C:\Windows\system32\USER32.dll
0x76b00000 - 0x76b4e000 	C:\Windows\system32\GDI32.dll
0x77350000 - 0x7735a000 	C:\Windows\system32\LPK.dll
0x755b0000 - 0x7564d000 	C:\Windows\system32\USP10.dll
0x73d90000 - 0x73f2e000 	C:\Windows\WinSxS\x86_microsoft.windows.common-controls_6595b64144ccf1df_6.0.7601.17514_none_41e6975e2bd6f2b2\COMCTL32.dll
0x75880000 - 0x758d7000 	C:\Windows\system32\SHLWAPI.dll
0x758e0000 - 0x758ff000 	C:\Windows\system32\IMM32.DLL
0x757b0000 - 0x7587c000 	C:\Windows\system32\MSCTF.dll
0x75210000 - 0x75248000 	C:\Windows\system32\nvinit.dll
0x0f000000 - 0x0f006000 	C:\Program Files\NVIDIA Corporation\CoProcManager\_etoured.dll
0x725c0000 - 0x725fd000 	C:\Program Files\NVIDIA Corporation\CoProcManager\nvd3d9wrap.dll
0x76630000 - 0x767cd000 	C:\Windows\system32\SETUPAPI.dll
0x75400000 - 0x75427000 	C:\Windows\system32\CFGMGR32.dll
0x76ce0000 - 0x76d6f000 	C:\Windows\system32\OLEAUT32.dll
0x76b80000 - 0x76cdc000 	C:\Windows\system32\ole32.dll
0x75350000 - 0x75362000 	C:\Windows\system32\DEVOBJ.dll
0x72590000 - 0x725bf000 	C:\Program Files\NVIDIA Corporation\CoProcManager\nvdxgiwrap.dll
0x10000000 - 0x10064000 	C:\Program Files\McAfee\Host Intrusion Prevention\HcApi.dll
0x61d70000 - 0x61d79000 	C:\Program Files\McAfee\Host Intrusion Prevention\HcThe.dll
0x6c860000 - 0x6c91f000 	C:\Program Files\Java\jre7\bin\msvcr100.dll
0x5f540000 - 0x5f8c0000 	C:\Program Files\Java\jre7\bin\client\jvm.dll
0x71320000 - 0x71327000 	C:\Windows\system32\WSOCK32.dll
0x773f0000 - 0x77425000 	C:\Windows\system32\WS2_32.dll
0x77360000 - 0x77366000 	C:\Windows\system32\NSI.dll
0x73ac0000 - 0x73af2000 	C:\Windows\system32\WINMM.dll
0x75650000 - 0x75655000 	C:\Windows\system32\PSAPI.DLL
0x72a40000 - 0x72a4c000 	C:\Program Files\Java\jre7\bin\verify.dll
0x66ab0000 - 0x66ad0000 	C:\Program Files\Java\jre7\bin\java.dll
0x71620000 - 0x71633000 	C:\Program Files\Java\jre7\bin\zip.dll
0x669f0000 - 0x66a4b000 	C:\Program Files\Java\jre7\bin\deploy.dll
0x746e0000 - 0x746e9000 	C:\Windows\system32\VERSION.dll
0x76fa0000 - 0x77158000 	C:\Windows\system32\WININET.dll
0x75590000 - 0x75594000 	C:\Windows\system32\api-ms-win-downlevel-user32-l1-1-0.dll
0x75580000 - 0x75585000 	C:\Windows\system32\api-ms-win-downlevel-advapi32-l1-1-0.dll
0x752e0000 - 0x752e4000 	C:\Windows\system32\api-ms-win-downlevel-shlwapi-l1-1-0.dll
0x752f0000 - 0x752f4000 	C:\Windows\system32\api-ms-win-downlevel-version-l1-1-0.dll
0x755a0000 - 0x755a3000 	C:\Windows\system32\api-ms-win-downlevel-normaliz-l1-1-0.dll
0x77430000 - 0x77433000 	C:\Windows\system32\normaliz.DLL
0x767d0000 - 0x769c8000 	C:\Windows\system32\iertutil.dll
0x769d0000 - 0x76af1000 	C:\Windows\system32\urlmon.dll
0x752d0000 - 0x752d4000 	C:\Windows\system32\api-ms-win-downlevel-ole32-l1-1-0.dll
0x759e0000 - 0x7662b000 	C:\Windows\system32\SHELL32.dll
0x75250000 - 0x7525b000 	C:\Windows\system32\profapi.dll
0x669d0000 - 0x669e4000 	C:\Program Files\Java\jre7\bin\net.dll
0x74c70000 - 0x74cac000 	C:\Windows\system32\mswsock.dll
0x74c60000 - 0x74c66000 	C:\Windows\System32\wship6.dll
0x72a50000 - 0x72a5f000 	C:\Program Files\Java\jre7\bin\nio.dll
0x5ec90000 - 0x5edd3000 	C:\Program Files\Java\jre7\bin\awt.dll
0x74550000 - 0x74590000 	C:\Windows\system32\uxtheme.dll
0x739e0000 - 0x739f3000 	C:\Windows\system32\dwmapi.dll
0x75190000 - 0x7519c000 	C:\Windows\system32\CRYPTBASE.dll
0x5fc00000 - 0x5fc38000 	C:\Program Files\Java\jre7\bin\fontmanager.dll
0x669a0000 - 0x669d0000 	C:\Program Files\Java\jre7\bin\t2k.dll
0x74cb0000 - 0x74cc6000 	C:\Windows\system32\CRYPTSP.dll
0x74a30000 - 0x74a6b000 	C:\Windows\system32\rsaenh.dll
0x74ae0000 - 0x74af7000 	C:\Windows\system32\USERENV.dll
0x737e0000 - 0x737f0000 	C:\Windows\system32\NLAapi.dll
0x70eb0000 - 0x70ec0000 	C:\Windows\system32\napinsp.dll
0x70e80000 - 0x70e92000 	C:\Windows\system32\pnrpnsp.dll
0x74b30000 - 0x74b74000 	C:\Windows\system32\DNSAPI.dll
0x70e70000 - 0x70e78000 	C:\Windows\System32\winrnr.dll
0x74770000 - 0x74775000 	C:\Windows\System32\wshtcpip.dll
0x732a0000 - 0x732bc000 	C:\Windows\system32\IPHLPAPI.DLL
0x73280000 - 0x73287000 	C:\Windows\system32\WINNSI.DLL
0x70e60000 - 0x70e66000 	C:\Windows\system32\rasadhlp.dll
0x73170000 - 0x731a8000 	C:\Windows\System32\fwpuclnt.dll
0x74fd0000 - 0x74fd8000 	C:\Windows\system32\Secur32.dll
0x75120000 - 0x7513b000 	C:\Windows\system32\SSPICLI.DLL
0x70930000 - 0x70934000 	C:\Windows\system32\api-ms-win-downlevel-advapi32-l2-1-0.dll
0x6dfc0000 - 0x6dfc4000 	C:\Windows\system32\api-ms-win-downlevel-shlwapi-l2-1-0.dll
0x76ec0000 - 0x76f43000 	C:\Windows\system32\CLBCatQ.DLL
0x6f610000 - 0x6f66a000 	C:\Windows\System32\netprofm.dll
0x75200000 - 0x7520e000 	C:\Windows\system32\RpcRtRemote.dll
0x6f3f0000 - 0x6f3f8000 	C:\Windows\System32\npmproxy.dll
0x73130000 - 0x7313d000 	C:\Windows\system32\dhcpcsvc6.DLL
0x73140000 - 0x73152000 	C:\Windows\system32\dhcpcsvc.DLL
0x75460000 - 0x75580000 	C:\Windows\system32\CRYPT32.dll
0x752c0000 - 0x752cc000 	C:\Windows\system32\MSASN1.dll
0x5f250000 - 0x5f270000 	C:\Program Files\Java\jre7\bin\sunec.dll
0x5f240000 - 0x5f249000 	C:\Program Files\Java\jre7\bin\sunmscapi.dll
0x74960000 - 0x74968000 	C:\Windows\system32\credssp.dll
0x74c10000 - 0x74c52000 	C:\Windows\system32\msv1_0.DLL
0x74ea0000 - 0x74eb1000 	C:\Windows\system32\cryptdll.dll
0x66930000 - 0x6693a000 	C:\Program Files\Java\jre7\bin\management.dll
0x73600000 - 0x73730000 	C:\Windows\system32\WindowsCodecs.dll
0x75140000 - 0x7518c000 	C:\Windows\system32\apphelp.dll
0x6e920000 - 0x6e951000 	C:\Windows\system32\EhStorShell.dll
0x74300000 - 0x743f5000 	C:\Windows\system32\PROPSYS.dll
0x6b8f0000 - 0x6bcf6000 	C:\PROGRA~1\MICROS~1\Office14\GROOVEEX.DLL
0x70d80000 - 0x70e23000 	C:\Windows\WinSxS\x86_microsoft.vc90.crt_1fc8b3b9a1e18e3b_9.0.30729.4940_none_50916076bcb9a742\MSVCR90.dll
0x6e870000 - 0x6e8fe000 	C:\Windows\WinSxS\x86_microsoft.vc90.crt_1fc8b3b9a1e18e3b_9.0.30729.4940_none_50916076bcb9a742\MSVCP90.dll
0x6e840000 - 0x6e86b000 	C:\Windows\WinSxS\x86_microsoft.vc90.atl_1fc8b3b9a1e18e3b_9.0.30729.4148_none_51ca66a2bbe76806\ATL90.DLL
0x68b10000 - 0x68f2a000 	C:\PROGRA~1\COMMON~1\MICROS~1\OFFICE14\Cultures\office.odf
0x682a0000 - 0x68b05000 	C:\PROGRA~1\MICROS~1\Office14\1033\GrooveIntlResource.dll
0x6e080000 - 0x6e0ea000 	C:\Windows\System32\cscui.dll
0x6e910000 - 0x6e919000 	C:\Windows\System32\CSCDLL.dll
0x6e980000 - 0x6e98b000 	C:\Windows\system32\CSCAPI.dll
0x6e0f0000 - 0x6e160000 	C:\Windows\system32\ntshrui.dll
0x74ec0000 - 0x74ed9000 	C:\Windows\system32\srvcli.dll
0x735f0000 - 0x735fa000 	C:\Windows\system32\slc.dll
0x66940000 - 0x66964000 	C:\Program Files\Java\jre7\bin\dcpr.dll
0x5fc60000 - 0x5fd47000 	C:\Windows\system32\DDRAW.dll
0x60040000 - 0x60046000 	C:\Windows\system32\DCIMAN32.dll
0x073b0000 - 0x08672000 	C:\Windows\system32\nvoglv32.DLL
0x75430000 - 0x7545e000 	C:\Windows\system32\WINTRUST.dll
0x745a0000 - 0x745c1000 	C:\Windows\system32\ntmarta.dll
0x76f50000 - 0x76f95000 	C:\Windows\system32\WLDAP32.dll
0x637c0000 - 0x637cb000 	C:\Users\nathanf.ctr\AppData\Roaming\SemanticaProInstallation\lib\win32-x86\gluegen-rt.dll
0x5fb20000 - 0x5fb26000 	C:\Program Files\Java\jre7\bin\jawt.dll
0x6a440000 - 0x6a44b000 	C:\Users\nathanf.ctr\AppData\Roaming\SemanticaProInstallation\lib\win32-x86\nativewindow_awt.dll
0x6c100000 - 0x6c10d000 	C:\Users\nathanf.ctr\AppData\Roaming\SemanticaProInstallation\lib\win32-x86\nativewindow_win32.dll
0x5f3a0000 - 0x5f468000 	C:\Windows\system32\OpenGL32.dll
0x5f510000 - 0x5f532000 	C:\Windows\system32\GLU32.dll
0x64500000 - 0x64592000 	C:\Users\nathanf.ctr\AppData\Roaming\SemanticaProInstallation\lib\win32-x86\jogl_desktop.dll
0x6fc10000 - 0x6fcfb000 	C:\Windows\system32\dbghelp.dll

VM Arguments:
jvm_args: -Xmx960m -XX:MaxPermSize=192m -Dsun.java2d.noddraw=true -Dsun.java2d.d3d=false -Dsun.awt.disableMixing=false -Djnlp.semantica.config.URL -Djnlp.semantica.config.forced=false -Djnlp.semantica.version=5.5.3240 -Djnlp.application.href=http://demo2.semanticresearch.com/semantica-pro-webstart-debug/proinstaller.jsp -Djnlp.newt.debug=all -Djnlp.nativewindow.debug=all -Djnlp.jogl.debug=all -Djogamp.gluegen.UseTempJarCache=false -Djnlp.semantica.config.URL= -Xbootclasspath/a:C:\Program Files\Java\jre7\lib\javaws.jar;C:\Program Files\Java\jre7\lib\deploy.jar;C:\Program Files\Java\jre7\lib\plugin.jar -Djnlpx.vmargs=-Xmx960m -XX:MaxPermSize=192m -Dsun.java2d.noddraw=true -Dsun.java2d.d3d=false -Dsun.awt.disableMixing=false -Djnlp.semantica.config.URL -Djnlp.semantica.config.forced=false -Djnlp.semantica.version=5.5.3240 -Djnlp.application.href=http://demo2.semanticresearch.com/semantica-pro-webstart-debug/proinstaller.jsp -Djnlp.newt.debug=all -Djnlp.nativewindow.debug=all -Djnlp.jogl.debug=all -Djogamp.gluegen.UseTempJarCache=false -Djnlp.semantica.config.URL= -Djnlpx.jvm=C:\Program Files\Java\jre7\bin\javaw.exe -Djnlpx.splashport=49254 -Djnlpx.home=C:\Program Files\Java\jre7\bin -Djnlpx.remove=false -Djnlpx.offline=false -Djnlpx.relaunch=true -Djnlpx.session.data=C:\Users\nathanf.ctr\AppData\Local\Temp\session7631421354541106116 -Djnlpx.heapsize=-1,1006632960 -Djava.security.policy=file:C:\Program Files\Java\jre7\lib\security\javaws.policy -DtrustProxy=true -Xverify:remote -Dsun.awt.warmup=true 
java_command: com.sun.javaws.Main -notWebJava C:\Users\nathanf.ctr\AppData\LocalLow\Sun\Java\Deployment\cache\6.0\17\5eac6f51-1bc331e9
Launcher Type: SUN_STANDARD

Environment Variables:
PATH=C:\Program Files\Java\jre7\bin;C:\Program Files\Gradkell Systems, Inc\DBsign Data Security Suite\Common\Lib\;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files\ApproveIt\ThirdParty\Bin\;C:\Program Files\ApproveIt\;C:\Program Files\Tumbleweed\Desktop Validator\;C:\Program Files\ActivIdentity\ActivClient\;"C:\Program Files\Java\jre7\bin"
USERNAME=nathanf.ctr
OS=Windows_NT
PROCESSOR_IDENTIFIER=x86 Family 6 Model 42 Stepping 7, GenuineIntel



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

OS: Windows 7 Build 7601 Service Pack 1

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

Memory: 4k page, physical 3056656k(1591696k free), swap 6111568k(4709172k free)

vm_info: Java HotSpot(TM) Client VM (24.45-b08) for windows-x86 JRE (1.7.0_45-b18), built on Oct  8 2013 06:02:43 by "java_re" with unknown MS VC++:1600

time: Wed Feb 12 14:24:11 2014
elapsed time: 84 seconds
Comment 1 Julien Gouesse 2014-02-14 09:52:14 CET
Hi

According to the logs, it happens under Windows with an Nvidia graphics card. Please indicate more precisely the version number of the driver and the exact graphics card or on-board chip concerned to give us a chance to reproduce your bug.
Comment 2 tmsnow21314 2014-02-14 16:25:52 CET
Created attachment 593 [details]
runtime debug with latest aggregated
Comment 3 tmsnow21314 2014-02-14 16:32:04 CET
Created attachment 594 [details]
graphics card info from dxDiag
Comment 4 Sven Gothel 2014-07-10 14:17:56 CEST
could not reproduce w/ Windows 7 and latest NV driver.

If you can still produce this issue, pls re-open this bug.