Pessoal, olhem o problema que está ocorrendo com qualquer aplicativo Java WEB START que desenvolvo:
A fatal error has been detected by the Java Runtime Environment:
EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x000000007749ec75, pid=6128, tid=5820
JRE version: 7.0_03-b05
Java VM: Java HotSpot™ 64-Bit Server VM (22.1-b02 mixed mode windows-amd64 compressed oops)
Problematic frame:
C [ntdll.dll+0x4ec75]
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
--------------- T H R E A D ---------------
Current thread (0x000000000796d800): JavaThread “Java Web Start Main Thread” [_thread_in_Java, id=5820, stack(0x00000000084c0000,0x00000000085c0000)]
siginfo: ExceptionCode=0xc0000005, reading address 0xffffffffffffffff
Registers:
RAX=0x00000000085be538, RBX=0x0000000000000002, RCX=0x00000000085be608, RDX=0x00000000085be578
RSP=0x00000000085be528, RBP=0x000007feecdf55d0, RSI=0x0000000000000020, RDI=0x0000000000000000
R8 =0x00000000085b5000, R9 =0x0000000000000003, R10=0x0000000000000000, R11=0x0000000000003a94
R12=0x0000000000000000, R13=0x0000000000000050, R14=0x0000000000000003, R15=0x000000000796d800
RIP=0x000000007749ec75, EFLAGS=0x0000000000010202
Top of Stack: (sp=0x00000000085be528)
0x00000000085be528: 0000000000000202 0000000077457549
0x00000000085be538: 000007fffff92000 00000000085be701
0x00000000085be548: 0000000000000000 00000000085be730
0x00000000085be558: 0000000000000000 000000000000000b
0x00000000085be568: 0000000008f31b00 0000000000000001
0x00000000085be578: 00000000085c0000 00000000085b5000
0x00000000085be588: 0000000002df743a 0000000002df73d0
0x00000000085be598: 0000000000000000 0000000000000000
0x00000000085be5a8: 00000000085bed90 00000000085bee40
0x00000000085be5b8: 0000000002dc61b4 0000000002dc5350
0x00000000085be5c8: 0000000000000000 0000000065af14b6
0x00000000085be5d8: 00000000085bee40 00000000085bedc0
0x00000000085be5e8: 0000214dc40eeb67 0000000002e20b90
0x00000000085be5f8: 0000000007937320 0000000065af1aab
0x00000000085be608: 00000000085be768 00000000bc63c067
0x00000000085be618: 00000000000000b6 00000000064d38a0
Instructions: (pc=0x000000007749ec75)
0x000000007749ec55: d0 00 00 00 4c 89 a1 d8 00 00 00 4c 89 a9 e0 00
0x000000007749ec65: 00 00 4c 89 b1 e8 00 00 00 4c 89 b9 f0 00 00 00
0x000000007749ec75: 0f ae 81 00 01 00 00 0f 29 81 a0 01 00 00 0f 29
0x000000007749ec85: 89 b0 01 00 00 0f 29 91 c0 01 00 00 0f 29 99 d0
Register to memory mapping:
RAX=0x00000000085be538 is pointing into the stack for thread: 0x000000000796d800
RBX=0x0000000000000002 is an unknown value
RCX=0x00000000085be608 is pointing into the stack for thread: 0x000000000796d800
RDX=0x00000000085be578 is pointing into the stack for thread: 0x000000000796d800
RSP=0x00000000085be528 is pointing into the stack for thread: 0x000000000796d800
RBP=0x000007feecdf55d0 is an unknown value
RSI=0x0000000000000020 is an unknown value
RDI=0x0000000000000000 is an unknown value
R8 =0x00000000085b5000 is pointing into the stack for thread: 0x000000000796d800
R9 =0x0000000000000003 is an unknown value
R10=0x0000000000000000 is an unknown value
R11=0x0000000000003a94 is an unknown value
R12=0x0000000000000000 is an unknown value
R13=0x0000000000000050 is an unknown value
R14=0x0000000000000003 is an unknown value
R15=0x000000000796d800 is a thread
Stack: [0x00000000084c0000,0x00000000085c0000], sp=0x00000000085be528, free space=1017k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
C [ntdll.dll+0x4ec75] RtlCaptureContext+0x85
Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
v blob 0x0000000002df74ff
j java.util.Properties$LineReader.readLine()I+62
j java.util.Properties.load0(Ljava/util/Properties$LineReader;)V+7
j java.util.Properties.load(Ljava/io/InputStream;)V+10
j com.sun.deploy.cache.DefaultLocalApplicationProperties.getLocalApplicationPropertiesStorage(Lcom/sun/deploy/cache/DefaultLocalApplicationProperties;)Ljava/util/Properties;+122
j com.sun.deploy.cache.DefaultLocalApplicationProperties.(Ljava/net/URL;Ljava/lang/String;Z)V+22
j com.sun.deploy.cache.Cache.getLocalApplicationProperties(Ljava/net/URL;Ljava/lang/String;Z)Lcom/sun/deploy/cache/LocalApplicationProperties;+72
j com.sun.deploy.cache.Cache.getLocalApplicationProperties(Ljava/net/URL;)Lcom/sun/deploy/cache/LocalApplicationProperties;+3
j com.sun.javaws.Launcher.prepareToLaunch(Z)Z+154
j com.sun.javaws.Launcher.prepareToLaunch()Z+92
j com.sun.javaws.Launcher.launch([Ljava/lang/String;Z)V+100
j com.sun.javaws.Main.launchApp(Ljava/lang/String;Z)V+496
j com.sun.javaws.Main.continueInSecureThread([Ljava/lang/String;)V+469
j com.sun.javaws.Main$1.run()V+16
j java.lang.Thread.run()V+11
v ~StubRoutines::call_stub
--------------- P R O C E S S ---------------
Java Threads: ( => current thread )
0x0000000008c57000 JavaThread “TimerQueue” daemon [_thread_blocked, id=5704, stack(0x0000000009a50000,0x0000000009b50000)]
0x0000000008c56000 JavaThread “CacheCleanUpThread” daemon [_thread_blocked, id=5428, stack(0x00000000096f0000,0x00000000097f0000)]
0x0000000008af5000 JavaThread “CacheMemoryCleanUpThread” daemon [_thread_blocked, id=5068, stack(0x00000000097f0000,0x00000000098f0000)]
0x0000000008936000 JavaThread “ConsoleTraceListener” daemon [_thread_blocked, id=1048, stack(0x0000000009590000,0x0000000009690000)]
0x00000000079dd000 JavaThread “AWT-EventQueue-1” [_thread_blocked, id=4492, stack(0x0000000008720000,0x0000000008820000)]
0x0000000007972800 JavaThread “DestroyJavaVM” [_thread_blocked, id=1004, stack(0x0000000002930000,0x0000000002a30000)]
=>0x000000000796d800 JavaThread “Java Web Start Main Thread” [_thread_in_Java, id=5820, stack(0x00000000084c0000,0x00000000085c0000)]
0x000000000795a800 JavaThread “Javaws Secure Thread” daemon [_thread_blocked, id=5384, stack(0x00000000085c0000,0x00000000086c0000)]
0x000000000795a000 JavaThread “AWT-EventQueue-0” [_thread_blocked, id=2904, stack(0x00000000083a0000,0x00000000084a0000)]
0x000000000794e000 JavaThread “AWT-Windows” daemon [_thread_in_native, id=5232, stack(0x0000000002a60000,0x0000000002b60000)]
0x000000000794d800 JavaThread “AWT-Shutdown” [_thread_blocked, id=2920, stack(0x0000000008260000,0x0000000008360000)]
0x0000000007945800 JavaThread “Java2D Disposer” daemon [_thread_blocked, id=3772, stack(0x0000000007c50000,0x0000000007d50000)]
0x000000000652f800 JavaThread “traceMsgQueueThread” daemon [_thread_blocked, id=2700, stack(0x0000000007ad0000,0x0000000007bd0000)]
0x00000000064e8800 JavaThread “Service Thread” daemon [_thread_blocked, id=4888, stack(0x0000000006b10000,0x0000000006c10000)]
0x00000000064e0000 JavaThread “C2 CompilerThread1” daemon [_thread_blocked, id=3676, stack(0x0000000007320000,0x0000000007420000)]
0x00000000064cc800 JavaThread “C2 CompilerThread0” daemon [_thread_blocked, id=4920, stack(0x0000000007190000,0x0000000007290000)]
0x00000000064cb000 JavaThread “Attach Listener” daemon [_thread_blocked, id=1012, stack(0x0000000006f20000,0x0000000007020000)]
0x00000000064c9800 JavaThread “Signal Dispatcher” daemon [_thread_blocked, id=508, stack(0x0000000006de0000,0x0000000006ee0000)]
0x00000000063e9000 JavaThread “Finalizer” daemon [_thread_blocked, id=6084, stack(0x0000000006c80000,0x0000000006d80000)]
0x00000000063e0000 JavaThread “Reference Handler” daemon [_thread_blocked, id=4256, stack(0x0000000006a10000,0x0000000006b10000)]
Other Threads:
0x00000000063ce000 VMThread [stack: 0x00000000067e0000,0x00000000068e0000] [id=4764]
0x00000000064f3800 WatcherThread [stack: 0x0000000007500000,0x0000000007600000] [id=2192]
VM state:not at safepoint (normal execution)
VM Mutex/Monitor currently owned by a thread: None
Heap
PSYoungGen total 18688K, used 4543K [0x00000000eb2b0000, 0x00000000ec780000, 0x0000000100000000)
eden space 16064K, 28% used [0x00000000eb2b0000,0x00000000eb71fcb0,0x00000000ec260000)
from space 2624K, 0% used [0x00000000ec4f0000,0x00000000ec4f0000,0x00000000ec780000)
to space 2624K, 0% used [0x00000000ec260000,0x00000000ec260000,0x00000000ec4f0000)
PSOldGen total 42624K, used 0K [0x00000000c1800000, 0x00000000c41a0000, 0x00000000eb2b0000)
object space 42624K, 0% used [0x00000000c1800000,0x00000000c1800000,0x00000000c41a0000)
PSPermGen total 21248K, used 11586K [0x00000000bc600000, 0x00000000bdac0000, 0x00000000c1800000)
object space 21248K, 54% used [0x00000000bc600000,0x00000000bd150958,0x00000000bdac0000)
Code Cache [0x0000000002dc0000, 0x0000000003030000, 0x0000000005dc0000)
total_blobs=457 nmethods=11 adapters=399 free_code_cache=48612Kb largest_free_block=49773696
Dynamic libraries:
0x000000013f9a0000 - 0x000000013f9d3000 C:\Program Files\Java\jre7\bin\javaw.exe
0x0000000077450000 - 0x00000000775fc000 C:\Windows\SYSTEM32\ntdll.dll
0x0000000076d70000 - 0x0000000076e8f000 C:\Windows\system32\kernel32.dll
0x000007fefda50000 - 0x000007fefdabc000 C:\Windows\system32\KERNELBASE.dll
0x000007fefdd40000 - 0x000007fefde1b000 C:\Windows\system32\ADVAPI32.dll
0x000007feff240000 - 0x000007feff2df000 C:\Windows\system32\msvcrt.dll
0x000007fefdd20000 - 0x000007fefdd3f000 C:\Windows\SYSTEM32\sechost.dll
0x000007feff4c0000 - 0x000007feff5ee000 C:\Windows\system32\RPCRT4.dll
0x0000000077200000 - 0x00000000772fa000 C:\Windows\system32\USER32.dll
0x000007fefde30000 - 0x000007fefde97000 C:\Windows\system32\GDI32.dll
0x000007fefde20000 - 0x000007fefde2e000 C:\Windows\system32\LPK.dll
0x000007feff170000 - 0x000007feff23a000 C:\Windows\system32\USP10.dll
0x000007fefc140000 - 0x000007fefc334000 C:\Windows\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df_6.0.7600.16661_none_fa62ad231704eab7\COMCTL32.dll
0x000007feff5f0000 - 0x000007feff661000 C:\Windows\system32\SHLWAPI.dll
0x000007fefd790000 - 0x000007fefd7e7000 C:\Windows\system32\apphelp.dll
0x000007fef5010000 - 0x000007fef506a000 C:\Windows\AppPatch\AppPatch64\AcLayers.DLL
0x000007fef5a80000 - 0x000007fef5af0000 C:\Windows\system32\WINSPOOL.DRV
0x000007fef9e70000 - 0x000007fef9e88000 C:\Windows\system32\MPR.dll
0x000007feec9f0000 - 0x000007feece57000 C:\Windows\AppPatch\AppPatch64\AcXtrnal.DLL
0x000007fefafb0000 - 0x000007fefb001000 C:\Windows\AppPatch\AppPatch64\AcGenral.DLL
0x000007fefd730000 - 0x000007fefd755000 C:\Windows\system32\SspiCli.dll
0x000007fefee50000 - 0x000007feff052000 C:\Windows\system32\ole32.dll
0x000007fefdf40000 - 0x000007fefecc6000 C:\Windows\system32\SHELL32.dll
0x0000000073c70000 - 0x0000000073c73000 C:\Windows\system32\sfc.dll
0x000007fef9710000 - 0x000007fef9720000 C:\Windows\system32\sfc_os.DLL
0x000007fefcc80000 - 0x000007fefcc9e000 C:\Windows\system32\USERENV.dll
0x000007fefd8c0000 - 0x000007fefd8cf000 C:\Windows\system32\profapi.dll
0x000007fefbb80000 - 0x000007fefbb98000 C:\Windows\system32\dwmapi.dll
0x000007fefee20000 - 0x000007fefee4e000 C:\Windows\system32\IMM32.DLL
0x000007feff060000 - 0x000007feff169000 C:\Windows\system32\MSCTF.dll
0x000000006cf70000 - 0x000000006d041000 C:\Program Files\Java\jre7\bin\msvcr100.dll
0x0000000065930000 - 0x000000006600a000 C:\Program Files\Java\jre7\bin\server\jvm.dll
0x000007fefcc70000 - 0x000007fefcc79000 C:\Windows\system32\WSOCK32.dll
0x000007fefecf0000 - 0x000007fefed3d000 C:\Windows\system32\WS2_32.dll
0x000007fefdd10000 - 0x000007fefdd18000 C:\Windows\system32\NSI.dll
0x000007fefb870000 - 0x000007fefb8ab000 C:\Windows\system32\WINMM.dll
0x0000000077620000 - 0x0000000077627000 C:\Windows\system32\PSAPI.DLL
0x0000000072b40000 - 0x0000000072b4f000 C:\Program Files\Java\jre7\bin\verify.dll
0x0000000072000000 - 0x0000000072028000 C:\Program Files\Java\jre7\bin\java.dll
0x000000006cdd0000 - 0x000000006cf64000 C:\Program Files\Java\jre7\bin\awt.dll
0x000007fefed40000 - 0x000007fefee17000 C:\Windows\system32\OLEAUT32.dll
0x000007fefd7f0000 - 0x000007fefd7ff000 C:\Windows\system32\CRYPTBASE.dll
0x000007fefc0e0000 - 0x000007fefc136000 C:\Windows\system32\uxtheme.dll
0x0000000072ac0000 - 0x0000000072ad5000 C:\Program Files\Java\jre7\bin\zip.dll
0x000000006d050000 - 0x000000006d121000 C:\Program Files\Oracle\JavaFX 2.0 Runtime\bin\msvcr100.dll
0x000007fef3f30000 - 0x000007fef3f84000 C:\Program Files\Oracle\JavaFX 2.0 Runtime\bin\deploy.dll
0x000007fefc8e0000 - 0x000007fefc8ec000 C:\Windows\system32\VERSION.dll
0x0000000076e90000 - 0x0000000076fea000 C:\Windows\system32\WININET.dll
0x0000000077610000 - 0x0000000077613000 C:\Windows\system32\Normaliz.dll
0x0000000076ff0000 - 0x00000000771ff000 C:\Windows\system32\iertutil.dll
0x0000000077300000 - 0x000000007744d000 C:\Windows\system32\urlmon.dll
0x0000000072aa0000 - 0x0000000072ab9000 C:\Program Files\Java\jre7\bin\net.dll
0x000007fefd0f0000 - 0x000007fefd144000 C:\Windows\system32\mswsock.dll
0x000007fefd0e0000 - 0x000007fefd0e7000 C:\Windows\System32\wship6.dll
0x000000006d340000 - 0x000000006d351000 C:\Program Files\Java\jre7\bin\nio.dll
0x000000006cd90000 - 0x000000006cdc4000 C:\Program Files\Java\jre7\bin\fontmanager.dll
0x000000006cd40000 - 0x000000006cd81000 C:\Program Files\Java\jre7\bin\t2k.dll
0x000007fefd370000 - 0x000007fefd37b000 C:\Windows\system32\Secur32.dll
0x000007fefcf70000 - 0x000007fefcfcb000 C:\Windows\system32\dnsapi.DLL
0x000007fefad10000 - 0x000007fefad37000 C:\Windows\system32\iphlpapi.DLL
0x000007fefad00000 - 0x000007fefad0b000 C:\Windows\system32\WINNSI.DLL
--------------- S Y S T E M ---------------
OS: Windows Vista , 64 bit Build 6000
CPU:total 2 (2 cores per cpu, 1 threads per core) family 6 model 23 stepping 10, cmov, cx8, fxsr, mmx, sse, sse2, sse3, ssse3, sse4.1
Memory: 4k page, physical 4091544k(1770420k free), swap 8181188k(5199400k free)
vm_info: Java HotSpot™ 64-Bit Server VM (22.1-b02) for windows-amd64 JRE (1.7.0_03-b05), built on Feb 3 2012 20:43:56 by “java_re” with unknown MS VC++:1600
time: Mon Apr 23 09:29:12 2012
elapsed time: 0 seconds