-
Bug
-
Resolution: Cannot Reproduce
-
P3
-
None
-
8u25
-
x86
-
windows_8
FULL PRODUCT VERSION :
java version "1.8.0_25"
Java(TM) SE Runtime Environment (build 1.8.0_25-b18)
Java HotSpot(TM) Client VM (build 25.25-b02, mixed mode)
ADDITIONAL OS VERSION INFORMATION :
Windows 8.1 Pro
EXTRA RELEVANT SYSTEM CONFIGURATION :
Notebook hardware w/ Broadwell or Haswell CPU. Single monitor.
A DESCRIPTION OF THE PROBLEM :
Currently crashing on AWT.dll for access exception violation. This is identical to issueJDK-6961306.
System is being put through S4 (hibernate) cycles in order to validate hardware builds. Sometimes (not reliable to reproduce timing) when waking from S4, our Java application will crash with above issue. (AWT.dll c00000005)
This issue has only begun appearing after we have moved from JRE & JDK 6u25 to 8u25, though it seems more prominent on Broadwell and Haswell chips.
Stacktrace from WinDBG:
STACK_TEXT:
159af2c8 7389e420 awt!D3DVertexCacher::Render+0x50
159af440 7392732a awt!Java_sun_awt_windows_WToolkit_startSecondaryEventLoop+0x8ea
159af47c 76fc7834 user32!_InternalCallWinProc+0x23
159af4a8 76fc7a9a user32!UserCallWinProcCheckWow+0x184
159af538 76fc7bed user32!DispatchClientMessage+0xdc
159af598 76fc7d81 user32!__fnDWORD+0x36
159af5d0 7768f342 ntdll!KiUserCallbackDispatcher+0x2e
159af604 76fc83ac user32!_PeekMessage+0x29
159af630 76fc840f user32!PeekMessageW+0x135
159af664 73923fe3 awt!AWTIsHeadless+0x623
159af67c 73926709 awt!Java_sun_awt_windows_WToolkit_getNumberOfButtonsImpl+0x1c9
159af6b0 739269e8 awt!Java_sun_awt_windows_WToolkit_eventLoop+0x58
159af798 73b86d52 jvm!JVM_GetThreadStateNames+0x47f62
159af7b4 73b87285 jvm!JVM_GetThreadStateNames+0x48495
159af83c 73c4d19e jvm!JVM_FindSignal+0x632ce
159af884 73b8731e jvm!JVM_GetThreadStateNames+0x4852e
159af8a4 73b874a6 jvm!JVM_GetThreadStateNames+0x486b6
159af8fc 73b87517 jvm!JVM_GetThreadStateNames+0x48727
159af96c 73b306bf jvm!jio_printf+0x9f
159af9bc 73ba98cc jvm!JVM_GetThreadStateNames+0x6aadc
159afa08 73baa15a jvm!JVM_GetThreadStateNames+0x6b36a
159afa40 73beee06 jvm!JVM_FindSignal+0x4f36
159afb84 73e4c556 msvcr100!_endthreadex+0x3f
159afbbc 73e4c600 msvcr100!_endthreadex+0xce
159afbc8 76cf919f kernel32!BaseThreadInitThunk+0xe
159afbd4 7769a8cb ntdll!__RtlUserThreadStart+0x20
159afc18 7769a8a1 ntdll!_RtlUserThreadStart+0x1b
REGRESSION. Last worked in version 6u43
STEPS TO FOLLOW TO REPRODUCE THE PROBLEM :
Difficult to reliably reproduce, but this issue is only observed when hibernating/resuming on multiple product configurations.
EXPECTED VERSUS ACTUAL BEHAVIOR :
EXPECTED -
GUI continues to run without error.
ACTUAL -
Windows Error Report feature is prompted with the following:
Problem signature:
Problem Event Name: APPCRASH
Application Name: javaw.exe
Application Version: 8.0.25.18
Application Timestamp: 54345dea
Fault Module Name: awt.dll
Fault Module Version: 8.0.25.18
Fault Module Timestamp: 54346378
Exception Code: c0000005
Exception Offset: 0001e420
OS Version: 6.3.9600.2.0.0.256.48
Locale ID: 1033
Additional Information 1: fa91
Additional Information 2: fa913def9f21c604ce231a544a277bf1
Additional Information 3: 6d96
Additional Information 4: 6d963939097412bfbc2ea86046d4812d
ERROR MESSAGES/STACK TRACES THAT OCCUR :
Below follows both procdump output, and then jstack output.
Procdump w/ WinDBG !Analayze:
STACK_TEXT:
159af2c8 7389e420 awt!D3DVertexCacher::Render+0x50
159af440 7392732a awt!Java_sun_awt_windows_WToolkit_startSecondaryEventLoop+0x8ea
159af47c 76fc7834 user32!_InternalCallWinProc+0x23
159af4a8 76fc7a9a user32!UserCallWinProcCheckWow+0x184
159af538 76fc7bed user32!DispatchClientMessage+0xdc
159af598 76fc7d81 user32!__fnDWORD+0x36
159af5d0 7768f342 ntdll!KiUserCallbackDispatcher+0x2e
159af604 76fc83ac user32!_PeekMessage+0x29
159af630 76fc840f user32!PeekMessageW+0x135
159af664 73923fe3 awt!AWTIsHeadless+0x623
159af67c 73926709 awt!Java_sun_awt_windows_WToolkit_getNumberOfButtonsImpl+0x1c9
159af6b0 739269e8 awt!Java_sun_awt_windows_WToolkit_eventLoop+0x58
159af798 73b86d52 jvm!JVM_GetThreadStateNames+0x47f62
159af7b4 73b87285 jvm!JVM_GetThreadStateNames+0x48495
159af83c 73c4d19e jvm!JVM_FindSignal+0x632ce
159af884 73b8731e jvm!JVM_GetThreadStateNames+0x4852e
159af8a4 73b874a6 jvm!JVM_GetThreadStateNames+0x486b6
159af8fc 73b87517 jvm!JVM_GetThreadStateNames+0x48727
159af96c 73b306bf jvm!jio_printf+0x9f
159af9bc 73ba98cc jvm!JVM_GetThreadStateNames+0x6aadc
159afa08 73baa15a jvm!JVM_GetThreadStateNames+0x6b36a
159afa40 73beee06 jvm!JVM_FindSignal+0x4f36
159afb84 73e4c556 msvcr100!_endthreadex+0x3f
159afbbc 73e4c600 msvcr100!_endthreadex+0xce
159afbc8 76cf919f kernel32!BaseThreadInitThunk+0xe
159afbd4 7769a8cb ntdll!__RtlUserThreadStart+0x20
159afc18 7769a8a1 ntdll!_RtlUserThreadStart+0x1b
jstack -l -m -f flags:
Attaching to process ID 2944, please wait...
Debugger attached successfully.
Client compiler detected.
JVM version is 25.25-b02
Deadlock Detection:
No deadlocks found.
----------------- 0 -----------------
0x7768d1bc ntdll!ZwWaitForSingleObject + 0xc
0x750a103d KERNELBASE!WaitForSingleObject + 0x12
0x01004df7 javaw + 0x4df7
0x01003209 javaw + 0x3209
0x010042ea javaw + 0x42ea
0x0100347f javaw + 0x347f
0x02580000 ????????
0x776797bd ntdll!RtlReAllocateHeap + 0xa85
----------------- 1 -----------------
0x7768d1bc ntdll!ZwWaitForSingleObject + 0xc
0x750a103d KERNELBASE!WaitForSingleObject + 0x12
0x73bec839 jvm!_JVM_FindSignal@4 + 0x2969
0x73b8dff1 jvm!JVM_GetThreadStateNames + 0x4f201
0x73ba3554 jvm!JVM_GetThreadStateNames + 0x64764
0x73b334c5 jvm!_JVM_MonitorWait@16 + 0x95
0x0259aca3 * java.lang.Object.wait(long) bci:0 (Interpreted frame)
0x02594134 * java.lang.Thread.join(long) bci:38 line:1245 (Interpreted frame)
0x02594134 * java.lang.Thread.join() bci:2 line:1319 (Interpreted frame)
0x02594134 * Launch.Launch.run(java.lang.String) bci:721 line:166 (Interpreted frame)
0x02594134 * Common.files.STAGE.run() bci:17 line:72 (Interpreted frame)
0x02593be0 * Common.files.STAGES.run(java.lang.String) bci:14 line:91 (Interpreted frame)
0x02594094 * Vision.Vision.main(java.lang.String[]) bci:349 line:79 (Interpreted frame)
0x02590417 <StubRoutines>
0x73b87285 jvm!JVM_GetThreadStateNames + 0x48495
0x73c4d19e jvm!_JVM_FindSignal@4 + 0x632ce
0x73b8731e jvm!JVM_GetThreadStateNames + 0x4852e
0x73b10957 jvm!JNI_GetCreatedJavaVMs + 0x6f07
0x73b18eff jvm!JNI_GetCreatedJavaVMs + 0xf4af
0x0100210a javaw + 0x210a
0x0100aba1 javaw + 0xaba1
0x0100ac2b javaw + 0xac2b
0x76cf919f KERNEL32!BaseThreadInitThunk + 0xe
0x7769a8cb ntdll!RtlInitializeExceptionChain + 0x84
0x7769a8a1 ntdll!RtlInitializeExceptionChain + 0x5a
Locked ownable synchronizers:
- None
----------------- 2 -----------------
0x7768d1bc ntdll!ZwWaitForSingleObject + 0xc
0x750a103d KERNELBASE!WaitForSingleObject + 0x12
0x73bec72d jvm!_JVM_FindSignal@4 + 0x285d
0x73b88ebc jvm!JVM_GetThreadStateNames + 0x4a0cc
0x73b891ec jvm!JVM_GetThreadStateNames + 0x4a3fc
0x73bae9c1 jvm!JVM_GetThreadStateNames + 0x6fbd1
0x73baed82 jvm!JVM_GetThreadStateNames + 0x6ff92
0x73beee06 jvm!_JVM_FindSignal@4 + 0x4f36
0x73e4c556 msvcr100!_endthreadex + 0x3a
0x73e4c600 msvcr100!_endthreadex + 0xe4
0x76cf919f KERNEL32!BaseThreadInitThunk + 0xe
0x7769a8cb ntdll!RtlInitializeExceptionChain + 0x84
0x7769a8a1 ntdll!RtlInitializeExceptionChain + 0x5a
----------------- 3 -----------------
0x7768d1bc ntdll!ZwWaitForSingleObject + 0xc
0x750a103d KERNELBASE!WaitForSingleObject + 0x12
0x73bec839 jvm!_JVM_FindSignal@4 + 0x2969
0x73b8dff1 jvm!JVM_GetThreadStateNames + 0x4f201
0x73ba3554 jvm!JVM_GetThreadStateNames + 0x64764
0x73b334c5 jvm!_JVM_MonitorWait@16 + 0x95
0x02925461 <Unknown compiled code>
0x02594134 * java.lang.Object.wait() bci:2 line:502 (Interpreted frame)
0x02594134 * java.lang.ref.Reference$ReferenceHandler.run() bci:36 line:157 (Interpreted frame)
0x02590417 <StubRoutines>
0x73b87285 jvm!JVM_GetThreadStateNames + 0x48495
0x73c4d19e jvm!_JVM_FindSignal@4 + 0x632ce
0x73b8731e jvm!JVM_GetThreadStateNames + 0x4852e
0x73b874a6 jvm!JVM_GetThreadStateNames + 0x486b6
0x73b87517 jvm!JVM_GetThreadStateNames + 0x48727
0x73b306bf jvm!jio_printf + 0x9f
0x73ba98cc jvm!JVM_GetThreadStateNames + 0x6aadc
0x73baa15a jvm!JVM_GetThreadStateNames + 0x6b36a
0x73beee06 jvm!_JVM_FindSignal@4 + 0x4f36
0x73e4c556 msvcr100!_endthreadex + 0x3a
0x73e4c600 msvcr100!_endthreadex + 0xe4
0x76cf919f KERNEL32!BaseThreadInitThunk + 0xe
0x7769a8cb ntdll!RtlInitializeExceptionChain + 0x84
0x7769a8a1 ntdll!RtlInitializeExceptionChain + 0x5a
Locked ownable synchronizers:
- None
----------------- 4 -----------------
0x7768d1bc ntdll!ZwWaitForSingleObject + 0xc
0x750a103d KERNELBASE!WaitForSingleObject + 0x12
0x73bec839 jvm!_JVM_FindSignal@4 + 0x2969
0x73b8dff1 jvm!JVM_GetThreadStateNames + 0x4f201
0x73ba3554 jvm!JVM_GetThreadStateNames + 0x64764
0x73b334c5 jvm!_JVM_MonitorWait@16 + 0x95
0x02925461 <Unknown compiled code>
0x029066a0 * java.lang.ref.ReferenceQueue.remove(long) bci:44 line:142 (Compiled frame)
* java.lang.ref.ReferenceQueue.remove() bci:2 line:158 (Compiled frame)
* java.lang.ref.Finalizer$FinalizerThread.run() bci:36 line:209 (Interpreted frame)
0x02590417 <StubRoutines>
0x73b87285 jvm!JVM_GetThreadStateNames + 0x48495
0x73c4d19e jvm!_JVM_FindSignal@4 + 0x632ce
0x73b8731e jvm!JVM_GetThreadStateNames + 0x4852e
0x73b874a6 jvm!JVM_GetThreadStateNames + 0x486b6
0x73b87517 jvm!JVM_GetThreadStateNames + 0x48727
0x73b306bf jvm!jio_printf + 0x9f
0x73ba98cc jvm!JVM_GetThreadStateNames + 0x6aadc
0x73baa15a jvm!JVM_GetThreadStateNames + 0x6b36a
0x73beee06 jvm!_JVM_FindSignal@4 + 0x4f36
0x73e4c556 msvcr100!_endthreadex + 0x3a
0x73e4c600 msvcr100!_endthreadex + 0xe4
0x76cf919f KERNEL32!BaseThreadInitThunk + 0xe
0x7769a8cb ntdll!RtlInitializeExceptionChain + 0x84
0x7769a8a1 ntdll!RtlInitializeExceptionChain + 0x5a
Locked ownable synchronizers:
- None
----------------- 5 -----------------
0x7768d1bc ntdll!ZwWaitForSingleObject + 0xc
0x750a103d KERNELBASE!WaitForSingleObject + 0x12
0x73bef1b9 jvm!_JVM_FindSignal@4 + 0x52e9
0x73bef287 jvm!_JVM_FindSignal@4 + 0x53b7
0x73ba98cc jvm!JVM_GetThreadStateNames + 0x6aadc
0x73baa15a jvm!JVM_GetThreadStateNames + 0x6b36a
0x73beee06 jvm!_JVM_FindSignal@4 + 0x4f36
0x73e4c556 msvcr100!_endthreadex + 0x3a
0x73e4c600 msvcr100!_endthreadex + 0xe4
0x76cf919f KERNEL32!BaseThreadInitThunk + 0xe
0x7769a8cb ntdll!RtlInitializeExceptionChain + 0x84
0x7769a8a1 ntdll!RtlInitializeExceptionChain + 0x5a
Locked ownable synchronizers:
- None
----------------- 6 -----------------
0x7768d1bc ntdll!ZwWaitForSingleObject + 0xc
0x750a103d KERNELBASE!WaitForSingleObject + 0x12
0x73be9112 jvm!JVM_GetThreadStateNames + 0xaa322
0x73ba98cc jvm!JVM_GetThreadStateNames + 0x6aadc
0x73baa15a jvm!JVM_GetThreadStateNames + 0x6b36a
0x73beee06 jvm!_JVM_FindSignal@4 + 0x4f36
0x73e4c556 msvcr100!_endthreadex + 0x3a
0x73e4c600 msvcr100!_endthreadex + 0xe4
0x76cf919f KERNEL32!BaseThreadInitThunk + 0xe
0x7769a8cb ntdll!RtlInitializeExceptionChain + 0x84
0x7769a8a1 ntdll!RtlInitializeExceptionChain + 0x5a
Locked ownable synchronizers:
- None
----------------- 7 -----------------
0x7768d1bc ntdll!ZwWaitForSingleObject + 0xc
0x750a103d KERNELBASE!WaitForSingleObject + 0x12
0x73bec72d jvm!_JVM_FindSignal@4 + 0x285d
0x73b88ebc jvm!JVM_GetThreadStateNames + 0x4a0cc
0x73b8923a jvm!JVM_GetThreadStateNames + 0x4a44a
0x73aa34cb jvm + 0x634cb
0x73ba98cc jvm!JVM_GetThreadStateNames + 0x6aadc
0x73baa15a jvm!JVM_GetThreadStateNames + 0x6b36a
0x73beee06 jvm!_JVM_FindSignal@4 + 0x4f36
0x73e4c556 msvcr100!_endthreadex + 0x3a
0x73e4c600 msvcr100!_endthreadex + 0xe4
0x76cf919f KERNEL32!BaseThreadInitThunk + 0xe
0x7769a8cb ntdll!RtlInitializeExceptionChain + 0x84
0x7769a8a1 ntdll!RtlInitializeExceptionChain + 0x5a
Locked ownable synchronizers:
- None
----------------- 8 -----------------
0x7768d1bc ntdll!ZwWaitForSingleObject + 0xc
0x750a103d KERNELBASE!WaitForSingleObject + 0x12
0x73bec839 jvm!_JVM_FindSignal@4 + 0x2969
0x73b88eb1 jvm!JVM_GetThreadStateNames + 0x4a0c1
0x73b891ec jvm!JVM_GetThreadStateNames + 0x4a3fc
0x73b97a55 jvm!JVM_GetThreadStateNames + 0x58c65
0x73ba98cc jvm!JVM_GetThreadStateNames + 0x6aadc
0x73baa15a jvm!JVM_GetThreadStateNames + 0x6b36a
0x73beee06 jvm!_JVM_FindSignal@4 + 0x4f36
0x73e4c556 msvcr100!_endthreadex + 0x3a
0x73e4c600 msvcr100!_endthreadex + 0xe4
0x76cf919f KERNEL32!BaseThreadInitThunk + 0xe
0x7769a8cb ntdll!RtlInitializeExceptionChain + 0x84
0x7769a8a1 ntdll!RtlInitializeExceptionChain + 0x5a
Locked ownable synchronizers:
- None
----------------- 9 -----------------
0x7768d1bc ntdll!ZwWaitForSingleObject + 0xc
0x750a103d KERNELBASE!WaitForSingleObject + 0x12
0x73bec72d jvm!_JVM_FindSignal@4 + 0x285d
0x73b88ebc jvm!JVM_GetThreadStateNames + 0x4a0cc
0x73b891ec jvm!JVM_GetThreadStateNames + 0x4a3fc
0x73ba4c74 jvm!JVM_GetThreadStateNames + 0x65e84
0x73ba4d17 jvm!JVM_GetThreadStateNames + 0x65f27
0x73beee06 jvm!_JVM_FindSignal@4 + 0x4f36
0x73e4c556 msvcr100!_endthreadex + 0x3a
0x73e4c600 msvcr100!_endthreadex + 0xe4
0x76cf919f KERNEL32!BaseThreadInitThunk + 0xe
0x7769a8cb ntdll!RtlInitializeExceptionChain + 0x84
0x7769a8a1 ntdll!RtlInitializeExceptionChain + 0x5a
----------------- 10 -----------------
0x7768d1bc ntdll!ZwWaitForSingleObject + 0xc
0x750a103d KERNELBASE!WaitForSingleObject + 0x12
0x73bec839 jvm!_JVM_FindSignal@4 + 0x2969
0x73b8dff1 jvm!JVM_GetThreadStateNames + 0x4f201
0x73ba3554 jvm!JVM_GetThreadStateNames + 0x64764
0x73b334c5 jvm!_JVM_MonitorWait@16 + 0x95
0x02925461 <Unknown compiled code>
0x029066a0 * java.lang.ref.ReferenceQueue.remove(long) bci:44 line:142 (Compiled frame)
* java.lang.ref.ReferenceQueue.remove() bci:2 line:158 (Compiled frame)
* sun.java2d.Disposer.run() bci:3 line:148 (Interpreted frame)
0x02594169 * java.lang.Thread.run() bci:11 line:745 (Interpreted frame)
0x02590417 <StubRoutines>
0x73b87285 jvm!JVM_GetThreadStateNames + 0x48495
0x73c4d19e jvm!_JVM_FindSignal@4 + 0x632ce
0x73b8731e jvm!JVM_GetThreadStateNames + 0x4852e
0x73b874a6 jvm!JVM_GetThreadStateNames + 0x486b6
0x73b87517 jvm!JVM_GetThreadStateNames + 0x48727
0x73b306bf jvm!jio_printf + 0x9f
0x73ba98cc jvm!JVM_GetThreadStateNames + 0x6aadc
0x73baa15a jvm!JVM_GetThreadStateNames + 0x6b36a
0x73beee06 jvm!_JVM_FindSignal@4 + 0x4f36
0x73e4c556 msvcr100!_endthreadex + 0x3a
0x73e4c600 msvcr100!_endthreadex + 0xe4
0x76cf919f KERNEL32!BaseThreadInitThunk + 0xe
0x7769a8cb ntdll!RtlInitializeExceptionChain + 0x84
0x7769a8a1 ntdll!RtlInitializeExceptionChain + 0x5a
Locked ownable synchronizers:
- None
----------------- 11 -----------------
0x7768d1bc ntdll!ZwWaitForSingleObject + 0xc
0x750a103d KERNELBASE!WaitForSingleObject + 0x12
0x73bec839 jvm!_JVM_FindSignal@4 + 0x2969
0x73b8dff1 jvm!JVM_GetThreadStateNames + 0x4f201
0x73ba3554 jvm!JVM_GetThreadStateNames + 0x64764
0x73b334c5 jvm!_JVM_MonitorWait@16 + 0x95
0x0259aca3 * java.lang.Object.wait(long) bci:0 (Interpreted frame)
0x02594134 * java.lang.Object.wait() bci:2 line:502 (Interpreted frame)
0x02594134 * sun.awt.AWTAutoShutdown.run() bci:32 line:295 (Interpreted frame)
0x02594169 * java.lang.Thread.run() bci:11 line:745 (Interpreted frame)
0x02590417 <StubRoutines>
0x73b87285 jvm!JVM_GetThreadStateNames + 0x48495
0x73c4d19e jvm!_JVM_FindSignal@4 + 0x632ce
0x73b8731e jvm!JVM_GetThreadStateNames + 0x4852e
0x73b874a6 jvm!JVM_GetThreadStateNames + 0x486b6
0x73b87517 jvm!JVM_GetThreadStateNames + 0x48727
0x73b306bf jvm!jio_printf + 0x9f
0x73ba98cc jvm!JVM_GetThreadStateNames + 0x6aadc
0x73baa15a jvm!JVM_GetThreadStateNames + 0x6b36a
0x73beee06 jvm!_JVM_FindSignal@4 + 0x4f36
0x73e4c556 msvcr100!_endthreadex + 0x3a
0x73e4c600 msvcr100!_endthreadex + 0xe4
0x76cf919f KERNEL32!BaseThreadInitThunk + 0xe
0x7769a8cb ntdll!RtlInitializeExceptionChain + 0x84
0x7769a8a1 ntdll!RtlInitializeExceptionChain + 0x5a
Locked ownable synchronizers:
- None
----------------- 12 -----------------
0x7768d72c ntdll!NtWaitForMultipleObjects + 0xc
0x76cf9188 KERNEL32!WaitForMultipleObjects + 0x19
0x76d4b399 KERNEL32!WerpLaunchAeDebug + 0x1956
0x76d4ae92 KERNEL32!WerpLaunchAeDebug + 0x144f
0x751596fd KERNELBASE!UnhandledExceptionFilter + 0x1d2
0x776fca6f ntdll!RtlGetUnloadEventTraceEx + 0x746
0x7768f2c6 ntdll!KiUserApcDispatcher + 0x6e
0x7768f4f3 ntdll!RtlRaiseStatus + 0x97
0x7768f36b ntdll!KiUserExceptionDispatcher + 0xf
0x7392732a awt!_Java_sun_awt_windows_WToolkit_startSecondaryEventLoop@8 + 0x8ea
0x76fc7834 USER32!CallNextHookEx + 0x97
0x76fc7a9a USER32!CallNextHookEx + 0x2fd
0x76fc7bed USER32!CallNextHookEx + 0x450
0x76fc7d81 USER32!CallNextHookEx + 0x5e4
0x7768f342 ntdll!KiUserCallbackDispatcher + 0x2e
0x76fc840f USER32!PeekMessageW + 0x194
0x73923fe3 awt!_AWTIsHeadless@0 + 0x623
Locked ownable synchronizers:
- None
----------------- 13 -----------------
0x7768d1bc ntdll!ZwWaitForSingleObject + 0xc
0x750a103d KERNELBASE!WaitForSingleObject + 0x12
0x737f3263 d3d9!Direct3DShaderValidatorCreate9 + 0x4694c
0x76cf919f KERNEL32!BaseThreadInitThunk + 0xe
0x7769a8cb ntdll!RtlInitializeExceptionChain + 0x84
0x7769a8a1 ntdll!RtlInitializeExceptionChain + 0x5a
----------------- 14 -----------------
0x76fca296 USER32!GetForegroundWindow + 0x2f
0x76fcd400 USER32!SendMessageW + 0x12b
0x7389aec1 awt!_Java_sun_java2d_d3d_D3DRenderQueue_flushBuffer@24 + 0x81
0x02974080 * sun.java2d.d3d.D3DRenderQueue.flushBuffer(java.lang.Runnable) bci:26 line:152 (Compiled frame)
* sun.java2d.d3d.D3DRenderQueue.flushAndInvokeNow(java.lang.Runnable) bci:2 line:142 (Interpreted frame)
0x02594134 * sun.java2d.d3d.D3DSurfaceData.initSurface() bci:46 line:398 (Interpreted frame)
0x02594134 * sun.java2d.d3d.D3DSurfaceData.restoreSurface() bci:1 line:828 (Interpreted frame)
0x02594134 * sun.java2d.d3d.D3DSurfaceData$D3DWindowSurfaceData.restoreSurface() bci:54 line:947 (Interpreted frame)
0x02594134 * sun.java2d.d3d.D3DScreenUpdateManager.validate(sun.java2d.d3d.D3DSurfaceData$D3DWindowSurfaceData) bci:8 line:478 (Interpreted frame)
0x02593be0 * sun.java2d.d3d.D3DScreenUpdateManager.createGraphics(sun.java2d.SurfaceData, sun.awt.windows.WComponentPeer, java.awt.Color, java.awt.Color, java.awt.Font) bci:31 line:259 (Interpreted frame)
0x02594094 * sun.awt.windows.WComponentPeer.getGraphics() bci:182 line:619 (Interpreted frame)
0x026fb868 * java.awt.Component.getGraphics() bci:114 line:3033 (Compiled frame)
* javax.swing.JFrame.getGraphics() bci:5 line:761 (Interpreted frame)
0x026fb6dc * java.awt.Component.getGraphics() bci:23 line:3021 (Compiled frame)
* javax.swing.JComponent.getGraphics() bci:29 line:1959 (Compiled frame)
* java.awt.Component.getGraphics() bci:23 line:3021 (Compiled frame)
* javax.swing.JComponent.getGraphics() bci:29 line:1959 (Compiled frame)
* java.awt.Component.getGraphics() bci:23 line:3021 (Compiled frame)
* javax.swing.JComponent.getGraphics() bci:29 line:1959 (Compiled frame)
* java.awt.Component.getGraphics() bci:23 line:3021 (Compiled frame)
* javax.swing.JComponent.getGraphics() bci:29 line:1959 (Compiled frame)
* java.awt.Component.getGraphics() bci:23 line:3021 (Compiled frame)
* javax.swing.JComponent.getGraphics() bci:29 line:1959 (Compiled frame)
* java.awt.Component.getGraphics() bci:23 line:3021 (Compiled frame)
* javax.swing.JComponent.getGraphics() bci:29 line:1959 (Compiled frame)
* java.awt.Component.getGraphics() bci:23 line:3021 (Compiled frame)
* javax.swing.JComponent.getGraphics() bci:29 line:1959 (Compiled frame)
* java.awt.Component.getGraphics() bci:23 line:3021 (Compiled frame)
* javax.swing.JComponent.getGraphics() bci:29 line:1959 (Compiled frame)
* java.awt.Component.getGraphics() bci:23 line:3021 (Compiled frame)
* javax.swing.JComponent.getGraphics() bci:29 line:1959 (Compiled frame)
* javax.swing.JComponent.safelyGetGraphics(java.awt.Component, java.awt.Component) bci:11 line:390 (Compiled frame)
* javax.swing.JComponent._paintImmediately(int, int, int, int) bci:629 line:5164 (Compiled frame)
* javax.swing.JComponent.paintImmediately(int, int, int, int) bci:138 line:4982 (Interpreted frame)
0x02594134 * javax.swing.RepaintManager$4.run() bci:81 line:824 (Interpreted frame)
0x02594094 * javax.swing.RepaintManager$4.run() bci:1 line:807 (Interpreted frame)
0x02590417 <StubRoutines>
0x73b87285 jvm!JVM_GetThreadStateNames + 0x48495
0x73c4d19e jvm!_JVM_FindSignal@4 + 0x632ce
0x73b8731e jvm!JVM_GetThreadStateNames + 0x4852e
0x73b3c4df jvm!_JVM_DoPrivileged@20 + 0x2bf
0x739f102f java!_Java_java_security_AccessController_doPrivileged__Ljava_security_PrivilegedAction_2Ljava_security_AccessControlContext_2@16 + 0x17
0x029024d0 * java.security.ProtectionDomain$1.doIntersectionPrivilege(java.security.PrivilegedAction, java.security.AccessControlContext, java.security.AccessControlContext) bci:28 line:75 (Compiled frame)
* javax.swing.RepaintManager.paintDirtyRegions(java.util.Map) bci:154 line:807 (Compiled frame)
* javax.swing.RepaintManager.paintDirtyRegions() bci:46 line:782 (Compiled frame)
* javax.swing.RepaintManager.prePaintDirtyRegions() bci:73 line:731 (Compiled frame)
* javax.swing.RepaintManager.access$1300(javax.swing.RepaintManager) bci:1 line:64 (Compiled frame)
* javax.swing.RepaintManager$ProcessingRunnable.run() bci:37 line:1720 (Compiled frame)
* java.awt.event.InvocationEvent.dispatch() bci:47 line:311 (Compiled frame)
* java.awt.EventQueue.dispatchEventImpl(java.awt.AWTEvent, java.lang.Object) bci:21 line:744 (Compiled frame)
* java.awt.EventQueue.access$400(java.awt.EventQueue, java.awt.AWTEvent, java.lang.Object) bci:3 line:97 (Compiled frame)
* java.awt.EventQueue$3.run() bci:32 line:697 (Compiled frame)
* java.awt.EventQueue$3.run() bci:1 line:691 (Compiled frame)
0x73b87285 jvm!JVM_GetThreadStateNames + 0x48495
0x73c4d19e jvm!_JVM_FindSignal@4 + 0x632ce
0x73b8731e jvm!JVM_GetThreadStateNames + 0x4852e
0x73b3c4df jvm!_JVM_DoPrivileged@20 + 0x2bf
0x739f102f java!_Java_java_security_AccessController_doPrivileged__Ljava_security_PrivilegedAction_2Ljava_security_AccessControlContext_2@16 + 0x17
0x028458f4 * java.security.ProtectionDomain$1.doIntersectionPrivilege(java.security.PrivilegedAction, java.security.AccessControlContext, java.security.AccessControlContext) bci:28 line:75 (Compiled frame)
* java.awt.EventQueue.dispatchEvent(java.awt.AWTEvent) bci:46 line:714 (Compiled frame)
* java.awt.EventDispatchThread.pumpOneEventForFilters(int) bci:245 line:201 (Compiled frame)
* java.awt.EventDispatchThread.pumpEventsForFilter(int, java.awt.Conditional, java.awt.EventFilter) bci:35 line:116 (Compiled frame)
* java.awt.EventDispatchThread.pumpEventsForHierarchy(int, java.awt.Conditional, java.awt.Component) bci:11 line:105 (Interpreted frame)
0x02594134 * java.awt.EventDispatchThread.pumpEvents(int, java.awt.Conditional) bci:4 line:101 (Interpreted frame)
0x02594134 * java.awt.EventDispatchThread.pumpEvents(java.awt.Conditional) bci:3 line:93 (Interpreted frame)
0x02594134 * java.awt.EventDispatchThread.run() bci:9 line:82 (Interpreted frame)
0x02590417 <StubRoutines>
0x73b87285 jvm!JVM_GetThreadStateNames + 0x48495
0x73c4d19e jvm!_JVM_FindSignal@4 + 0x632ce
0x73b8731e jvm!JVM_GetThreadStateNames + 0x4852e
0x73b874a6 jvm!JVM_GetThreadStateNames + 0x486b6
0x73b87517 jvm!JVM_GetThreadStateNames + 0x48727
0x73b306bf jvm!jio_printf + 0x9f
0x73ba98cc jvm!JVM_GetThreadStateNames + 0x6aadc
0x73baa15a jvm!JVM_GetThreadStateNames + 0x6b36a
0x73beee06 jvm!_JVM_FindSignal@4 + 0x4f36
0x73e4c556 msvcr100!_endthreadex + 0x3a
0x73e4c600 msvcr100!_endthreadex + 0xe4
0x76cf919f KERNEL32!BaseThreadInitThunk + 0xe
0x7769a8cb ntdll!RtlInitializeExceptionChain + 0x84
0x7769a8a1 ntdll!RtlInitializeExceptionChain + 0x5a
Locked ownable synchronizers:
- <0x09d0f9e0>, (a java/util/concurrent/locks/ReentrantLock$NonfairSync)
----------------- 15 -----------------
0x7768d1bc ntdll!ZwWaitForSingleObject + 0xc
0x750a103d KERNELBASE!WaitForSingleObject + 0x12
0x73bef857 jvm!_JVM_FindSignal@4 + 0x5987
0x73b6de2b jvm!JVM_GetThreadStateNames + 0x2f03b
0x02849c25 <Unknown compiled code>
0x02875e74 * java.util.concurrent.locks.LockSupport.park(java.lang.Object) bci:14 line:175 (Compiled frame)
* java.util.concurrent.locks.AbstractQueuedSynchronizer.parkAndCheckInterrupt() bci:1 line:836 (Compiled frame)
* java.util.concurrent.locks.AbstractQueuedSynchronizer.acquireQueued(java.util.concurrent.locks.AbstractQueuedSynchronizer$Node, int) bci:67 line:870 (Compiled frame)
* java.util.concurrent.locks.AbstractQueuedSynchronizer.acquire(int) bci:17 line:1199 (Compiled frame)
* java.util.concurrent.locks.ReentrantLock$NonfairSync.lock() bci:21 line:209 (Compiled frame)
* java.util.concurrent.locks.ReentrantLock.lock() bci:4 line:285 (Compiled frame)
* sun.awt.SunToolkit.awtLock() bci:3 line:253 (Compiled frame)
* sun.java2d.pipe.RenderQueue.lock() bci:0 line:112 (Compiled frame)
* sun.java2d.d3d.D3DSurfaceData.initSurface() bci:33 line:396 (Interpreted frame)
0x02594134 * sun.java2d.d3d.D3DSurfaceData.restoreSurface() bci:1 line:828 (Interpreted frame)
0x02594134 * sun.java2d.d3d.D3DSurfaceData$D3DWindowSurfaceData.restoreSurface() bci:54 line:947 (Interpreted frame)
0x02594134 * sun.java2d.d3d.D3DScreenUpdateManager.validate(sun.java2d.d3d.D3DSurfaceData$D3DWindowSurfaceData) bci:8 line:478 (Interpreted frame)
0x02593be0 * sun.java2d.d3d.D3DScreenUpdateManager.run() bci:212 line:453 (Interpreted frame)
0x02594169 * java.lang.Thread.run() bci:11 line:745 (Interpreted frame)
0x02590417 <StubRoutines>
0x73b87285 jvm!JVM_GetThreadStateNames + 0x48495
0x73c4d19e jvm!_JVM_FindSignal@4 + 0x632ce
0x73b8731e jvm!JVM_GetThreadStateNames + 0x4852e
0x73b874a6 jvm!JVM_GetThreadStateNames + 0x486b6
0x73b87517 jvm!JVM_GetThreadStateNames + 0x48727
0x73b306bf jvm!jio_printf + 0x9f
0x73ba98cc jvm!JVM_GetThreadStateNames + 0x6aadc
0x73baa15a jvm!JVM_GetThreadStateNames + 0x6b36a
0x73beee06 jvm!_JVM_FindSignal@4 + 0x4f36
0x73e4c556 msvcr100!_endthreadex + 0x3a
0x73e4c600 msvcr100!_endthreadex + 0xe4
0x76cf919f KERNEL32!BaseThreadInitThunk + 0xe
0x7769a8cb ntdll!RtlInitializeExceptionChain + 0x84
0x7769a8a1 ntdll!RtlInitializeExceptionChain + 0x5a
Locked ownable synchronizers:
- None
----------------- 16 -----------------
0x7768d1dc ntdll!NtReadFile + 0xc
0x739f9f00 java!handleRead + 0x25
0x739f96cc java!_JNI_OnLoad@8 + 0x24a
Locked ownable synchronizers:
- None
----------------- 17 -----------------
0x7768d1bc ntdll!ZwWaitForSingleObject + 0xc
0x750a103d KERNELBASE!WaitForSingleObject + 0x12
0x73bec72d jvm!_JVM_FindSignal@4 + 0x285d
0x73b8e003 jvm!JVM_GetThreadStateNames + 0x4f213
0x73ba3554 jvm!JVM_GetThreadStateNames + 0x64764
0x73b334c5 jvm!_JVM_MonitorWait@16 + 0x95
0x0259aca3 * java.lang.Object.wait(long) bci:0 (Interpreted frame)
0x02594134 * java.util.TimerThread.mainLoop() bci:201 line:552 (Interpreted frame)
0x02594134 * java.util.TimerThread.run() bci:1 line:505 (Interpreted frame)
0x02590417 <StubRoutines>
0x73b87285 jvm!JVM_GetThreadStateNames + 0x48495
0x73c4d19e jvm!_JVM_FindSignal@4 + 0x632ce
0x73b8731e jvm!JVM_GetThreadStateNames + 0x4852e
0x73b874a6 jvm!JVM_GetThreadStateNames + 0x486b6
0x73b87517 jvm!JVM_GetThreadStateNames + 0x48727
0x73b306bf jvm!jio_printf + 0x9f
0x73ba98cc jvm!JVM_GetThreadStateNames + 0x6aadc
0x73baa15a jvm!JVM_GetThreadStateNames + 0x6b36a
0x73beee06 jvm!_JVM_FindSignal@4 + 0x4f36
0x73e4c556 msvcr100!_endthreadex + 0x3a
0x73e4c600 msvcr100!_endthreadex + 0xe4
0x76cf919f KERNEL32!BaseThreadInitThunk + 0xe
0x7769a8cb ntdll!RtlInitializeExceptionChain + 0x84
0x7769a8a1 ntdll!RtlInitializeExceptionChain + 0x5a
Locked ownable synchronizers:
- None
----------------- 18 -----------------
0x7768d72c ntdll!NtWaitForMultipleObjects + 0xc
0x76cf9188 KERNEL32!WaitForMultipleObjects + 0x19
0x73bf0822 jvm!_JVM_FindSignal@4 + 0x6952
0x73b37c96 jvm!_JVM_Sleep@16 + 0x1c6
0x0259aca3 * java.lang.Thread.sleep(long) bci:0 (Interpreted frame)
0x02594134 * FactoryFrontEnd.FactoryFrontEnd$3.run() bci:49 line:213 (Interpreted frame)
0x02590417 <StubRoutines>
0x73b87285 jvm!JVM_GetThreadStateNames + 0x48495
0x73c4d19e jvm!_JVM_FindSignal@4 + 0x632ce
0x73b8731e jvm!JVM_GetThreadStateNames + 0x4852e
0x73b874a6 jvm!JVM_GetThreadStateNames + 0x486b6
0x73b87517 jvm!JVM_GetThreadStateNames + 0x48727
0x73b306bf jvm!jio_printf + 0x9f
0x73ba98cc jvm!JVM_GetThreadStateNames + 0x6aadc
0x73baa15a jvm!JVM_GetThreadStateNames + 0x6b36a
0x73beee06 jvm!_JVM_FindSignal@4 + 0x4f36
0x73e4c556 msvcr100!_endthreadex + 0x3a
0x73e4c600 msvcr100!_endthreadex + 0xe4
0x76cf919f KERNEL32!BaseThreadInitThunk + 0xe
0x7769a8cb ntdll!RtlInitializeExceptionChain + 0x84
0x7769a8a1 ntdll!RtlInitializeExceptionChain + 0x5a
Locked ownable synchronizers:
- None
----------------- 19 -----------------
0x7768d72c ntdll!NtWaitForMultipleObjects + 0xc
0x76cf9188 KERNEL32!WaitForMultipleObjects + 0x19
0x73bf0822 jvm!_JVM_FindSignal@4 + 0x6952
0x73b37c96 jvm!_JVM_Sleep@16 + 0x1c6
0x0259aca3 * java.lang.Thread.sleep(long) bci:0 (Interpreted frame)
0x02594134 * FactoryFrontEnd.MenuBar$14.run() bci:46 line:361 (Interpreted frame)
0x02590417 <StubRoutines>
0x73b87285 jvm!JVM_GetThreadStateNames + 0x48495
0x73c4d19e jvm!_JVM_FindSignal@4 + 0x632ce
0x73b8731e jvm!JVM_GetThreadStateNames + 0x4852e
0x73b874a6 jvm!JVM_GetThreadStateNames + 0x486b6
0x73b87517 jvm!JVM_GetThreadStateNames + 0x48727
0x73b306bf jvm!jio_printf + 0x9f
0x73ba98cc jvm!JVM_GetThreadStateNames + 0x6aadc
0x73baa15a jvm!JVM_GetThreadStateNames + 0x6b36a
0x73beee06 jvm!_JVM_FindSignal@4 + 0x4f36
0x73e4c556 msvcr100!_endthreadex + 0x3a
0x73e4c600 msvcr100!_endthreadex + 0xe4
0x76cf919f KERNEL32!BaseThreadInitThunk + 0xe
0x7769a8cb ntdll!RtlInitializeExceptionChain + 0x84
0x7769a8a1 ntdll!RtlInitializeExceptionChain + 0x5a
Locked ownable synchronizers:
- None
----------------- 20 -----------------
0x7768d72c ntdll!NtWaitForMultipleObjects + 0xc
0x76cf9188 KERNEL32!WaitForMultipleObjects + 0x19
0x73bf0822 jvm!_JVM_FindSignal@4 + 0x6952
0x73b37c96 jvm!_JVM_Sleep@16 + 0x1c6
0x0259aca3 * java.lang.Thread.sleep(long) bci:0 (Interpreted frame)
0x02594134 * Common.files.Util.sleep(long) bci:1 line:491 (Interpreted frame)
0x02594134 * FactoryFrontEnd.Status.ResultTableData$1.run() bci:65 line:46 (Interpreted frame)
0x02590417 <StubRoutines>
0x73b87285 jvm!JVM_GetThreadStateNames + 0x48495
0x73c4d19e jvm!_JVM_FindSignal@4 + 0x632ce
0x73b8731e jvm!JVM_GetThreadStateNames + 0x4852e
0x73b874a6 jvm!JVM_GetThreadStateNames + 0x486b6
0x73b87517 jvm!JVM_GetThreadStateNames + 0x48727
0x73b306bf jvm!jio_printf + 0x9f
0x73ba98cc jvm!JVM_GetThreadStateNames + 0x6aadc
0x73baa15a jvm!JVM_GetThreadStateNames + 0x6b36a
0x73beee06 jvm!_JVM_FindSignal@4 + 0x4f36
0x73e4c556 msvcr100!_endthreadex + 0x3a
0x73e4c600 msvcr100!_endthreadex + 0xe4
0x76cf919f KERNEL32!BaseThreadInitThunk + 0xe
0x7769a8cb ntdll!RtlInitializeExceptionChain + 0x84
0x7769a8a1 ntdll!RtlInitializeExceptionChain + 0x5a
Locked ownable synchronizers:
- None
----------------- 21 -----------------
0x7768d72c ntdll!NtWaitForMultipleObjects + 0xc
0x76cf9188 KERNEL32!WaitForMultipleObjects + 0x19
0x73bf0822 jvm!_JVM_FindSignal@4 + 0x6952
0x73b37c96 jvm!_JVM_Sleep@16 + 0x1c6
0x0259aca3 * java.lang.Thread.sleep(long) bci:0 (Interpreted frame)
0x02594134 * FactoryFrontEnd.Status.OverallProgressBar$2.run() bci:41 line:52 (Interpreted frame)
0x02590417 <StubRoutines>
0x73b87285 jvm!JVM_GetThreadStateNames + 0x48495
0x73c4d19e jvm!_JVM_FindSignal@4 + 0x632ce
0x73b8731e jvm!JVM_GetThreadStateNames + 0x4852e
0x73b874a6 jvm!JVM_GetThreadStateNames + 0x486b6
0x73b87517 jvm!JVM_GetThreadStateNames + 0x48727
0x73b306bf jvm!jio_printf + 0x9f
0x73ba98cc jvm!JVM_GetThreadStateNames + 0x6aadc
0x73baa15a jvm!JVM_GetThreadStateNames + 0x6b36a
0x73beee06 jvm!_JVM_FindSignal@4 + 0x4f36
0x73e4c556 msvcr100!_endthreadex + 0x3a
0x73e4c600 msvcr100!_endthreadex + 0xe4
0x76cf919f KERNEL32!BaseThreadInitThunk + 0xe
0x7769a8cb ntdll!RtlInitializeExceptionChain + 0x84
0x7769a8a1 ntdll!RtlInitializeExceptionChain + 0x5a
Locked ownable synchronizers:
- None
----------------- 22 -----------------
0x7768d72c ntdll!NtWaitForMultipleObjects + 0xc
0x76cf9188 KERNEL32!WaitForMultipleObjects + 0x19
0x73bf0822 jvm!_JVM_FindSignal@4 + 0x6952
0x73b37c96 jvm!_JVM_Sleep@16 + 0x1c6
0x0259aca3 * java.lang.Thread.sleep(long) bci:0 (Interpreted frame)
0x02594134 * FactoryFrontEnd.Status.ActiveTestTableData$1.run() bci:49 line:73 (Interpreted frame)
0x02590417 <StubRoutines>
0x73b87285 jvm!JVM_GetThreadStateNames + 0x48495
0x73c4d19e jvm!_JVM_FindSignal@4 + 0x632ce
0x73b8731e jvm!JVM_GetThreadStateNames + 0x4852e
0x73b874a6 jvm!JVM_GetThreadStateNames + 0x486b6
0x73b87517 jvm!JVM_GetThreadStateNames + 0x48727
0x73b306bf jvm!jio_printf + 0x9f
0x73ba98cc jvm!JVM_GetThreadStateNames + 0x6aadc
0x73baa15a jvm!JVM_GetThreadStateNames + 0x6b36a
0x73beee06 jvm!_JVM_FindSignal@4 + 0x4f36
0x73e4c556 msvcr100!_endthreadex + 0x3a
0x73e4c600 msvcr100!_endthreadex + 0xe4
0x76cf919f KERNEL32!BaseThreadInitThunk + 0xe
0x7769a8cb ntdll!RtlInitializeExceptionChain + 0x84
0x7769a8a1 ntdll!RtlInitializeExceptionChain + 0x5a
Locked ownable synchronizers:
- None
----------------- 23 -----------------
0x7768d72c ntdll!NtWaitForMultipleObjects + 0xc
0x76cf9188 KERNEL32!WaitForMultipleObjects + 0x19
0x73bf0822 jvm!_JVM_FindSignal@4 + 0x6952
0x73b37c96 jvm!_JVM_Sleep@16 + 0x1c6
0x0259aca3 * java.lang.Thread.sleep(long) bci:0 (Interpreted frame)
0x02594134 * FactoryFrontEnd.Status.SectionInformationTable$1.run() bci:283 line:88 (Interpreted frame)
0x02590417 <StubRoutines>
0x73b87285 jvm!JVM_GetThreadStateNames + 0x48495
0x73c4d19e jvm!_JVM_FindSignal@4 + 0x632ce
0x73b8731e jvm!JVM_GetThreadStateNames + 0x4852e
0x73b874a6 jvm!JVM_GetThreadStateNames + 0x486b6
0x73b87517 jvm!JVM_GetThreadStateNames + 0x48727
0x73b306bf jvm!jio_printf + 0x9f
0x73ba98cc jvm!JVM_GetThreadStateNames + 0x6aadc
0x73baa15a jvm!JVM_GetThreadStateNames + 0x6b36a
0x73beee06 jvm!_JVM_FindSignal@4 + 0x4f36
0x73e4c556 msvcr100!_endthreadex + 0x3a
0x73e4c600 msvcr100!_endthreadex + 0xe4
0x76cf919f KERNEL32!BaseThreadInitThunk + 0xe
0x7769a8cb ntdll!RtlInitializeExceptionChain + 0x84
0x7769a8a1 ntdll!RtlInitializeExceptionChain + 0x5a
Locked ownable synchronizers:
- None
----------------- 24 -----------------
0x7768d72c ntdll!NtWaitForMultipleObjects + 0xc
0x76cf9188 KERNEL32!WaitForMultipleObjects + 0x19
0x73bf0822 jvm!_JVM_FindSignal@4 + 0x6952
0x73b37c96 jvm!_JVM_Sleep@16 + 0x1c6
0x0259aca3 * java.lang.Thread.sleep(long) bci:0 (Interpreted frame)
0x02594134 * FactoryFrontEnd.Status.GeneralInformationTable$1.run() bci:194 line:172 (Interpreted frame)
0x02590417 <StubRoutines>
0x73b87285 jvm!JVM_GetThreadStateNames + 0x48495
0x73c4d19e jvm!_JVM_FindSignal@4 + 0x632ce
0x73b8731e jvm!JVM_GetThreadStateNames + 0x4852e
0x73b874a6 jvm!JVM_GetThreadStateNames + 0x486b6
0x73b87517 jvm!JVM_GetThreadStateNames + 0x48727
0x73b306bf jvm!jio_printf + 0x9f
0x73ba98cc jvm!JVM_GetThreadStateNames + 0x6aadc
0x73baa15a jvm!JVM_GetThreadStateNames + 0x6b36a
0x73beee06 jvm!_JVM_FindSignal@4 + 0x4f36
0x73e4c556 msvcr100!_endthreadex + 0x3a
0x73e4c600 msvcr100!_endthreadex + 0xe4
0x76cf919f KERNEL32!BaseThreadInitThunk + 0xe
0x7769a8cb ntdll!RtlInitializeExceptionChain + 0x84
0x7769a8a1 ntdll!RtlInitializeExceptionChain + 0x5a
Locked ownable synchronizers:
- None
----------------- 25 -----------------
0x7768d72c ntdll!NtWaitForMultipleObjects + 0xc
0x76cf9188 KERNEL32!WaitForMultipleObjects + 0x19
0x73bf0822 jvm!_JVM_FindSignal@4 + 0x6952
0x73b37c96 jvm!_JVM_Sleep@16 + 0x1c6
0x0259aca3 * java.lang.Thread.sleep(long) bci:0 (Interpreted frame)
0x02594134 * FactoryFrontEnd.Status.ControlPane$3.run() bci:46 line:127 (Interpreted frame)
0x02590417 <StubRoutines>
0x73b87285 jvm!JVM_GetThreadStateNames + 0x48495
0x73c4d19e jvm!_JVM_FindSignal@4 + 0x632ce
0x73b8731e jvm!JVM_GetThreadStateNames + 0x4852e
0x73b874a6 jvm!JVM_GetThreadStateNames + 0x486b6
0x73b87517 jvm!JVM_GetThreadStateNames + 0x48727
0x73b306bf jvm!jio_printf + 0x9f
0x73ba98cc jvm!JVM_GetThreadStateNames + 0x6aadc
0x73baa15a jvm!JVM_GetThreadStateNames + 0x6b36a
0x73beee06 jvm!_JVM_FindSignal@4 + 0x4f36
0x73e4c556 msvcr100!_endthreadex + 0x3a
0x73e4c600 msvcr100!_endthreadex + 0xe4
0x76cf919f KERNEL32!BaseThreadInitThunk + 0xe
0x7769a8cb ntdll!RtlInitializeExceptionChain + 0x84
0x7769a8a1 ntdll!RtlInitializeExceptionChain + 0x5a
Locked ownable synchronizers:
- None
----------------- 26 -----------------
0x7768d72c ntdll!NtWaitForMultipleObjects + 0xc
0x76cf9188 KERNEL32!WaitForMultipleObjects + 0x19
0x73bf0822 jvm!_JVM_FindSignal@4 + 0x6952
0x73b37c96 jvm!_JVM_Sleep@16 + 0x1c6
0x0259aca3 * java.lang.Thread.sleep(long) bci:0 (Interpreted frame)
0x02594134 * FactoryFrontEnd.Status.StatusTab$1.run() bci:136 line:55 (Interpreted frame)
0x02590417 <StubRoutines>
0x73b87285 jvm!JVM_GetThreadStateNames + 0x48495
0x73c4d19e jvm!_JVM_FindSignal@4 + 0x632ce
0x73b8731e jvm!JVM_GetThreadStateNames + 0x4852e
0x73b874a6 jvm!JVM_GetThreadStateNames + 0x486b6
0x73b87517 jvm!JVM_GetThreadStateNames + 0x48727
0x73b306bf jvm!jio_printf + 0x9f
0x73ba98cc jvm!JVM_GetThreadStateNames + 0x6aadc
0x73baa15a jvm!JVM_GetThreadStateNames + 0x6b36a
0x73beee06 jvm!_JVM_FindSignal@4 + 0x4f36
0x73e4c556 msvcr100!_endthreadex + 0x3a
0x73e4c600 msvcr100!_endthreadex + 0xe4
0x76cf919f KERNEL32!BaseThreadInitThunk + 0xe
0x7769a8cb ntdll!RtlInitializeExceptionChain + 0x84
0x7769a8a1 ntdll!RtlInitializeExceptionChain + 0x5a
Locked ownable synchronizers:
- None
----------------- 27 -----------------
0x7768d72c ntdll!NtWaitForMultipleObjects + 0xc
0x76cf9188 KERNEL32!WaitForMultipleObjects + 0x19
0x73bf0822 jvm!_JVM_FindSignal@4 + 0x6952
0x73b37c96 jvm!_JVM_Sleep@16 + 0x1c6
0x0259aca3 * java.lang.Thread.sleep(long) bci:0 (Interpreted frame)
0x02594134 * FactoryFrontEnd.History.DisplayHistoryLog$7.run() bci:316 line:380 (Interpreted frame)
0x02590417 <StubRoutines>
0x73b87285 jvm!JVM_GetThreadStateNames + 0x48495
0x73c4d19e jvm!_JVM_FindSignal@4 + 0x632ce
0x73b8731e jvm!JVM_GetThreadStateNames + 0x4852e
0x73b874a6 jvm!JVM_GetThreadStateNames + 0x486b6
0x73b87517 jvm!JVM_GetThreadStateNames + 0x48727
0x73b306bf jvm!jio_printf + 0x9f
0x73ba98cc jvm!JVM_GetThreadStateNames + 0x6aadc
0x73baa15a jvm!JVM_GetThreadStateNames + 0x6b36a
0x73beee06 jvm!_JVM_FindSignal@4 + 0x4f36
0x73e4c556 msvcr100!_endthreadex + 0x3a
0x73e4c600 msvcr100!_endthreadex + 0xe4
0x76cf919f KERNEL32!BaseThreadInitThunk + 0xe
0x7769a8cb ntdll!RtlInitializeExceptionChain + 0x84
0x7769a8a1 ntdll!RtlInitializeExceptionChain + 0x5a
Locked ownable synchronizers:
- None
----------------- 28 -----------------
0x7768d72c ntdll!NtWaitForMultipleObjects + 0xc
0x76cf9188 KERNEL32!WaitForMultipleObjects + 0x19
0x73bf0822 jvm!_JVM_FindSignal@4 + 0x6952
0x73b37c96 jvm!_JVM_Sleep@16 + 0x1c6
0x0259aca3 * java.lang.Thread.sleep(long) bci:0 (Interpreted frame)
0x02594134 * Common.files.Util.sleep(long) bci:1 line:491 (Interpreted frame)
0x02594134 * Common.ui.ExecutionErrorsTableData$1.run() bci:98 line:54 (Interpreted frame)
0x02590417 <StubRoutines>
0x73b87285 jvm!JVM_GetThreadStateNames + 0x48495
0x73c4d19e jvm!_JVM_FindSignal@4 + 0x632ce
0x73b8731e jvm!JVM_GetThreadStateNames + 0x4852e
0x73b874a6 jvm!JVM_GetThreadStateNames + 0x486b6
0x73b87517 jvm!JVM_GetThreadStateNames + 0x48727
0x73b306bf jvm!jio_printf + 0x9f
0x73ba98cc jvm!JVM_GetThreadStateNames + 0x6aadc
0x73baa15a jvm!JVM_GetThreadStateNames + 0x6b36a
0x73beee06 jvm!_JVM_FindSignal@4 + 0x4f36
0x73e4c556 msvcr100!_endthreadex + 0x3a
0x73e4c600 msvcr100!_endthreadex + 0xe4
0x76cf919f KERNEL32!BaseThreadInitThunk + 0xe
0x7769a8cb ntdll!RtlInitializeExceptionChain + 0x84
0x7769a8a1 ntdll!RtlInitializeExceptionChain + 0x5a
Locked ownable synchronizers:
- None
----------------- 29 -----------------
0x7768d72c ntdll!NtWaitForMultipleObjects + 0xc
0x76cf9188 KERNEL32!WaitForMultipleObjects + 0x19
0x73bf0822 jvm!_JVM_FindSignal@4 + 0x6952
0x73b37c96 jvm!_JVM_Sleep@16 + 0x1c6
0x0259aca3 * java.lang.Thread.sleep(long) bci:0 (Interpreted frame)
0x02594134 * FactoryFrontEnd.Debug.DebugTab$10.run() bci:192 line:575 (Interpreted frame)
0x02590417 <StubRoutines>
0x73b87285 jvm!JVM_GetThreadStateNames + 0x48495
0x73c4d19e jvm!_JVM_FindSignal@4 + 0x632ce
0x73b8731e jvm!JVM_GetThreadStateNames + 0x4852e
0x73b874a6 jvm!JVM_GetThreadStateNames + 0x486b6
0x73b87517 jvm!JVM_GetThreadStateNames + 0x48727
0x73b306bf jvm!jio_printf + 0x9f
0x73ba98cc jvm!JVM_GetThreadStateNames + 0x6aadc
0x73baa15a jvm!JVM_GetThreadStateNames + 0x6b36a
0x73beee06 jvm!_JVM_FindSignal@4 + 0x4f36
0x73e4c556 msvcr100!_endthreadex + 0x3a
0x73e4c600 msvcr100!_endthreadex + 0xe4
0x76cf919f KERNEL32!BaseThreadInitThunk + 0xe
0x7769a8cb ntdll!RtlInitializeExceptionChain + 0x84
0x7769a8a1 ntdll!RtlInitializeExceptionChain + 0x5a
Locked ownable synchronizers:
- None
----------------- 30 -----------------
0x7768d72c ntdll!NtWaitForMultipleObjects + 0xc
0x76cf9188 KERNEL32!WaitForMultipleObjects + 0x19
0x73bf0822 jvm!_JVM_FindSignal@4 + 0x6952
0x73b37c96 jvm!_JVM_Sleep@16 + 0x1c6
0x0259aca3 * java.lang.Thread.sleep(long) bci:0 (Interpreted frame)
0x02594134 * Common.scenario.ControlMonitor.run() bci:17 line:38 (Interpreted frame)
0x02594169 * java.lang.Thread.run() bci:11 line:745 (Interpreted frame)
0x02590417 <StubRoutines>
0x73b87285 jvm!JVM_GetThreadStateNames + 0x48495
0x73c4d19e jvm!_JVM_FindSignal@4 + 0x632ce
0x73b8731e jvm!JVM_GetThreadStateNames + 0x4852e
0x73b874a6 jvm!JVM_GetThreadStateNames + 0x486b6
0x73b87517 jvm!JVM_GetThreadStateNames + 0x48727
0x73b306bf jvm!jio_printf + 0x9f
0x73ba98cc jvm!JVM_GetThreadStateNames + 0x6aadc
0x73baa15a jvm!JVM_GetThreadStateNames + 0x6b36a
0x73beee06 jvm!_JVM_FindSignal@4 + 0x4f36
0x73e4c556 msvcr100!_endthreadex + 0x3a
0x73e4c600 msvcr100!_endthreadex + 0xe4
0x76cf919f KERNEL32!BaseThreadInitThunk + 0xe
0x7769a8cb ntdll!RtlInitializeExceptionChain + 0x84
0x7769a8a1 ntdll!RtlInitializeExceptionChain + 0x5a
Locked ownable synchronizers:
- None
REPRODUCIBILITY :
This bug can be reproduced occasionally.
---------- BEGIN SOURCE ----------
Unable to produce due to nature of software, but GUI is AWT driven.
---------- END SOURCE ----------
CUSTOMER SUBMITTED WORKAROUND :
Investigating the use of -Dsun.java2d.d3d=false however this is not the ideal solution to set specific flags on launch due to customization across many factories by ODMs regarding launch parameters.
java version "1.8.0_25"
Java(TM) SE Runtime Environment (build 1.8.0_25-b18)
Java HotSpot(TM) Client VM (build 25.25-b02, mixed mode)
ADDITIONAL OS VERSION INFORMATION :
Windows 8.1 Pro
EXTRA RELEVANT SYSTEM CONFIGURATION :
Notebook hardware w/ Broadwell or Haswell CPU. Single monitor.
A DESCRIPTION OF THE PROBLEM :
Currently crashing on AWT.dll for access exception violation. This is identical to issue
System is being put through S4 (hibernate) cycles in order to validate hardware builds. Sometimes (not reliable to reproduce timing) when waking from S4, our Java application will crash with above issue. (AWT.dll c00000005)
This issue has only begun appearing after we have moved from JRE & JDK 6u25 to 8u25, though it seems more prominent on Broadwell and Haswell chips.
Stacktrace from WinDBG:
STACK_TEXT:
159af2c8 7389e420 awt!D3DVertexCacher::Render+0x50
159af440 7392732a awt!Java_sun_awt_windows_WToolkit_startSecondaryEventLoop+0x8ea
159af47c 76fc7834 user32!_InternalCallWinProc+0x23
159af4a8 76fc7a9a user32!UserCallWinProcCheckWow+0x184
159af538 76fc7bed user32!DispatchClientMessage+0xdc
159af598 76fc7d81 user32!__fnDWORD+0x36
159af5d0 7768f342 ntdll!KiUserCallbackDispatcher+0x2e
159af604 76fc83ac user32!_PeekMessage+0x29
159af630 76fc840f user32!PeekMessageW+0x135
159af664 73923fe3 awt!AWTIsHeadless+0x623
159af67c 73926709 awt!Java_sun_awt_windows_WToolkit_getNumberOfButtonsImpl+0x1c9
159af6b0 739269e8 awt!Java_sun_awt_windows_WToolkit_eventLoop+0x58
159af798 73b86d52 jvm!JVM_GetThreadStateNames+0x47f62
159af7b4 73b87285 jvm!JVM_GetThreadStateNames+0x48495
159af83c 73c4d19e jvm!JVM_FindSignal+0x632ce
159af884 73b8731e jvm!JVM_GetThreadStateNames+0x4852e
159af8a4 73b874a6 jvm!JVM_GetThreadStateNames+0x486b6
159af8fc 73b87517 jvm!JVM_GetThreadStateNames+0x48727
159af96c 73b306bf jvm!jio_printf+0x9f
159af9bc 73ba98cc jvm!JVM_GetThreadStateNames+0x6aadc
159afa08 73baa15a jvm!JVM_GetThreadStateNames+0x6b36a
159afa40 73beee06 jvm!JVM_FindSignal+0x4f36
159afb84 73e4c556 msvcr100!_endthreadex+0x3f
159afbbc 73e4c600 msvcr100!_endthreadex+0xce
159afbc8 76cf919f kernel32!BaseThreadInitThunk+0xe
159afbd4 7769a8cb ntdll!__RtlUserThreadStart+0x20
159afc18 7769a8a1 ntdll!_RtlUserThreadStart+0x1b
REGRESSION. Last worked in version 6u43
STEPS TO FOLLOW TO REPRODUCE THE PROBLEM :
Difficult to reliably reproduce, but this issue is only observed when hibernating/resuming on multiple product configurations.
EXPECTED VERSUS ACTUAL BEHAVIOR :
EXPECTED -
GUI continues to run without error.
ACTUAL -
Windows Error Report feature is prompted with the following:
Problem signature:
Problem Event Name: APPCRASH
Application Name: javaw.exe
Application Version: 8.0.25.18
Application Timestamp: 54345dea
Fault Module Name: awt.dll
Fault Module Version: 8.0.25.18
Fault Module Timestamp: 54346378
Exception Code: c0000005
Exception Offset: 0001e420
OS Version: 6.3.9600.2.0.0.256.48
Locale ID: 1033
Additional Information 1: fa91
Additional Information 2: fa913def9f21c604ce231a544a277bf1
Additional Information 3: 6d96
Additional Information 4: 6d963939097412bfbc2ea86046d4812d
ERROR MESSAGES/STACK TRACES THAT OCCUR :
Below follows both procdump output, and then jstack output.
Procdump w/ WinDBG !Analayze:
STACK_TEXT:
159af2c8 7389e420 awt!D3DVertexCacher::Render+0x50
159af440 7392732a awt!Java_sun_awt_windows_WToolkit_startSecondaryEventLoop+0x8ea
159af47c 76fc7834 user32!_InternalCallWinProc+0x23
159af4a8 76fc7a9a user32!UserCallWinProcCheckWow+0x184
159af538 76fc7bed user32!DispatchClientMessage+0xdc
159af598 76fc7d81 user32!__fnDWORD+0x36
159af5d0 7768f342 ntdll!KiUserCallbackDispatcher+0x2e
159af604 76fc83ac user32!_PeekMessage+0x29
159af630 76fc840f user32!PeekMessageW+0x135
159af664 73923fe3 awt!AWTIsHeadless+0x623
159af67c 73926709 awt!Java_sun_awt_windows_WToolkit_getNumberOfButtonsImpl+0x1c9
159af6b0 739269e8 awt!Java_sun_awt_windows_WToolkit_eventLoop+0x58
159af798 73b86d52 jvm!JVM_GetThreadStateNames+0x47f62
159af7b4 73b87285 jvm!JVM_GetThreadStateNames+0x48495
159af83c 73c4d19e jvm!JVM_FindSignal+0x632ce
159af884 73b8731e jvm!JVM_GetThreadStateNames+0x4852e
159af8a4 73b874a6 jvm!JVM_GetThreadStateNames+0x486b6
159af8fc 73b87517 jvm!JVM_GetThreadStateNames+0x48727
159af96c 73b306bf jvm!jio_printf+0x9f
159af9bc 73ba98cc jvm!JVM_GetThreadStateNames+0x6aadc
159afa08 73baa15a jvm!JVM_GetThreadStateNames+0x6b36a
159afa40 73beee06 jvm!JVM_FindSignal+0x4f36
159afb84 73e4c556 msvcr100!_endthreadex+0x3f
159afbbc 73e4c600 msvcr100!_endthreadex+0xce
159afbc8 76cf919f kernel32!BaseThreadInitThunk+0xe
159afbd4 7769a8cb ntdll!__RtlUserThreadStart+0x20
159afc18 7769a8a1 ntdll!_RtlUserThreadStart+0x1b
jstack -l -m -f flags:
Attaching to process ID 2944, please wait...
Debugger attached successfully.
Client compiler detected.
JVM version is 25.25-b02
Deadlock Detection:
No deadlocks found.
----------------- 0 -----------------
0x7768d1bc ntdll!ZwWaitForSingleObject + 0xc
0x750a103d KERNELBASE!WaitForSingleObject + 0x12
0x01004df7 javaw + 0x4df7
0x01003209 javaw + 0x3209
0x010042ea javaw + 0x42ea
0x0100347f javaw + 0x347f
0x02580000 ????????
0x776797bd ntdll!RtlReAllocateHeap + 0xa85
----------------- 1 -----------------
0x7768d1bc ntdll!ZwWaitForSingleObject + 0xc
0x750a103d KERNELBASE!WaitForSingleObject + 0x12
0x73bec839 jvm!_JVM_FindSignal@4 + 0x2969
0x73b8dff1 jvm!JVM_GetThreadStateNames + 0x4f201
0x73ba3554 jvm!JVM_GetThreadStateNames + 0x64764
0x73b334c5 jvm!_JVM_MonitorWait@16 + 0x95
0x0259aca3 * java.lang.Object.wait(long) bci:0 (Interpreted frame)
0x02594134 * java.lang.Thread.join(long) bci:38 line:1245 (Interpreted frame)
0x02594134 * java.lang.Thread.join() bci:2 line:1319 (Interpreted frame)
0x02594134 * Launch.Launch.run(java.lang.String) bci:721 line:166 (Interpreted frame)
0x02594134 * Common.files.STAGE.run() bci:17 line:72 (Interpreted frame)
0x02593be0 * Common.files.STAGES.run(java.lang.String) bci:14 line:91 (Interpreted frame)
0x02594094 * Vision.Vision.main(java.lang.String[]) bci:349 line:79 (Interpreted frame)
0x02590417 <StubRoutines>
0x73b87285 jvm!JVM_GetThreadStateNames + 0x48495
0x73c4d19e jvm!_JVM_FindSignal@4 + 0x632ce
0x73b8731e jvm!JVM_GetThreadStateNames + 0x4852e
0x73b10957 jvm!JNI_GetCreatedJavaVMs + 0x6f07
0x73b18eff jvm!JNI_GetCreatedJavaVMs + 0xf4af
0x0100210a javaw + 0x210a
0x0100aba1 javaw + 0xaba1
0x0100ac2b javaw + 0xac2b
0x76cf919f KERNEL32!BaseThreadInitThunk + 0xe
0x7769a8cb ntdll!RtlInitializeExceptionChain + 0x84
0x7769a8a1 ntdll!RtlInitializeExceptionChain + 0x5a
Locked ownable synchronizers:
- None
----------------- 2 -----------------
0x7768d1bc ntdll!ZwWaitForSingleObject + 0xc
0x750a103d KERNELBASE!WaitForSingleObject + 0x12
0x73bec72d jvm!_JVM_FindSignal@4 + 0x285d
0x73b88ebc jvm!JVM_GetThreadStateNames + 0x4a0cc
0x73b891ec jvm!JVM_GetThreadStateNames + 0x4a3fc
0x73bae9c1 jvm!JVM_GetThreadStateNames + 0x6fbd1
0x73baed82 jvm!JVM_GetThreadStateNames + 0x6ff92
0x73beee06 jvm!_JVM_FindSignal@4 + 0x4f36
0x73e4c556 msvcr100!_endthreadex + 0x3a
0x73e4c600 msvcr100!_endthreadex + 0xe4
0x76cf919f KERNEL32!BaseThreadInitThunk + 0xe
0x7769a8cb ntdll!RtlInitializeExceptionChain + 0x84
0x7769a8a1 ntdll!RtlInitializeExceptionChain + 0x5a
----------------- 3 -----------------
0x7768d1bc ntdll!ZwWaitForSingleObject + 0xc
0x750a103d KERNELBASE!WaitForSingleObject + 0x12
0x73bec839 jvm!_JVM_FindSignal@4 + 0x2969
0x73b8dff1 jvm!JVM_GetThreadStateNames + 0x4f201
0x73ba3554 jvm!JVM_GetThreadStateNames + 0x64764
0x73b334c5 jvm!_JVM_MonitorWait@16 + 0x95
0x02925461 <Unknown compiled code>
0x02594134 * java.lang.Object.wait() bci:2 line:502 (Interpreted frame)
0x02594134 * java.lang.ref.Reference$ReferenceHandler.run() bci:36 line:157 (Interpreted frame)
0x02590417 <StubRoutines>
0x73b87285 jvm!JVM_GetThreadStateNames + 0x48495
0x73c4d19e jvm!_JVM_FindSignal@4 + 0x632ce
0x73b8731e jvm!JVM_GetThreadStateNames + 0x4852e
0x73b874a6 jvm!JVM_GetThreadStateNames + 0x486b6
0x73b87517 jvm!JVM_GetThreadStateNames + 0x48727
0x73b306bf jvm!jio_printf + 0x9f
0x73ba98cc jvm!JVM_GetThreadStateNames + 0x6aadc
0x73baa15a jvm!JVM_GetThreadStateNames + 0x6b36a
0x73beee06 jvm!_JVM_FindSignal@4 + 0x4f36
0x73e4c556 msvcr100!_endthreadex + 0x3a
0x73e4c600 msvcr100!_endthreadex + 0xe4
0x76cf919f KERNEL32!BaseThreadInitThunk + 0xe
0x7769a8cb ntdll!RtlInitializeExceptionChain + 0x84
0x7769a8a1 ntdll!RtlInitializeExceptionChain + 0x5a
Locked ownable synchronizers:
- None
----------------- 4 -----------------
0x7768d1bc ntdll!ZwWaitForSingleObject + 0xc
0x750a103d KERNELBASE!WaitForSingleObject + 0x12
0x73bec839 jvm!_JVM_FindSignal@4 + 0x2969
0x73b8dff1 jvm!JVM_GetThreadStateNames + 0x4f201
0x73ba3554 jvm!JVM_GetThreadStateNames + 0x64764
0x73b334c5 jvm!_JVM_MonitorWait@16 + 0x95
0x02925461 <Unknown compiled code>
0x029066a0 * java.lang.ref.ReferenceQueue.remove(long) bci:44 line:142 (Compiled frame)
* java.lang.ref.ReferenceQueue.remove() bci:2 line:158 (Compiled frame)
* java.lang.ref.Finalizer$FinalizerThread.run() bci:36 line:209 (Interpreted frame)
0x02590417 <StubRoutines>
0x73b87285 jvm!JVM_GetThreadStateNames + 0x48495
0x73c4d19e jvm!_JVM_FindSignal@4 + 0x632ce
0x73b8731e jvm!JVM_GetThreadStateNames + 0x4852e
0x73b874a6 jvm!JVM_GetThreadStateNames + 0x486b6
0x73b87517 jvm!JVM_GetThreadStateNames + 0x48727
0x73b306bf jvm!jio_printf + 0x9f
0x73ba98cc jvm!JVM_GetThreadStateNames + 0x6aadc
0x73baa15a jvm!JVM_GetThreadStateNames + 0x6b36a
0x73beee06 jvm!_JVM_FindSignal@4 + 0x4f36
0x73e4c556 msvcr100!_endthreadex + 0x3a
0x73e4c600 msvcr100!_endthreadex + 0xe4
0x76cf919f KERNEL32!BaseThreadInitThunk + 0xe
0x7769a8cb ntdll!RtlInitializeExceptionChain + 0x84
0x7769a8a1 ntdll!RtlInitializeExceptionChain + 0x5a
Locked ownable synchronizers:
- None
----------------- 5 -----------------
0x7768d1bc ntdll!ZwWaitForSingleObject + 0xc
0x750a103d KERNELBASE!WaitForSingleObject + 0x12
0x73bef1b9 jvm!_JVM_FindSignal@4 + 0x52e9
0x73bef287 jvm!_JVM_FindSignal@4 + 0x53b7
0x73ba98cc jvm!JVM_GetThreadStateNames + 0x6aadc
0x73baa15a jvm!JVM_GetThreadStateNames + 0x6b36a
0x73beee06 jvm!_JVM_FindSignal@4 + 0x4f36
0x73e4c556 msvcr100!_endthreadex + 0x3a
0x73e4c600 msvcr100!_endthreadex + 0xe4
0x76cf919f KERNEL32!BaseThreadInitThunk + 0xe
0x7769a8cb ntdll!RtlInitializeExceptionChain + 0x84
0x7769a8a1 ntdll!RtlInitializeExceptionChain + 0x5a
Locked ownable synchronizers:
- None
----------------- 6 -----------------
0x7768d1bc ntdll!ZwWaitForSingleObject + 0xc
0x750a103d KERNELBASE!WaitForSingleObject + 0x12
0x73be9112 jvm!JVM_GetThreadStateNames + 0xaa322
0x73ba98cc jvm!JVM_GetThreadStateNames + 0x6aadc
0x73baa15a jvm!JVM_GetThreadStateNames + 0x6b36a
0x73beee06 jvm!_JVM_FindSignal@4 + 0x4f36
0x73e4c556 msvcr100!_endthreadex + 0x3a
0x73e4c600 msvcr100!_endthreadex + 0xe4
0x76cf919f KERNEL32!BaseThreadInitThunk + 0xe
0x7769a8cb ntdll!RtlInitializeExceptionChain + 0x84
0x7769a8a1 ntdll!RtlInitializeExceptionChain + 0x5a
Locked ownable synchronizers:
- None
----------------- 7 -----------------
0x7768d1bc ntdll!ZwWaitForSingleObject + 0xc
0x750a103d KERNELBASE!WaitForSingleObject + 0x12
0x73bec72d jvm!_JVM_FindSignal@4 + 0x285d
0x73b88ebc jvm!JVM_GetThreadStateNames + 0x4a0cc
0x73b8923a jvm!JVM_GetThreadStateNames + 0x4a44a
0x73aa34cb jvm + 0x634cb
0x73ba98cc jvm!JVM_GetThreadStateNames + 0x6aadc
0x73baa15a jvm!JVM_GetThreadStateNames + 0x6b36a
0x73beee06 jvm!_JVM_FindSignal@4 + 0x4f36
0x73e4c556 msvcr100!_endthreadex + 0x3a
0x73e4c600 msvcr100!_endthreadex + 0xe4
0x76cf919f KERNEL32!BaseThreadInitThunk + 0xe
0x7769a8cb ntdll!RtlInitializeExceptionChain + 0x84
0x7769a8a1 ntdll!RtlInitializeExceptionChain + 0x5a
Locked ownable synchronizers:
- None
----------------- 8 -----------------
0x7768d1bc ntdll!ZwWaitForSingleObject + 0xc
0x750a103d KERNELBASE!WaitForSingleObject + 0x12
0x73bec839 jvm!_JVM_FindSignal@4 + 0x2969
0x73b88eb1 jvm!JVM_GetThreadStateNames + 0x4a0c1
0x73b891ec jvm!JVM_GetThreadStateNames + 0x4a3fc
0x73b97a55 jvm!JVM_GetThreadStateNames + 0x58c65
0x73ba98cc jvm!JVM_GetThreadStateNames + 0x6aadc
0x73baa15a jvm!JVM_GetThreadStateNames + 0x6b36a
0x73beee06 jvm!_JVM_FindSignal@4 + 0x4f36
0x73e4c556 msvcr100!_endthreadex + 0x3a
0x73e4c600 msvcr100!_endthreadex + 0xe4
0x76cf919f KERNEL32!BaseThreadInitThunk + 0xe
0x7769a8cb ntdll!RtlInitializeExceptionChain + 0x84
0x7769a8a1 ntdll!RtlInitializeExceptionChain + 0x5a
Locked ownable synchronizers:
- None
----------------- 9 -----------------
0x7768d1bc ntdll!ZwWaitForSingleObject + 0xc
0x750a103d KERNELBASE!WaitForSingleObject + 0x12
0x73bec72d jvm!_JVM_FindSignal@4 + 0x285d
0x73b88ebc jvm!JVM_GetThreadStateNames + 0x4a0cc
0x73b891ec jvm!JVM_GetThreadStateNames + 0x4a3fc
0x73ba4c74 jvm!JVM_GetThreadStateNames + 0x65e84
0x73ba4d17 jvm!JVM_GetThreadStateNames + 0x65f27
0x73beee06 jvm!_JVM_FindSignal@4 + 0x4f36
0x73e4c556 msvcr100!_endthreadex + 0x3a
0x73e4c600 msvcr100!_endthreadex + 0xe4
0x76cf919f KERNEL32!BaseThreadInitThunk + 0xe
0x7769a8cb ntdll!RtlInitializeExceptionChain + 0x84
0x7769a8a1 ntdll!RtlInitializeExceptionChain + 0x5a
----------------- 10 -----------------
0x7768d1bc ntdll!ZwWaitForSingleObject + 0xc
0x750a103d KERNELBASE!WaitForSingleObject + 0x12
0x73bec839 jvm!_JVM_FindSignal@4 + 0x2969
0x73b8dff1 jvm!JVM_GetThreadStateNames + 0x4f201
0x73ba3554 jvm!JVM_GetThreadStateNames + 0x64764
0x73b334c5 jvm!_JVM_MonitorWait@16 + 0x95
0x02925461 <Unknown compiled code>
0x029066a0 * java.lang.ref.ReferenceQueue.remove(long) bci:44 line:142 (Compiled frame)
* java.lang.ref.ReferenceQueue.remove() bci:2 line:158 (Compiled frame)
* sun.java2d.Disposer.run() bci:3 line:148 (Interpreted frame)
0x02594169 * java.lang.Thread.run() bci:11 line:745 (Interpreted frame)
0x02590417 <StubRoutines>
0x73b87285 jvm!JVM_GetThreadStateNames + 0x48495
0x73c4d19e jvm!_JVM_FindSignal@4 + 0x632ce
0x73b8731e jvm!JVM_GetThreadStateNames + 0x4852e
0x73b874a6 jvm!JVM_GetThreadStateNames + 0x486b6
0x73b87517 jvm!JVM_GetThreadStateNames + 0x48727
0x73b306bf jvm!jio_printf + 0x9f
0x73ba98cc jvm!JVM_GetThreadStateNames + 0x6aadc
0x73baa15a jvm!JVM_GetThreadStateNames + 0x6b36a
0x73beee06 jvm!_JVM_FindSignal@4 + 0x4f36
0x73e4c556 msvcr100!_endthreadex + 0x3a
0x73e4c600 msvcr100!_endthreadex + 0xe4
0x76cf919f KERNEL32!BaseThreadInitThunk + 0xe
0x7769a8cb ntdll!RtlInitializeExceptionChain + 0x84
0x7769a8a1 ntdll!RtlInitializeExceptionChain + 0x5a
Locked ownable synchronizers:
- None
----------------- 11 -----------------
0x7768d1bc ntdll!ZwWaitForSingleObject + 0xc
0x750a103d KERNELBASE!WaitForSingleObject + 0x12
0x73bec839 jvm!_JVM_FindSignal@4 + 0x2969
0x73b8dff1 jvm!JVM_GetThreadStateNames + 0x4f201
0x73ba3554 jvm!JVM_GetThreadStateNames + 0x64764
0x73b334c5 jvm!_JVM_MonitorWait@16 + 0x95
0x0259aca3 * java.lang.Object.wait(long) bci:0 (Interpreted frame)
0x02594134 * java.lang.Object.wait() bci:2 line:502 (Interpreted frame)
0x02594134 * sun.awt.AWTAutoShutdown.run() bci:32 line:295 (Interpreted frame)
0x02594169 * java.lang.Thread.run() bci:11 line:745 (Interpreted frame)
0x02590417 <StubRoutines>
0x73b87285 jvm!JVM_GetThreadStateNames + 0x48495
0x73c4d19e jvm!_JVM_FindSignal@4 + 0x632ce
0x73b8731e jvm!JVM_GetThreadStateNames + 0x4852e
0x73b874a6 jvm!JVM_GetThreadStateNames + 0x486b6
0x73b87517 jvm!JVM_GetThreadStateNames + 0x48727
0x73b306bf jvm!jio_printf + 0x9f
0x73ba98cc jvm!JVM_GetThreadStateNames + 0x6aadc
0x73baa15a jvm!JVM_GetThreadStateNames + 0x6b36a
0x73beee06 jvm!_JVM_FindSignal@4 + 0x4f36
0x73e4c556 msvcr100!_endthreadex + 0x3a
0x73e4c600 msvcr100!_endthreadex + 0xe4
0x76cf919f KERNEL32!BaseThreadInitThunk + 0xe
0x7769a8cb ntdll!RtlInitializeExceptionChain + 0x84
0x7769a8a1 ntdll!RtlInitializeExceptionChain + 0x5a
Locked ownable synchronizers:
- None
----------------- 12 -----------------
0x7768d72c ntdll!NtWaitForMultipleObjects + 0xc
0x76cf9188 KERNEL32!WaitForMultipleObjects + 0x19
0x76d4b399 KERNEL32!WerpLaunchAeDebug + 0x1956
0x76d4ae92 KERNEL32!WerpLaunchAeDebug + 0x144f
0x751596fd KERNELBASE!UnhandledExceptionFilter + 0x1d2
0x776fca6f ntdll!RtlGetUnloadEventTraceEx + 0x746
0x7768f2c6 ntdll!KiUserApcDispatcher + 0x6e
0x7768f4f3 ntdll!RtlRaiseStatus + 0x97
0x7768f36b ntdll!KiUserExceptionDispatcher + 0xf
0x7392732a awt!_Java_sun_awt_windows_WToolkit_startSecondaryEventLoop@8 + 0x8ea
0x76fc7834 USER32!CallNextHookEx + 0x97
0x76fc7a9a USER32!CallNextHookEx + 0x2fd
0x76fc7bed USER32!CallNextHookEx + 0x450
0x76fc7d81 USER32!CallNextHookEx + 0x5e4
0x7768f342 ntdll!KiUserCallbackDispatcher + 0x2e
0x76fc840f USER32!PeekMessageW + 0x194
0x73923fe3 awt!_AWTIsHeadless@0 + 0x623
Locked ownable synchronizers:
- None
----------------- 13 -----------------
0x7768d1bc ntdll!ZwWaitForSingleObject + 0xc
0x750a103d KERNELBASE!WaitForSingleObject + 0x12
0x737f3263 d3d9!Direct3DShaderValidatorCreate9 + 0x4694c
0x76cf919f KERNEL32!BaseThreadInitThunk + 0xe
0x7769a8cb ntdll!RtlInitializeExceptionChain + 0x84
0x7769a8a1 ntdll!RtlInitializeExceptionChain + 0x5a
----------------- 14 -----------------
0x76fca296 USER32!GetForegroundWindow + 0x2f
0x76fcd400 USER32!SendMessageW + 0x12b
0x7389aec1 awt!_Java_sun_java2d_d3d_D3DRenderQueue_flushBuffer@24 + 0x81
0x02974080 * sun.java2d.d3d.D3DRenderQueue.flushBuffer(java.lang.Runnable) bci:26 line:152 (Compiled frame)
* sun.java2d.d3d.D3DRenderQueue.flushAndInvokeNow(java.lang.Runnable) bci:2 line:142 (Interpreted frame)
0x02594134 * sun.java2d.d3d.D3DSurfaceData.initSurface() bci:46 line:398 (Interpreted frame)
0x02594134 * sun.java2d.d3d.D3DSurfaceData.restoreSurface() bci:1 line:828 (Interpreted frame)
0x02594134 * sun.java2d.d3d.D3DSurfaceData$D3DWindowSurfaceData.restoreSurface() bci:54 line:947 (Interpreted frame)
0x02594134 * sun.java2d.d3d.D3DScreenUpdateManager.validate(sun.java2d.d3d.D3DSurfaceData$D3DWindowSurfaceData) bci:8 line:478 (Interpreted frame)
0x02593be0 * sun.java2d.d3d.D3DScreenUpdateManager.createGraphics(sun.java2d.SurfaceData, sun.awt.windows.WComponentPeer, java.awt.Color, java.awt.Color, java.awt.Font) bci:31 line:259 (Interpreted frame)
0x02594094 * sun.awt.windows.WComponentPeer.getGraphics() bci:182 line:619 (Interpreted frame)
0x026fb868 * java.awt.Component.getGraphics() bci:114 line:3033 (Compiled frame)
* javax.swing.JFrame.getGraphics() bci:5 line:761 (Interpreted frame)
0x026fb6dc * java.awt.Component.getGraphics() bci:23 line:3021 (Compiled frame)
* javax.swing.JComponent.getGraphics() bci:29 line:1959 (Compiled frame)
* java.awt.Component.getGraphics() bci:23 line:3021 (Compiled frame)
* javax.swing.JComponent.getGraphics() bci:29 line:1959 (Compiled frame)
* java.awt.Component.getGraphics() bci:23 line:3021 (Compiled frame)
* javax.swing.JComponent.getGraphics() bci:29 line:1959 (Compiled frame)
* java.awt.Component.getGraphics() bci:23 line:3021 (Compiled frame)
* javax.swing.JComponent.getGraphics() bci:29 line:1959 (Compiled frame)
* java.awt.Component.getGraphics() bci:23 line:3021 (Compiled frame)
* javax.swing.JComponent.getGraphics() bci:29 line:1959 (Compiled frame)
* java.awt.Component.getGraphics() bci:23 line:3021 (Compiled frame)
* javax.swing.JComponent.getGraphics() bci:29 line:1959 (Compiled frame)
* java.awt.Component.getGraphics() bci:23 line:3021 (Compiled frame)
* javax.swing.JComponent.getGraphics() bci:29 line:1959 (Compiled frame)
* java.awt.Component.getGraphics() bci:23 line:3021 (Compiled frame)
* javax.swing.JComponent.getGraphics() bci:29 line:1959 (Compiled frame)
* java.awt.Component.getGraphics() bci:23 line:3021 (Compiled frame)
* javax.swing.JComponent.getGraphics() bci:29 line:1959 (Compiled frame)
* javax.swing.JComponent.safelyGetGraphics(java.awt.Component, java.awt.Component) bci:11 line:390 (Compiled frame)
* javax.swing.JComponent._paintImmediately(int, int, int, int) bci:629 line:5164 (Compiled frame)
* javax.swing.JComponent.paintImmediately(int, int, int, int) bci:138 line:4982 (Interpreted frame)
0x02594134 * javax.swing.RepaintManager$4.run() bci:81 line:824 (Interpreted frame)
0x02594094 * javax.swing.RepaintManager$4.run() bci:1 line:807 (Interpreted frame)
0x02590417 <StubRoutines>
0x73b87285 jvm!JVM_GetThreadStateNames + 0x48495
0x73c4d19e jvm!_JVM_FindSignal@4 + 0x632ce
0x73b8731e jvm!JVM_GetThreadStateNames + 0x4852e
0x73b3c4df jvm!_JVM_DoPrivileged@20 + 0x2bf
0x739f102f java!_Java_java_security_AccessController_doPrivileged__Ljava_security_PrivilegedAction_2Ljava_security_AccessControlContext_2@16 + 0x17
0x029024d0 * java.security.ProtectionDomain$1.doIntersectionPrivilege(java.security.PrivilegedAction, java.security.AccessControlContext, java.security.AccessControlContext) bci:28 line:75 (Compiled frame)
* javax.swing.RepaintManager.paintDirtyRegions(java.util.Map) bci:154 line:807 (Compiled frame)
* javax.swing.RepaintManager.paintDirtyRegions() bci:46 line:782 (Compiled frame)
* javax.swing.RepaintManager.prePaintDirtyRegions() bci:73 line:731 (Compiled frame)
* javax.swing.RepaintManager.access$1300(javax.swing.RepaintManager) bci:1 line:64 (Compiled frame)
* javax.swing.RepaintManager$ProcessingRunnable.run() bci:37 line:1720 (Compiled frame)
* java.awt.event.InvocationEvent.dispatch() bci:47 line:311 (Compiled frame)
* java.awt.EventQueue.dispatchEventImpl(java.awt.AWTEvent, java.lang.Object) bci:21 line:744 (Compiled frame)
* java.awt.EventQueue.access$400(java.awt.EventQueue, java.awt.AWTEvent, java.lang.Object) bci:3 line:97 (Compiled frame)
* java.awt.EventQueue$3.run() bci:32 line:697 (Compiled frame)
* java.awt.EventQueue$3.run() bci:1 line:691 (Compiled frame)
0x73b87285 jvm!JVM_GetThreadStateNames + 0x48495
0x73c4d19e jvm!_JVM_FindSignal@4 + 0x632ce
0x73b8731e jvm!JVM_GetThreadStateNames + 0x4852e
0x73b3c4df jvm!_JVM_DoPrivileged@20 + 0x2bf
0x739f102f java!_Java_java_security_AccessController_doPrivileged__Ljava_security_PrivilegedAction_2Ljava_security_AccessControlContext_2@16 + 0x17
0x028458f4 * java.security.ProtectionDomain$1.doIntersectionPrivilege(java.security.PrivilegedAction, java.security.AccessControlContext, java.security.AccessControlContext) bci:28 line:75 (Compiled frame)
* java.awt.EventQueue.dispatchEvent(java.awt.AWTEvent) bci:46 line:714 (Compiled frame)
* java.awt.EventDispatchThread.pumpOneEventForFilters(int) bci:245 line:201 (Compiled frame)
* java.awt.EventDispatchThread.pumpEventsForFilter(int, java.awt.Conditional, java.awt.EventFilter) bci:35 line:116 (Compiled frame)
* java.awt.EventDispatchThread.pumpEventsForHierarchy(int, java.awt.Conditional, java.awt.Component) bci:11 line:105 (Interpreted frame)
0x02594134 * java.awt.EventDispatchThread.pumpEvents(int, java.awt.Conditional) bci:4 line:101 (Interpreted frame)
0x02594134 * java.awt.EventDispatchThread.pumpEvents(java.awt.Conditional) bci:3 line:93 (Interpreted frame)
0x02594134 * java.awt.EventDispatchThread.run() bci:9 line:82 (Interpreted frame)
0x02590417 <StubRoutines>
0x73b87285 jvm!JVM_GetThreadStateNames + 0x48495
0x73c4d19e jvm!_JVM_FindSignal@4 + 0x632ce
0x73b8731e jvm!JVM_GetThreadStateNames + 0x4852e
0x73b874a6 jvm!JVM_GetThreadStateNames + 0x486b6
0x73b87517 jvm!JVM_GetThreadStateNames + 0x48727
0x73b306bf jvm!jio_printf + 0x9f
0x73ba98cc jvm!JVM_GetThreadStateNames + 0x6aadc
0x73baa15a jvm!JVM_GetThreadStateNames + 0x6b36a
0x73beee06 jvm!_JVM_FindSignal@4 + 0x4f36
0x73e4c556 msvcr100!_endthreadex + 0x3a
0x73e4c600 msvcr100!_endthreadex + 0xe4
0x76cf919f KERNEL32!BaseThreadInitThunk + 0xe
0x7769a8cb ntdll!RtlInitializeExceptionChain + 0x84
0x7769a8a1 ntdll!RtlInitializeExceptionChain + 0x5a
Locked ownable synchronizers:
- <0x09d0f9e0>, (a java/util/concurrent/locks/ReentrantLock$NonfairSync)
----------------- 15 -----------------
0x7768d1bc ntdll!ZwWaitForSingleObject + 0xc
0x750a103d KERNELBASE!WaitForSingleObject + 0x12
0x73bef857 jvm!_JVM_FindSignal@4 + 0x5987
0x73b6de2b jvm!JVM_GetThreadStateNames + 0x2f03b
0x02849c25 <Unknown compiled code>
0x02875e74 * java.util.concurrent.locks.LockSupport.park(java.lang.Object) bci:14 line:175 (Compiled frame)
* java.util.concurrent.locks.AbstractQueuedSynchronizer.parkAndCheckInterrupt() bci:1 line:836 (Compiled frame)
* java.util.concurrent.locks.AbstractQueuedSynchronizer.acquireQueued(java.util.concurrent.locks.AbstractQueuedSynchronizer$Node, int) bci:67 line:870 (Compiled frame)
* java.util.concurrent.locks.AbstractQueuedSynchronizer.acquire(int) bci:17 line:1199 (Compiled frame)
* java.util.concurrent.locks.ReentrantLock$NonfairSync.lock() bci:21 line:209 (Compiled frame)
* java.util.concurrent.locks.ReentrantLock.lock() bci:4 line:285 (Compiled frame)
* sun.awt.SunToolkit.awtLock() bci:3 line:253 (Compiled frame)
* sun.java2d.pipe.RenderQueue.lock() bci:0 line:112 (Compiled frame)
* sun.java2d.d3d.D3DSurfaceData.initSurface() bci:33 line:396 (Interpreted frame)
0x02594134 * sun.java2d.d3d.D3DSurfaceData.restoreSurface() bci:1 line:828 (Interpreted frame)
0x02594134 * sun.java2d.d3d.D3DSurfaceData$D3DWindowSurfaceData.restoreSurface() bci:54 line:947 (Interpreted frame)
0x02594134 * sun.java2d.d3d.D3DScreenUpdateManager.validate(sun.java2d.d3d.D3DSurfaceData$D3DWindowSurfaceData) bci:8 line:478 (Interpreted frame)
0x02593be0 * sun.java2d.d3d.D3DScreenUpdateManager.run() bci:212 line:453 (Interpreted frame)
0x02594169 * java.lang.Thread.run() bci:11 line:745 (Interpreted frame)
0x02590417 <StubRoutines>
0x73b87285 jvm!JVM_GetThreadStateNames + 0x48495
0x73c4d19e jvm!_JVM_FindSignal@4 + 0x632ce
0x73b8731e jvm!JVM_GetThreadStateNames + 0x4852e
0x73b874a6 jvm!JVM_GetThreadStateNames + 0x486b6
0x73b87517 jvm!JVM_GetThreadStateNames + 0x48727
0x73b306bf jvm!jio_printf + 0x9f
0x73ba98cc jvm!JVM_GetThreadStateNames + 0x6aadc
0x73baa15a jvm!JVM_GetThreadStateNames + 0x6b36a
0x73beee06 jvm!_JVM_FindSignal@4 + 0x4f36
0x73e4c556 msvcr100!_endthreadex + 0x3a
0x73e4c600 msvcr100!_endthreadex + 0xe4
0x76cf919f KERNEL32!BaseThreadInitThunk + 0xe
0x7769a8cb ntdll!RtlInitializeExceptionChain + 0x84
0x7769a8a1 ntdll!RtlInitializeExceptionChain + 0x5a
Locked ownable synchronizers:
- None
----------------- 16 -----------------
0x7768d1dc ntdll!NtReadFile + 0xc
0x739f9f00 java!handleRead + 0x25
0x739f96cc java!_JNI_OnLoad@8 + 0x24a
Locked ownable synchronizers:
- None
----------------- 17 -----------------
0x7768d1bc ntdll!ZwWaitForSingleObject + 0xc
0x750a103d KERNELBASE!WaitForSingleObject + 0x12
0x73bec72d jvm!_JVM_FindSignal@4 + 0x285d
0x73b8e003 jvm!JVM_GetThreadStateNames + 0x4f213
0x73ba3554 jvm!JVM_GetThreadStateNames + 0x64764
0x73b334c5 jvm!_JVM_MonitorWait@16 + 0x95
0x0259aca3 * java.lang.Object.wait(long) bci:0 (Interpreted frame)
0x02594134 * java.util.TimerThread.mainLoop() bci:201 line:552 (Interpreted frame)
0x02594134 * java.util.TimerThread.run() bci:1 line:505 (Interpreted frame)
0x02590417 <StubRoutines>
0x73b87285 jvm!JVM_GetThreadStateNames + 0x48495
0x73c4d19e jvm!_JVM_FindSignal@4 + 0x632ce
0x73b8731e jvm!JVM_GetThreadStateNames + 0x4852e
0x73b874a6 jvm!JVM_GetThreadStateNames + 0x486b6
0x73b87517 jvm!JVM_GetThreadStateNames + 0x48727
0x73b306bf jvm!jio_printf + 0x9f
0x73ba98cc jvm!JVM_GetThreadStateNames + 0x6aadc
0x73baa15a jvm!JVM_GetThreadStateNames + 0x6b36a
0x73beee06 jvm!_JVM_FindSignal@4 + 0x4f36
0x73e4c556 msvcr100!_endthreadex + 0x3a
0x73e4c600 msvcr100!_endthreadex + 0xe4
0x76cf919f KERNEL32!BaseThreadInitThunk + 0xe
0x7769a8cb ntdll!RtlInitializeExceptionChain + 0x84
0x7769a8a1 ntdll!RtlInitializeExceptionChain + 0x5a
Locked ownable synchronizers:
- None
----------------- 18 -----------------
0x7768d72c ntdll!NtWaitForMultipleObjects + 0xc
0x76cf9188 KERNEL32!WaitForMultipleObjects + 0x19
0x73bf0822 jvm!_JVM_FindSignal@4 + 0x6952
0x73b37c96 jvm!_JVM_Sleep@16 + 0x1c6
0x0259aca3 * java.lang.Thread.sleep(long) bci:0 (Interpreted frame)
0x02594134 * FactoryFrontEnd.FactoryFrontEnd$3.run() bci:49 line:213 (Interpreted frame)
0x02590417 <StubRoutines>
0x73b87285 jvm!JVM_GetThreadStateNames + 0x48495
0x73c4d19e jvm!_JVM_FindSignal@4 + 0x632ce
0x73b8731e jvm!JVM_GetThreadStateNames + 0x4852e
0x73b874a6 jvm!JVM_GetThreadStateNames + 0x486b6
0x73b87517 jvm!JVM_GetThreadStateNames + 0x48727
0x73b306bf jvm!jio_printf + 0x9f
0x73ba98cc jvm!JVM_GetThreadStateNames + 0x6aadc
0x73baa15a jvm!JVM_GetThreadStateNames + 0x6b36a
0x73beee06 jvm!_JVM_FindSignal@4 + 0x4f36
0x73e4c556 msvcr100!_endthreadex + 0x3a
0x73e4c600 msvcr100!_endthreadex + 0xe4
0x76cf919f KERNEL32!BaseThreadInitThunk + 0xe
0x7769a8cb ntdll!RtlInitializeExceptionChain + 0x84
0x7769a8a1 ntdll!RtlInitializeExceptionChain + 0x5a
Locked ownable synchronizers:
- None
----------------- 19 -----------------
0x7768d72c ntdll!NtWaitForMultipleObjects + 0xc
0x76cf9188 KERNEL32!WaitForMultipleObjects + 0x19
0x73bf0822 jvm!_JVM_FindSignal@4 + 0x6952
0x73b37c96 jvm!_JVM_Sleep@16 + 0x1c6
0x0259aca3 * java.lang.Thread.sleep(long) bci:0 (Interpreted frame)
0x02594134 * FactoryFrontEnd.MenuBar$14.run() bci:46 line:361 (Interpreted frame)
0x02590417 <StubRoutines>
0x73b87285 jvm!JVM_GetThreadStateNames + 0x48495
0x73c4d19e jvm!_JVM_FindSignal@4 + 0x632ce
0x73b8731e jvm!JVM_GetThreadStateNames + 0x4852e
0x73b874a6 jvm!JVM_GetThreadStateNames + 0x486b6
0x73b87517 jvm!JVM_GetThreadStateNames + 0x48727
0x73b306bf jvm!jio_printf + 0x9f
0x73ba98cc jvm!JVM_GetThreadStateNames + 0x6aadc
0x73baa15a jvm!JVM_GetThreadStateNames + 0x6b36a
0x73beee06 jvm!_JVM_FindSignal@4 + 0x4f36
0x73e4c556 msvcr100!_endthreadex + 0x3a
0x73e4c600 msvcr100!_endthreadex + 0xe4
0x76cf919f KERNEL32!BaseThreadInitThunk + 0xe
0x7769a8cb ntdll!RtlInitializeExceptionChain + 0x84
0x7769a8a1 ntdll!RtlInitializeExceptionChain + 0x5a
Locked ownable synchronizers:
- None
----------------- 20 -----------------
0x7768d72c ntdll!NtWaitForMultipleObjects + 0xc
0x76cf9188 KERNEL32!WaitForMultipleObjects + 0x19
0x73bf0822 jvm!_JVM_FindSignal@4 + 0x6952
0x73b37c96 jvm!_JVM_Sleep@16 + 0x1c6
0x0259aca3 * java.lang.Thread.sleep(long) bci:0 (Interpreted frame)
0x02594134 * Common.files.Util.sleep(long) bci:1 line:491 (Interpreted frame)
0x02594134 * FactoryFrontEnd.Status.ResultTableData$1.run() bci:65 line:46 (Interpreted frame)
0x02590417 <StubRoutines>
0x73b87285 jvm!JVM_GetThreadStateNames + 0x48495
0x73c4d19e jvm!_JVM_FindSignal@4 + 0x632ce
0x73b8731e jvm!JVM_GetThreadStateNames + 0x4852e
0x73b874a6 jvm!JVM_GetThreadStateNames + 0x486b6
0x73b87517 jvm!JVM_GetThreadStateNames + 0x48727
0x73b306bf jvm!jio_printf + 0x9f
0x73ba98cc jvm!JVM_GetThreadStateNames + 0x6aadc
0x73baa15a jvm!JVM_GetThreadStateNames + 0x6b36a
0x73beee06 jvm!_JVM_FindSignal@4 + 0x4f36
0x73e4c556 msvcr100!_endthreadex + 0x3a
0x73e4c600 msvcr100!_endthreadex + 0xe4
0x76cf919f KERNEL32!BaseThreadInitThunk + 0xe
0x7769a8cb ntdll!RtlInitializeExceptionChain + 0x84
0x7769a8a1 ntdll!RtlInitializeExceptionChain + 0x5a
Locked ownable synchronizers:
- None
----------------- 21 -----------------
0x7768d72c ntdll!NtWaitForMultipleObjects + 0xc
0x76cf9188 KERNEL32!WaitForMultipleObjects + 0x19
0x73bf0822 jvm!_JVM_FindSignal@4 + 0x6952
0x73b37c96 jvm!_JVM_Sleep@16 + 0x1c6
0x0259aca3 * java.lang.Thread.sleep(long) bci:0 (Interpreted frame)
0x02594134 * FactoryFrontEnd.Status.OverallProgressBar$2.run() bci:41 line:52 (Interpreted frame)
0x02590417 <StubRoutines>
0x73b87285 jvm!JVM_GetThreadStateNames + 0x48495
0x73c4d19e jvm!_JVM_FindSignal@4 + 0x632ce
0x73b8731e jvm!JVM_GetThreadStateNames + 0x4852e
0x73b874a6 jvm!JVM_GetThreadStateNames + 0x486b6
0x73b87517 jvm!JVM_GetThreadStateNames + 0x48727
0x73b306bf jvm!jio_printf + 0x9f
0x73ba98cc jvm!JVM_GetThreadStateNames + 0x6aadc
0x73baa15a jvm!JVM_GetThreadStateNames + 0x6b36a
0x73beee06 jvm!_JVM_FindSignal@4 + 0x4f36
0x73e4c556 msvcr100!_endthreadex + 0x3a
0x73e4c600 msvcr100!_endthreadex + 0xe4
0x76cf919f KERNEL32!BaseThreadInitThunk + 0xe
0x7769a8cb ntdll!RtlInitializeExceptionChain + 0x84
0x7769a8a1 ntdll!RtlInitializeExceptionChain + 0x5a
Locked ownable synchronizers:
- None
----------------- 22 -----------------
0x7768d72c ntdll!NtWaitForMultipleObjects + 0xc
0x76cf9188 KERNEL32!WaitForMultipleObjects + 0x19
0x73bf0822 jvm!_JVM_FindSignal@4 + 0x6952
0x73b37c96 jvm!_JVM_Sleep@16 + 0x1c6
0x0259aca3 * java.lang.Thread.sleep(long) bci:0 (Interpreted frame)
0x02594134 * FactoryFrontEnd.Status.ActiveTestTableData$1.run() bci:49 line:73 (Interpreted frame)
0x02590417 <StubRoutines>
0x73b87285 jvm!JVM_GetThreadStateNames + 0x48495
0x73c4d19e jvm!_JVM_FindSignal@4 + 0x632ce
0x73b8731e jvm!JVM_GetThreadStateNames + 0x4852e
0x73b874a6 jvm!JVM_GetThreadStateNames + 0x486b6
0x73b87517 jvm!JVM_GetThreadStateNames + 0x48727
0x73b306bf jvm!jio_printf + 0x9f
0x73ba98cc jvm!JVM_GetThreadStateNames + 0x6aadc
0x73baa15a jvm!JVM_GetThreadStateNames + 0x6b36a
0x73beee06 jvm!_JVM_FindSignal@4 + 0x4f36
0x73e4c556 msvcr100!_endthreadex + 0x3a
0x73e4c600 msvcr100!_endthreadex + 0xe4
0x76cf919f KERNEL32!BaseThreadInitThunk + 0xe
0x7769a8cb ntdll!RtlInitializeExceptionChain + 0x84
0x7769a8a1 ntdll!RtlInitializeExceptionChain + 0x5a
Locked ownable synchronizers:
- None
----------------- 23 -----------------
0x7768d72c ntdll!NtWaitForMultipleObjects + 0xc
0x76cf9188 KERNEL32!WaitForMultipleObjects + 0x19
0x73bf0822 jvm!_JVM_FindSignal@4 + 0x6952
0x73b37c96 jvm!_JVM_Sleep@16 + 0x1c6
0x0259aca3 * java.lang.Thread.sleep(long) bci:0 (Interpreted frame)
0x02594134 * FactoryFrontEnd.Status.SectionInformationTable$1.run() bci:283 line:88 (Interpreted frame)
0x02590417 <StubRoutines>
0x73b87285 jvm!JVM_GetThreadStateNames + 0x48495
0x73c4d19e jvm!_JVM_FindSignal@4 + 0x632ce
0x73b8731e jvm!JVM_GetThreadStateNames + 0x4852e
0x73b874a6 jvm!JVM_GetThreadStateNames + 0x486b6
0x73b87517 jvm!JVM_GetThreadStateNames + 0x48727
0x73b306bf jvm!jio_printf + 0x9f
0x73ba98cc jvm!JVM_GetThreadStateNames + 0x6aadc
0x73baa15a jvm!JVM_GetThreadStateNames + 0x6b36a
0x73beee06 jvm!_JVM_FindSignal@4 + 0x4f36
0x73e4c556 msvcr100!_endthreadex + 0x3a
0x73e4c600 msvcr100!_endthreadex + 0xe4
0x76cf919f KERNEL32!BaseThreadInitThunk + 0xe
0x7769a8cb ntdll!RtlInitializeExceptionChain + 0x84
0x7769a8a1 ntdll!RtlInitializeExceptionChain + 0x5a
Locked ownable synchronizers:
- None
----------------- 24 -----------------
0x7768d72c ntdll!NtWaitForMultipleObjects + 0xc
0x76cf9188 KERNEL32!WaitForMultipleObjects + 0x19
0x73bf0822 jvm!_JVM_FindSignal@4 + 0x6952
0x73b37c96 jvm!_JVM_Sleep@16 + 0x1c6
0x0259aca3 * java.lang.Thread.sleep(long) bci:0 (Interpreted frame)
0x02594134 * FactoryFrontEnd.Status.GeneralInformationTable$1.run() bci:194 line:172 (Interpreted frame)
0x02590417 <StubRoutines>
0x73b87285 jvm!JVM_GetThreadStateNames + 0x48495
0x73c4d19e jvm!_JVM_FindSignal@4 + 0x632ce
0x73b8731e jvm!JVM_GetThreadStateNames + 0x4852e
0x73b874a6 jvm!JVM_GetThreadStateNames + 0x486b6
0x73b87517 jvm!JVM_GetThreadStateNames + 0x48727
0x73b306bf jvm!jio_printf + 0x9f
0x73ba98cc jvm!JVM_GetThreadStateNames + 0x6aadc
0x73baa15a jvm!JVM_GetThreadStateNames + 0x6b36a
0x73beee06 jvm!_JVM_FindSignal@4 + 0x4f36
0x73e4c556 msvcr100!_endthreadex + 0x3a
0x73e4c600 msvcr100!_endthreadex + 0xe4
0x76cf919f KERNEL32!BaseThreadInitThunk + 0xe
0x7769a8cb ntdll!RtlInitializeExceptionChain + 0x84
0x7769a8a1 ntdll!RtlInitializeExceptionChain + 0x5a
Locked ownable synchronizers:
- None
----------------- 25 -----------------
0x7768d72c ntdll!NtWaitForMultipleObjects + 0xc
0x76cf9188 KERNEL32!WaitForMultipleObjects + 0x19
0x73bf0822 jvm!_JVM_FindSignal@4 + 0x6952
0x73b37c96 jvm!_JVM_Sleep@16 + 0x1c6
0x0259aca3 * java.lang.Thread.sleep(long) bci:0 (Interpreted frame)
0x02594134 * FactoryFrontEnd.Status.ControlPane$3.run() bci:46 line:127 (Interpreted frame)
0x02590417 <StubRoutines>
0x73b87285 jvm!JVM_GetThreadStateNames + 0x48495
0x73c4d19e jvm!_JVM_FindSignal@4 + 0x632ce
0x73b8731e jvm!JVM_GetThreadStateNames + 0x4852e
0x73b874a6 jvm!JVM_GetThreadStateNames + 0x486b6
0x73b87517 jvm!JVM_GetThreadStateNames + 0x48727
0x73b306bf jvm!jio_printf + 0x9f
0x73ba98cc jvm!JVM_GetThreadStateNames + 0x6aadc
0x73baa15a jvm!JVM_GetThreadStateNames + 0x6b36a
0x73beee06 jvm!_JVM_FindSignal@4 + 0x4f36
0x73e4c556 msvcr100!_endthreadex + 0x3a
0x73e4c600 msvcr100!_endthreadex + 0xe4
0x76cf919f KERNEL32!BaseThreadInitThunk + 0xe
0x7769a8cb ntdll!RtlInitializeExceptionChain + 0x84
0x7769a8a1 ntdll!RtlInitializeExceptionChain + 0x5a
Locked ownable synchronizers:
- None
----------------- 26 -----------------
0x7768d72c ntdll!NtWaitForMultipleObjects + 0xc
0x76cf9188 KERNEL32!WaitForMultipleObjects + 0x19
0x73bf0822 jvm!_JVM_FindSignal@4 + 0x6952
0x73b37c96 jvm!_JVM_Sleep@16 + 0x1c6
0x0259aca3 * java.lang.Thread.sleep(long) bci:0 (Interpreted frame)
0x02594134 * FactoryFrontEnd.Status.StatusTab$1.run() bci:136 line:55 (Interpreted frame)
0x02590417 <StubRoutines>
0x73b87285 jvm!JVM_GetThreadStateNames + 0x48495
0x73c4d19e jvm!_JVM_FindSignal@4 + 0x632ce
0x73b8731e jvm!JVM_GetThreadStateNames + 0x4852e
0x73b874a6 jvm!JVM_GetThreadStateNames + 0x486b6
0x73b87517 jvm!JVM_GetThreadStateNames + 0x48727
0x73b306bf jvm!jio_printf + 0x9f
0x73ba98cc jvm!JVM_GetThreadStateNames + 0x6aadc
0x73baa15a jvm!JVM_GetThreadStateNames + 0x6b36a
0x73beee06 jvm!_JVM_FindSignal@4 + 0x4f36
0x73e4c556 msvcr100!_endthreadex + 0x3a
0x73e4c600 msvcr100!_endthreadex + 0xe4
0x76cf919f KERNEL32!BaseThreadInitThunk + 0xe
0x7769a8cb ntdll!RtlInitializeExceptionChain + 0x84
0x7769a8a1 ntdll!RtlInitializeExceptionChain + 0x5a
Locked ownable synchronizers:
- None
----------------- 27 -----------------
0x7768d72c ntdll!NtWaitForMultipleObjects + 0xc
0x76cf9188 KERNEL32!WaitForMultipleObjects + 0x19
0x73bf0822 jvm!_JVM_FindSignal@4 + 0x6952
0x73b37c96 jvm!_JVM_Sleep@16 + 0x1c6
0x0259aca3 * java.lang.Thread.sleep(long) bci:0 (Interpreted frame)
0x02594134 * FactoryFrontEnd.History.DisplayHistoryLog$7.run() bci:316 line:380 (Interpreted frame)
0x02590417 <StubRoutines>
0x73b87285 jvm!JVM_GetThreadStateNames + 0x48495
0x73c4d19e jvm!_JVM_FindSignal@4 + 0x632ce
0x73b8731e jvm!JVM_GetThreadStateNames + 0x4852e
0x73b874a6 jvm!JVM_GetThreadStateNames + 0x486b6
0x73b87517 jvm!JVM_GetThreadStateNames + 0x48727
0x73b306bf jvm!jio_printf + 0x9f
0x73ba98cc jvm!JVM_GetThreadStateNames + 0x6aadc
0x73baa15a jvm!JVM_GetThreadStateNames + 0x6b36a
0x73beee06 jvm!_JVM_FindSignal@4 + 0x4f36
0x73e4c556 msvcr100!_endthreadex + 0x3a
0x73e4c600 msvcr100!_endthreadex + 0xe4
0x76cf919f KERNEL32!BaseThreadInitThunk + 0xe
0x7769a8cb ntdll!RtlInitializeExceptionChain + 0x84
0x7769a8a1 ntdll!RtlInitializeExceptionChain + 0x5a
Locked ownable synchronizers:
- None
----------------- 28 -----------------
0x7768d72c ntdll!NtWaitForMultipleObjects + 0xc
0x76cf9188 KERNEL32!WaitForMultipleObjects + 0x19
0x73bf0822 jvm!_JVM_FindSignal@4 + 0x6952
0x73b37c96 jvm!_JVM_Sleep@16 + 0x1c6
0x0259aca3 * java.lang.Thread.sleep(long) bci:0 (Interpreted frame)
0x02594134 * Common.files.Util.sleep(long) bci:1 line:491 (Interpreted frame)
0x02594134 * Common.ui.ExecutionErrorsTableData$1.run() bci:98 line:54 (Interpreted frame)
0x02590417 <StubRoutines>
0x73b87285 jvm!JVM_GetThreadStateNames + 0x48495
0x73c4d19e jvm!_JVM_FindSignal@4 + 0x632ce
0x73b8731e jvm!JVM_GetThreadStateNames + 0x4852e
0x73b874a6 jvm!JVM_GetThreadStateNames + 0x486b6
0x73b87517 jvm!JVM_GetThreadStateNames + 0x48727
0x73b306bf jvm!jio_printf + 0x9f
0x73ba98cc jvm!JVM_GetThreadStateNames + 0x6aadc
0x73baa15a jvm!JVM_GetThreadStateNames + 0x6b36a
0x73beee06 jvm!_JVM_FindSignal@4 + 0x4f36
0x73e4c556 msvcr100!_endthreadex + 0x3a
0x73e4c600 msvcr100!_endthreadex + 0xe4
0x76cf919f KERNEL32!BaseThreadInitThunk + 0xe
0x7769a8cb ntdll!RtlInitializeExceptionChain + 0x84
0x7769a8a1 ntdll!RtlInitializeExceptionChain + 0x5a
Locked ownable synchronizers:
- None
----------------- 29 -----------------
0x7768d72c ntdll!NtWaitForMultipleObjects + 0xc
0x76cf9188 KERNEL32!WaitForMultipleObjects + 0x19
0x73bf0822 jvm!_JVM_FindSignal@4 + 0x6952
0x73b37c96 jvm!_JVM_Sleep@16 + 0x1c6
0x0259aca3 * java.lang.Thread.sleep(long) bci:0 (Interpreted frame)
0x02594134 * FactoryFrontEnd.Debug.DebugTab$10.run() bci:192 line:575 (Interpreted frame)
0x02590417 <StubRoutines>
0x73b87285 jvm!JVM_GetThreadStateNames + 0x48495
0x73c4d19e jvm!_JVM_FindSignal@4 + 0x632ce
0x73b8731e jvm!JVM_GetThreadStateNames + 0x4852e
0x73b874a6 jvm!JVM_GetThreadStateNames + 0x486b6
0x73b87517 jvm!JVM_GetThreadStateNames + 0x48727
0x73b306bf jvm!jio_printf + 0x9f
0x73ba98cc jvm!JVM_GetThreadStateNames + 0x6aadc
0x73baa15a jvm!JVM_GetThreadStateNames + 0x6b36a
0x73beee06 jvm!_JVM_FindSignal@4 + 0x4f36
0x73e4c556 msvcr100!_endthreadex + 0x3a
0x73e4c600 msvcr100!_endthreadex + 0xe4
0x76cf919f KERNEL32!BaseThreadInitThunk + 0xe
0x7769a8cb ntdll!RtlInitializeExceptionChain + 0x84
0x7769a8a1 ntdll!RtlInitializeExceptionChain + 0x5a
Locked ownable synchronizers:
- None
----------------- 30 -----------------
0x7768d72c ntdll!NtWaitForMultipleObjects + 0xc
0x76cf9188 KERNEL32!WaitForMultipleObjects + 0x19
0x73bf0822 jvm!_JVM_FindSignal@4 + 0x6952
0x73b37c96 jvm!_JVM_Sleep@16 + 0x1c6
0x0259aca3 * java.lang.Thread.sleep(long) bci:0 (Interpreted frame)
0x02594134 * Common.scenario.ControlMonitor.run() bci:17 line:38 (Interpreted frame)
0x02594169 * java.lang.Thread.run() bci:11 line:745 (Interpreted frame)
0x02590417 <StubRoutines>
0x73b87285 jvm!JVM_GetThreadStateNames + 0x48495
0x73c4d19e jvm!_JVM_FindSignal@4 + 0x632ce
0x73b8731e jvm!JVM_GetThreadStateNames + 0x4852e
0x73b874a6 jvm!JVM_GetThreadStateNames + 0x486b6
0x73b87517 jvm!JVM_GetThreadStateNames + 0x48727
0x73b306bf jvm!jio_printf + 0x9f
0x73ba98cc jvm!JVM_GetThreadStateNames + 0x6aadc
0x73baa15a jvm!JVM_GetThreadStateNames + 0x6b36a
0x73beee06 jvm!_JVM_FindSignal@4 + 0x4f36
0x73e4c556 msvcr100!_endthreadex + 0x3a
0x73e4c600 msvcr100!_endthreadex + 0xe4
0x76cf919f KERNEL32!BaseThreadInitThunk + 0xe
0x7769a8cb ntdll!RtlInitializeExceptionChain + 0x84
0x7769a8a1 ntdll!RtlInitializeExceptionChain + 0x5a
Locked ownable synchronizers:
- None
REPRODUCIBILITY :
This bug can be reproduced occasionally.
---------- BEGIN SOURCE ----------
Unable to produce due to nature of software, but GUI is AWT driven.
---------- END SOURCE ----------
CUSTOMER SUBMITTED WORKAROUND :
Investigating the use of -Dsun.java2d.d3d=false however this is not the ideal solution to set specific flags on launch due to customization across many factories by ODMs regarding launch parameters.