Advertisement
Suds

Untitled

Mar 4th, 2012
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.17 KB | None | 0 0
  1. #
  2. # A fatal error has been detected by the Java Runtime Environment:
  3. #
  4. # EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x000000000a260b05, pid=7144, tid=5224
  5. #
  6. # JRE version: 7.0_02-b13
  7. # Java VM: Java HotSpot(TM) 64-Bit Server VM (22.0-b10 mixed mode windows-amd64 compressed oops)
  8. # Problematic frame:
  9. # C [atio6axx.dll+0xb00b05]
  10. #
  11. # Failed to write core dump. Minidumps are not enabled by default on client versions of Windows
  12. #
  13. # If you would like to submit a bug report, please visit:
  14. # http://bugreport.sun.com/bugreport/crash.jsp
  15. # The crash happened outside the Java Virtual Machine in native code.
  16. # See problematic frame for where to report the bug.
  17. #
  18.  
  19. --------------- T H R E A D ---------------
  20.  
  21. Current thread (0x000000000210b800): JavaThread "main" [_thread_in_native, id=5224, stack(0x00000000022f0000,0x00000000023f0000)]
  22.  
  23. siginfo: ExceptionCode=0xc0000005, reading address 0x0000000000000018
  24.  
  25. Registers:
  26. RAX=0x0000000000000020, RBX=0x0000000000000002, RCX=0x000000000cd319d0, RDX=0x000000000cc98040
  27. RSP=0x00000000023ef460, RBP=0x0000000000000000, RSI=0x000000000ce82ea0, RDI=0x000000000ce836b0
  28. R8 =0x0000000000000007, R9 =0x0000000000000002, R10=0x0000000000000000, R11=0x00000000023ef508
  29. R12=0x0000000000000007, R13=0x0000000000000007, R14=0x0000000000000001, R15=0x0000000000000002
  30. RIP=0x000000000a260b05, EFLAGS=0x0000000000010246
  31.  
  32. Top of Stack: (sp=0x00000000023ef460)
  33. 0x00000000023ef460: 0000000000000001 0000000000000000
  34. 0x00000000023ef470: 000000000f4ce010 0000000009f65fa6
  35. 0x00000000023ef480: 000000000cd31870 000000000981030d
  36. 0x00000000023ef490: 000000000cd08ba0 000000000cd0cc60
  37. 0x00000000023ef4a0: 0000000000000108 000000000ae93170
  38. 0x00000000023ef4b0: 3b893df2b3bbbd2e 400921fb60000000
  39. 0x00000000023ef4c0: 0000000000000020 00000000098cc1a7
  40. 0x00000000023ef4d0: 0000000000000000 0000000000000000
  41. 0x00000000023ef4e0: 0000000000000000 0000000000000000
  42. 0x00000000023ef4f0: 0000000000000007 0000000000000002
  43. 0x00000000023ef500: 000000000cc98040 000000000a244724
  44. 0x00000000023ef510: 000000003f800000 0000000000000000
  45. 0x00000000023ef520: 0000000000000002 0000000000000002
  46. 0x00000000023ef530: 000000000ce82ea0 000000000ce836b0
  47. 0x00000000023ef540: 0000000000000001 3f80000000000001
  48. 0x00000000023ef550: 0000000000000000 0000000000000000
  49.  
  50. Instructions: (pc=0x000000000a260b05)
  51. 0x000000000a260ae5: 00 4c 8b 91 d8 5d 00 00 44 8b b4 24 e0 00 00 00
  52. 0x000000000a260af5: 33 ed 49 8d 42 20 41 8b d9 45 8b e8 49 89 43 b8
  53. 0x000000000a260b05: 49 8b 42 18 4c 8b e2 49 89 43 c8 48 8b 81 e0 5d
  54. 0x000000000a260b15: 00 00 49 89 43 c0 45 85 f6 0f 84 f6 00 00 00 49
  55.  
  56.  
  57. Register to memory mapping:
  58.  
  59. RAX=0x0000000000000020 is an unknown value
  60. RBX=0x0000000000000002 is an unknown value
  61. RCX=0x000000000cd319d0 is an unknown value
  62. RDX=0x000000000cc98040 is an unknown value
  63. RSP=0x00000000023ef460 is pointing into the stack for thread: 0x000000000210b800
  64. RBP=0x0000000000000000 is an unknown value
  65. RSI=0x000000000ce82ea0 is an unknown value
  66. RDI=0x000000000ce836b0 is an unknown value
  67. R8 =0x0000000000000007 is an unknown value
  68. R9 =0x0000000000000002 is an unknown value
  69. R10=0x0000000000000000 is an unknown value
  70. R11=0x00000000023ef508 is pointing into the stack for thread: 0x000000000210b800
  71. R12=0x0000000000000007 is an unknown value
  72. R13=0x0000000000000007 is an unknown value
  73. R14=0x0000000000000001 is an unknown value
  74. R15=0x0000000000000002 is an unknown value
  75.  
  76.  
  77. Stack: [0x00000000022f0000,0x00000000023f0000], sp=0x00000000023ef460, free space=1021k
  78. Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
  79. C [atio6axx.dll+0xb00b05] DrvPresentBuffers+0xa9bc25
  80.  
  81. [error occurred during error reporting (printing native stack), id 0xc0000005]
  82.  
  83. Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
  84. J org.lwjgl.opengl.GL11.nglBindTexture(IIJ)V
  85. J dtp.engine.jade.graphics.models.Model.render()V
  86. J dungeonwars.game.MainGame.draw()V
  87. J dtp.engine.jade.JadeGame.start(II)V
  88. j dungeonwars.game.MainGame.main([Ljava/lang/String;)V+13
  89. v ~StubRoutines::call_stub
  90.  
  91. --------------- P R O C E S S ---------------
  92.  
  93. Java Threads: ( => current thread )
  94. 0x000000000ecf0000 JavaThread "AWT-Windows" daemon [_thread_in_native, id=5700, stack(0x0000000017250000,0x0000000017350000)]
  95. 0x00000000139f6800 JavaThread "Java2D Disposer" daemon [_thread_blocked, id=2892, stack(0x00000000170d0000,0x00000000171d0000)]
  96. 0x0000000013a7b800 JavaThread "pool-1-thread-2" [_thread_in_Java, id=4212, stack(0x0000000014b30000,0x0000000014c30000)]
  97. 0x000000000ecc9000 JavaThread "pool-1-thread-1" [_thread_in_Java, id=3308, stack(0x0000000014ca0000,0x0000000014da0000)]
  98. 0x0000000007705800 JavaThread "Service Thread" daemon [_thread_blocked, id=3068, stack(0x0000000008b40000,0x0000000008c40000)]
  99. 0x00000000076ed800 JavaThread "C2 CompilerThread1" daemon [_thread_blocked, id=744, stack(0x0000000008880000,0x0000000008980000)]
  100. 0x00000000076ea000 JavaThread "C2 CompilerThread0" daemon [_thread_blocked, id=6028, stack(0x00000000086b0000,0x00000000087b0000)]
  101. 0x00000000076e5000 JavaThread "Attach Listener" daemon [_thread_blocked, id=7036, stack(0x00000000082a0000,0x00000000083a0000)]
  102. 0x00000000076e4000 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=6216, stack(0x0000000008550000,0x0000000008650000)]
  103. 0x000000000765c000 JavaThread "Finalizer" daemon [_thread_blocked, id=6256, stack(0x00000000083e0000,0x00000000084e0000)]
  104. 0x000000000765b000 JavaThread "Reference Handler" daemon [_thread_blocked, id=4948, stack(0x0000000008140000,0x0000000008240000)]
  105. =>0x000000000210b800 JavaThread "main" [_thread_in_native, id=5224, stack(0x00000000022f0000,0x00000000023f0000)]
  106.  
  107. Other Threads:
  108. 0x000000000764d800 VMThread [stack: 0x0000000007f50000,0x0000000008050000] [id=4004]
  109. 0x0000000007718000 WatcherThread [stack: 0x0000000008d50000,0x0000000008e50000] [id=5332]
  110.  
  111. VM state:not at safepoint (normal execution)
  112.  
  113. VM Mutex/Monitor currently owned by a thread: None
  114.  
  115. Heap
  116. PSYoungGen total 208192K, used 12712K [0x0000000780000000, 0x00000007cd280000, 0x0000000800000000)
  117. eden space 207936K, 6% used [0x0000000780000000,0x0000000780c32240,0x000000078cb10000)
  118. from space 256K, 87% used [0x00000007cd1f0000,0x00000007cd228000,0x00000007cd230000)
  119. to space 320K, 0% used [0x00000007cd230000,0x00000007cd230000,0x00000007cd280000)
  120. PSOldGen total 262144K, used 78398K [0x0000000680000000, 0x0000000690000000, 0x0000000780000000)
  121. object space 262144K, 29% used [0x0000000680000000,0x0000000684c8f888,0x0000000690000000)
  122. PSPermGen total 21248K, used 9136K [0x000000067ae00000, 0x000000067c2c0000, 0x0000000680000000)
  123. object space 21248K, 42% used [0x000000067ae00000,0x000000067b6ec288,0x000000067c2c0000)
  124.  
  125. Code Cache [0x00000000023f0000, 0x0000000002660000, 0x00000000053f0000)
  126. total_blobs=1019 nmethods=542 adapters=429 free_code_cache=47078Kb largest_free_block=48121664
  127.  
  128. Dynamic libraries:
  129. 0x000000013f0d0000 - 0x000000013f103000 C:\Program Files\Java\jdk1.7.0_02\bin\java.exe
  130. 0x0000000076da0000 - 0x0000000076f49000 C:\Windows\SYSTEM32\ntdll.dll
  131. 0x0000000076c80000 - 0x0000000076d9f000 C:\Windows\system32\kernel32.dll
  132. 0x000007fefd560000 - 0x000007fefd5cc000 C:\Windows\system32\KERNELBASE.dll
  133. 0x000007fefdf10000 - 0x000007fefdfeb000 C:\Windows\system32\ADVAPI32.dll
  134. 0x000007fefee00000 - 0x000007fefee9f000 C:\Windows\system32\msvcrt.dll
  135. 0x000007fefef10000 - 0x000007fefef2f000 C:\Windows\SYSTEM32\sechost.dll
  136. 0x000007fefd8b0000 - 0x000007fefd9dd000 C:\Windows\system32\RPCRT4.dll
  137. 0x00000000766c0000 - 0x00000000767ba000 C:\Windows\system32\USER32.dll
  138. 0x000007fefeea0000 - 0x000007fefef07000 C:\Windows\system32\GDI32.dll
  139. 0x000007fefdbc0000 - 0x000007fefdbce000 C:\Windows\system32\LPK.dll
  140. 0x000007fefdde0000 - 0x000007fefdea9000 C:\Windows\system32\USP10.dll
  141. 0x000007fefba20000 - 0x000007fefbc14000 C:\Windows\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df_6.0.7601.17514_none_fa396087175ac9ac\COMCTL32.dll
  142. 0x000007fefdff0000 - 0x000007fefe061000 C:\Windows\system32\SHLWAPI.dll
  143. 0x000007fefda80000 - 0x000007fefdaae000 C:\Windows\system32\IMM32.DLL
  144. 0x000007fefdab0000 - 0x000007fefdbb9000 C:\Windows\system32\MSCTF.dll
  145. 0x000000006bc30000 - 0x000000006bd01000 C:\Program Files\Java\jdk1.7.0_02\jre\bin\msvcr100.dll
  146. 0x000000006a840000 - 0x000000006af1a000 C:\Program Files\Java\jdk1.7.0_02\jre\bin\server\jvm.dll
  147. 0x000007feef280000 - 0x000007feef289000 C:\Windows\system32\WSOCK32.dll
  148. 0x000007fefdeb0000 - 0x000007fefdefd000 C:\Windows\system32\WS2_32.dll
  149. 0x000007fefdf00000 - 0x000007fefdf08000 C:\Windows\system32\NSI.dll
  150. 0x000007fefb1e0000 - 0x000007fefb21b000 C:\Windows\system32\WINMM.dll
  151. 0x0000000076f70000 - 0x0000000076f77000 C:\Windows\system32\PSAPI.DLL
  152. 0x0000000070010000 - 0x000000007001f000 C:\Program Files\Java\jdk1.7.0_02\jre\bin\verify.dll
  153. 0x000000006d550000 - 0x000000006d578000 C:\Program Files\Java\jdk1.7.0_02\jre\bin\java.dll
  154. 0x000000006d530000 - 0x000000006d545000 C:\Program Files\Java\jdk1.7.0_02\jre\bin\zip.dll
  155. 0x000000006fff0000 - 0x0000000070009000 C:\Program Files\Java\jdk1.7.0_02\jre\bin\net.dll
  156. 0x000007fefca70000 - 0x000007fefcac5000 C:\Windows\system32\mswsock.dll
  157. 0x000007fefca60000 - 0x000007fefca67000 C:\Windows\System32\wship6.dll
  158. 0x000000006d510000 - 0x000000006d521000 C:\Program Files\Java\jdk1.7.0_02\jre\bin\nio.dll
  159. 0x0000000180000000 - 0x000000018004e000 D:\Dropbox\DefeatThePurpose Workspace\lwjgl\native\windows\lwjgl64.dll
  160. 0x000007fedba80000 - 0x000007fedbb9d000 C:\Windows\system32\OPENGL32.dll
  161. 0x000007fef9290000 - 0x000007fef92bd000 C:\Windows\system32\GLU32.dll
  162. 0x000007fee7f40000 - 0x000007fee8031000 C:\Windows\system32\DDRAW.dll
  163. 0x000007fefbf20000 - 0x000007fefbf28000 C:\Windows\system32\DCIMAN32.dll
  164. 0x000007fefd5d0000 - 0x000007fefd7a7000 C:\Windows\system32\SETUPAPI.dll
  165. 0x000007fefd500000 - 0x000007fefd536000 C:\Windows\system32\CFGMGR32.dll
  166. 0x000007fefef30000 - 0x000007feff007000 C:\Windows\system32\OLEAUT32.dll
  167. 0x000007fefdbd0000 - 0x000007fefddd3000 C:\Windows\system32\ole32.dll
  168. 0x000007fefd540000 - 0x000007fefd55a000 C:\Windows\system32\DEVOBJ.dll
  169. 0x000007fefae30000 - 0x000007fefae48000 C:\Windows\system32\dwmapi.dll
  170. 0x000007fefc340000 - 0x000007fefc34c000 C:\Windows\system32\VERSION.dll
  171. 0x000007fefb940000 - 0x000007fefb996000 C:\Windows\system32\uxtheme.dll
  172. 0x000007fefaa80000 - 0x000007fefaa89000 C:\Windows\system32\atig6pxx.dll
  173. 0x0000000009760000 - 0x000000000b01d000 C:\Windows\system32\atio6axx.dll
  174. 0x00000000723f0000 - 0x00000000724d9000 C:\Windows\system32\aticfx64.dll
  175. 0x000007fef93a0000 - 0x000007fef9429000 C:\Windows\system32\atiadlxx.dll
  176. 0x000007fefe070000 - 0x000007fefedf8000 C:\Windows\system32\SHELL32.dll
  177. 0x000007fefc540000 - 0x000007fefc55e000 C:\Windows\system32\USERENV.dll
  178. 0x000007fefd200000 - 0x000007fefd20f000 C:\Windows\system32\profapi.dll
  179. 0x000007fefc350000 - 0x000007fefc361000 C:\Windows\system32\WTSAPI32.dll
  180. 0x000007fefd4c0000 - 0x000007fefd4fa000 C:\Windows\system32\WINTRUST.dll
  181. 0x000007fefd350000 - 0x000007fefd4b7000 C:\Windows\system32\CRYPT32.dll
  182. 0x000007fefd2a0000 - 0x000007fefd2af000 C:\Windows\system32\MSASN1.dll
  183. 0x000007fefa870000 - 0x000007fefa87e000 C:\Windows\system32\atig6txx.dll
  184. 0x000007fefd130000 - 0x000007fefd13f000 C:\Windows\system32\CRYPTBASE.dll
  185. 0x000007fef6130000 - 0x000007fef61cc000 C:\Windows\system32\mscms.dll
  186. 0x000007fef60e0000 - 0x000007fef6122000 C:\Windows\system32\icm32.dll
  187. 0x000000006b7b0000 - 0x000000006b944000 C:\Program Files\Java\jdk1.7.0_02\jre\bin\awt.dll
  188. 0x000000006d450000 - 0x000000006d484000 C:\Program Files\Java\jdk1.7.0_02\jre\bin\fontmanager.dll
  189. 0x000007feea9f0000 - 0x000007feeabef000 C:\Windows\system32\d3d9.dll
  190. 0x000007feee230000 - 0x000007feee237000 C:\Windows\system32\d3d8thk.dll
  191. 0x000007feea9e0000 - 0x000007feea9ee000 C:\Windows\system32\atiu9p64.dll
  192. 0x000000006ec80000 - 0x000000006f3b4000 C:\Windows\system32\atiumd64.dll
  193. 0x0000000070060000 - 0x000000007044f000 C:\Windows\system32\atiumd6a.dll
  194. 0x000000006c960000 - 0x000000006c9a1000 C:\Program Files\Java\jdk1.7.0_02\jre\bin\t2k.dll
  195. 0x000007fef7ba0000 - 0x000007fef7cc5000 C:\Windows\system32\dbghelp.dll
  196.  
  197. VM Arguments:
  198. jvm_args: -Dfile.encoding=UTF-8 -Djava.library.path=../lwjgl/native/windows
  199. java_command: dungeonwars.game.MainGame
  200. Launcher Type: SUN_STANDARD
  201.  
  202. Environment Variables:
  203. PATH=C:\Program Files (x86)\AMD APP\bin\x86_64;C:\Program Files (x86)\AMD APP\bin\x86;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files (x86)\ATI Technologies\ATI.ACE\Core-Static;C:\Program Files (x86)\Android\android-sdk\platform-tools
  204. USERNAME=Suds
  205. OS=Windows_NT
  206. PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 26 Stepping 4, GenuineIntel
  207.  
  208.  
  209.  
  210. --------------- S Y S T E M ---------------
  211.  
  212. OS: Windows 7 , 64 bit Build 7601 Service Pack 1
  213.  
  214. CPU:total 8 (4 cores per cpu, 2 threads per core) family 6 model 26 stepping 4, cmov, cx8, fxsr, mmx, sse, sse2, sse3, ssse3, sse4.1, sse4.2, popcnt, ht
  215.  
  216. Memory: 4k page, physical 25164088k(18484576k free), swap 50326328k(42739440k free)
  217.  
  218. vm_info: Java HotSpot(TM) 64-Bit Server VM (22.0-b10) for windows-amd64 JRE (1.7.0_02-b13), built on Nov 17 2011 13:51:15 by "java_re" with unknown MS VC++:1600
  219.  
  220. time: Mon Mar 05 15:16:08 2012
  221. elapsed time: 716 seconds
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement