Guest User

oke, wtf

a guest
Jan 21st, 2014
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 33.30 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=0x00000000539930fc, pid=5240, tid=2540
  5. #
  6. # JRE version: Java(TM) SE Runtime Environment (7.0_45-b18) (build 1.7.0_45-b18)
  7. # Java VM: Java HotSpot(TM) 64-Bit Server VM (24.45-b08 mixed mode windows-amd64 compressed oops)
  8. # Problematic frame:
  9. # C [atio6axx.dll+0x5930fc]
  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 (0x00000000001bf800): JavaThread "Client thread" [_thread_in_native, id=2540, stack(0x0000000002570000,0x0000000002670000)]
  22.  
  23. siginfo: ExceptionCode=0xc0000005, reading address 0xffffffffffffffff
  24.  
  25. Registers:
  26. RAX=0x3f0800a400000008, RBX=0x0000000010ccfb70, RCX=0x0000000054b44000, RDX=0x0000000021918518
  27. RSP=0x000000000266e5c0, RBP=0x0000000012888120, RSI=0x0000000021918530, RDI=0x0000000021918518
  28. R8 =0x000000000000020c, R9 =0x0000000000000004, R10=0x2100000000700000, R11=0x000000000266e5b0
  29. R12=0x0000000000000000, R13=0x00000000000000b4, R14=0x0000000021914530, R15=0x0000000000032092
  30. RIP=0x00000000539930fc, EFLAGS=0x0000000000010202
  31.  
  32. Top of Stack: (sp=0x000000000266e5c0)
  33. 0x000000000266e5c0: 0000000010ccfb70 0000000021918530
  34. 0x000000000266e5d0: 0000000021918500 0000000000000000
  35. 0x000000000266e5e0: 0000000044000000 0000000000000000
  36. 0x000000000266e5f0: 00000000001bf800 000000000266e708
  37. 0x000000000266e600: 00000000bc1cc3f8 0000000000000000
  38. 0x000000000266e610: 00000000c1fe9200 0000000000000000
  39. 0x000000000266e620: 000000000266e6c0 0000000002682a50
  40. 0x000000000266e630: 0000000000000000 0000000000000000
  41. 0x000000000266e640: 00000000bc1cc3f8 000000000c64108c
  42. 0x000000000266e650: 000000000c640ed0 000007fee807ac60
  43. 0x000000000266e660: 00000000c1d364b8 0000000000000000
  44. 0x000000000266e670: 00000000c1d364b8 00000000c1fbd070
  45. 0x000000000266e680: 000000000266e680 0000000000000000
  46. 0x000000000266e690: 000000000266e708 00000000bc1ef9f0
  47. 0x000000000266e6a0: 0000000000000000 00000000bc1cc3f8
  48. 0x000000000266e6b0: 0000000000000000 000000000266e6e0
  49.  
  50. Instructions: (pc=0x00000000539930fc)
  51. 0x00000000539930dc: f4 0f 1f 00 4d 85 f6 74 45 48 3b fe 73 40 48 8b
  52. 0x00000000539930ec: 07 48 85 c0 74 38 48 8d 0d 07 0f 1b 01 48 8b d7
  53. 0x00000000539930fc: ff d0 8b 47 08 48 83 c7 10 48 03 f8 48 3b fe 73
  54. 0x000000005399310c: 05 4c 39 27 75 ce 49 8b 0e 4c 8b f1 48 85 c9 74
  55.  
  56.  
  57. Register to memory mapping:
  58.  
  59. RAX=0x3f0800a400000008 is an unknown value
  60. RBX=0x0000000010ccfb70 is an unknown value
  61. RCX=0x0000000054b44000 is an unknown value
  62. RDX=0x0000000021918518 is an unknown value
  63. RSP=0x000000000266e5c0 is pointing into the stack for thread: 0x00000000001bf800
  64. RBP=0x0000000012888120 is an unknown value
  65. RSI=0x0000000021918530 is an unknown value
  66. RDI=0x0000000021918518 is an unknown value
  67. R8 =0x000000000000020c is an unknown value
  68. R9 =0x0000000000000004 is an unknown value
  69. R10=0x2100000000700000 is an unknown value
  70. R11=0x000000000266e5b0 is pointing into the stack for thread: 0x00000000001bf800
  71. R12=0x0000000000000000 is an unknown value
  72. R13=0x00000000000000b4 is an unknown value
  73. R14=0x0000000021914530 is an unknown value
  74. R15=0x0000000000032092 is an unknown value
  75.  
  76.  
  77. Stack: [0x0000000002570000,0x0000000002670000], sp=0x000000000266e5c0, free space=1017k
  78. Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
  79. C [atio6axx.dll+0x5930fc]
  80.  
  81. Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
  82. j org.lwjgl.opengl.GL11.nglCallLists(IIJJ)V+0
  83. j org.lwjgl.opengl.GL11.glCallLists(Ljava/nio/IntBuffer;)V+29
  84. J net.minecraft.client.renderer.RenderGlobal.renderSortedRenderersFast(IIID)I
  85. j net.minecraft.client.renderer.RenderGlobal.func_72724_a(IIID)I+12
  86. j net.minecraft.client.renderer.RenderGlobal.func_72719_a(Lnet/minecraft/entity/EntityLivingBase;ID)I+1662
  87. j net.minecraft.client.renderer.EntityRenderer.func_78471_a(FJ)V+652
  88. j net.minecraft.client.renderer.EntityRenderer.func_78480_b(F)V+772
  89. j net.minecraft.client.Minecraft.func_71411_J()V+350
  90. j net.minecraft.client.Minecraft.func_99999_d()V+61
  91. j net.minecraft.client.main.Main.main([Ljava/lang/String;)V+826
  92. v ~StubRoutines::call_stub
  93. j sun.reflect.NativeMethodAccessorImpl.invoke0(Ljava/lang/reflect/Method;Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+0
  94. j sun.reflect.NativeMethodAccessorImpl.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+87
  95. j sun.reflect.DelegatingMethodAccessorImpl.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+6
  96. j java.lang.reflect.Method.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+57
  97. j net.minecraft.launchwrapper.Launch.launch([Ljava/lang/String;)V+664
  98. j net.minecraft.launchwrapper.Launch.main([Ljava/lang/String;)V+8
  99. v ~StubRoutines::call_stub
  100.  
  101. --------------- P R O C E S S ---------------
  102.  
  103. Java Threads: ( => current thread )
  104. 0x000000000eee7800 JavaThread "Keep-Alive-Timer" daemon [_thread_blocked, id=3456, stack(0x00000000147a0000,0x00000000148a0000)]
  105. 0x0000000009e84000 JavaThread "Netty Client IO #15" daemon [_thread_in_native, id=2796, stack(0x0000000023830000,0x0000000023930000)]
  106. 0x000000000eeea800 JavaThread "Netty Client IO #13" daemon [_thread_in_native, id=6100, stack(0x000000001f580000,0x000000001f680000)]
  107. 0x000000000eeea000 JavaThread "Netty Client IO #14" daemon [_thread_in_native, id=3644, stack(0x0000000023650000,0x0000000023750000)]
  108. 0x000000000eee9000 JavaThread "Netty Client IO #12" daemon [_thread_in_native, id=1384, stack(0x0000000023260000,0x0000000023360000)]
  109. 0x000000000eee8800 JavaThread "Netty Client IO #11" daemon [_thread_in_native, id=3836, stack(0x00000000233f0000,0x00000000234f0000)]
  110. 0x0000000009e91000 JavaThread "Netty Client IO #10" daemon [_thread_in_native, id=888, stack(0x00000000202f0000,0x00000000203f0000)]
  111. 0x0000000009e93000 JavaThread "Netty Client IO #9" daemon [_thread_in_native, id=5780, stack(0x0000000023130000,0x0000000023230000)]
  112. 0x0000000009e91800 JavaThread "WrUpdateThread" [_thread_in_native, id=6876, stack(0x00000000122f0000,0x00000000123f0000)]
  113. 0x0000000009e8f800 JavaThread "Netty Client IO #8" daemon [_thread_in_native, id=4172, stack(0x0000000012160000,0x0000000012260000)]
  114. 0x0000000009e90000 JavaThread "Netty Client IO #7" daemon [_thread_in_native, id=744, stack(0x000000001d340000,0x000000001d440000)]
  115. 0x0000000009e8e800 JavaThread "Netty Client IO #6" daemon [_thread_in_native, id=2888, stack(0x000000001d210000,0x000000001d310000)]
  116. 0x0000000009e8e000 JavaThread "Netty Client IO #5" daemon [_thread_in_native, id=6796, stack(0x000000001cf20000,0x000000001d020000)]
  117. 0x0000000009e8d000 JavaThread "Netty Client IO #3" daemon [_thread_in_native, id=4212, stack(0x000000001b1c0000,0x000000001b2c0000)]
  118. 0x0000000009e8c800 JavaThread "Netty Client IO #1" daemon [_thread_in_native, id=7436, stack(0x000000001cab0000,0x000000001cbb0000)]
  119. 0x0000000009e8b800 JavaThread "Netty Client IO #0" daemon [_thread_in_native, id=1992, stack(0x000000001cd30000,0x000000001ce30000)]
  120. 0x0000000009e8b000 JavaThread "Netty Client IO #4" daemon [_thread_in_native, id=6616, stack(0x000000001cc00000,0x000000001cd00000)]
  121. 0x0000000009e8a000 JavaThread "Netty Client IO #2" daemon [_thread_in_native, id=3876, stack(0x000000001c720000,0x000000001c820000)]
  122. 0x0000000009e89800 JavaThread "Server Pinger #4" daemon [_thread_blocked, id=7860, stack(0x000000001c9b0000,0x000000001cab0000)]
  123. 0x0000000009e88800 JavaThread "Server Pinger #3" daemon [_thread_blocked, id=5576, stack(0x000000001c820000,0x000000001c920000)]
  124. 0x0000000009e88000 JavaThread "Server Pinger #2" daemon [_thread_blocked, id=6528, stack(0x000000001c620000,0x000000001c720000)]
  125. 0x0000000009e87000 JavaThread "Server Pinger #1" daemon [_thread_blocked, id=6268, stack(0x000000001b0c0000,0x000000001b1c0000)]
  126. 0x0000000009e86800 JavaThread "Thread-10" daemon [_thread_in_native, id=6820, stack(0x0000000013140000,0x0000000013240000)]
  127. 0x0000000009e85800 JavaThread "Server Pinger #0" daemon [_thread_blocked, id=6140, stack(0x0000000014f60000,0x0000000015060000)]
  128. 0x0000000009e85000 JavaThread "LWJGL Timer" daemon [_thread_blocked, id=7036, stack(0x000000001b2c0000,0x000000001b3c0000)]
  129. 0x000000000df2c000 JavaThread "Thread-8" [_thread_blocked, id=6344, stack(0x0000000014e60000,0x0000000014f60000)]
  130. 0x000000000d1a9800 JavaThread "Thread-7" [_thread_blocked, id=4200, stack(0x0000000014a10000,0x0000000014b10000)]
  131. 0x000000000dc71000 JavaThread "Java2D Disposer" daemon [_thread_blocked, id=5508, stack(0x000000000ebc0000,0x000000000ecc0000)]
  132. 0x000000000c9e8000 JavaThread "Timer hack thread" daemon [_thread_blocked, id=5348, stack(0x000000000ea20000,0x000000000eb20000)]
  133. 0x000000000d31f000 JavaThread "Snooper Timer" daemon [_thread_blocked, id=6896, stack(0x000000000ed30000,0x000000000ee30000)]
  134. 0x0000000009bdd800 JavaThread "Service Thread" daemon [_thread_blocked, id=6516, stack(0x000000000b5f0000,0x000000000b6f0000)]
  135. 0x0000000009bd7800 JavaThread "C2 CompilerThread1" daemon [_thread_blocked, id=1084, stack(0x000000000b2c0000,0x000000000b3c0000)]
  136. 0x0000000008a2b800 JavaThread "C2 CompilerThread0" daemon [_thread_blocked, id=3332, stack(0x000000000b3c0000,0x000000000b4c0000)]
  137. 0x0000000008a2a800 JavaThread "Attach Listener" daemon [_thread_blocked, id=5540, stack(0x000000000adc0000,0x000000000aec0000)]
  138. 0x0000000008a29800 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=7916, stack(0x000000000b0e0000,0x000000000b1e0000)]
  139. 0x0000000008a10000 JavaThread "Finalizer" daemon [_thread_blocked, id=4916, stack(0x000000000af50000,0x000000000b050000)]
  140. 0x0000000008a0f000 JavaThread "Reference Handler" daemon [_thread_blocked, id=3752, stack(0x000000000aae0000,0x000000000abe0000)]
  141. =>0x00000000001bf800 JavaThread "Client thread" [_thread_in_native, id=2540, stack(0x0000000002570000,0x0000000002670000)]
  142.  
  143. Other Threads:
  144. 0x0000000009b93800 VMThread [stack: 0x000000000ac60000,0x000000000ad60000] [id=4740]
  145. 0x0000000009bf6000 WatcherThread [stack: 0x000000000b880000,0x000000000b980000] [id=5696]
  146.  
  147. VM state:not at safepoint (normal execution)
  148.  
  149. VM Mutex/Monitor currently owned by a thread: None
  150.  
  151. Heap
  152. PSYoungGen total 313344K, used 206046K [0x00000000eaa80000, 0x0000000100000000, 0x0000000100000000)
  153. eden space 278016K, 74% used [0x00000000eaa80000,0x00000000f73b7998,0x00000000fba00000)
  154. from space 35328K, 0% used [0x00000000fba00000,0x00000000fba00000,0x00000000fdc80000)
  155. to space 34304K, 0% used [0x00000000fde80000,0x00000000fde80000,0x0000000100000000)
  156. ParOldGen total 147968K, used 92515K [0x00000000c0000000, 0x00000000c9080000, 0x00000000eaa80000)
  157. object space 147968K, 62% used [0x00000000c0000000,0x00000000c5a58e40,0x00000000c9080000)
  158. PSPermGen total 46592K, used 35052K [0x00000000bae00000, 0x00000000bdb80000, 0x00000000c0000000)
  159. object space 46592K, 75% used [0x00000000bae00000,0x00000000bd03b168,0x00000000bdb80000)
  160.  
  161. Card table byte_map: [0x0000000005670000,0x00000000058a0000] byte_map_base: 0x0000000005099000
  162.  
  163. Polling page: 0x0000000000120000
  164.  
  165. Code Cache [0x0000000002670000, 0x0000000002c90000, 0x0000000005670000)
  166. total_blobs=2597 nmethods=1851 adapters=697 free_code_cache=42979Kb largest_free_block=43929216
  167.  
  168. Compilation events (10 events):
  169. Event: 54.882 Thread 0x0000000008a2b800 2114 ! WrUpdateThread::finishUpdatedRenderers (73 bytes)
  170. Event: 54.888 Thread 0x0000000008a2b800 nmethod 2114 0x0000000002c8a550 code [0x0000000002c8a6c0, 0x0000000002c8acc8]
  171. Event: 55.010 Thread 0x0000000009bd7800 2115 org.lwjgl.opengl.GL11::glClear (19 bytes)
  172. Event: 55.013 Thread 0x0000000009bd7800 nmethod 2115 0x0000000002c70590 code [0x0000000002c70700, 0x0000000002c708c8]
  173. Event: 55.096 Thread 0x0000000008a2b800 2117 net.minecraft.block.material.MaterialTransparent::func_76220_a (2 bytes)
  174. Event: 55.096 Thread 0x0000000008a2b800 nmethod 2117 0x0000000002c58490 code [0x0000000002c585c0, 0x0000000002c58618]
  175. Event: 55.106 Thread 0x0000000009bd7800 2118 Config::isFastRender (7 bytes)
  176. Event: 55.106 Thread 0x0000000009bd7800 nmethod 2118 0x0000000002c6f110 code [0x0000000002c6f240, 0x0000000002c6f298]
  177. Event: 55.198 Thread 0x0000000008a2b800 2119 net.minecraft.entity.player.EntityPlayer::func_71052_bv (5 bytes)
  178. Event: 55.198 Thread 0x0000000008a2b800 nmethod 2119 0x0000000002c6ef10 code [0x0000000002c6f040, 0x0000000002c6f098]
  179.  
  180. GC Heap History (10 events):
  181. Event: 53.644 GC heap before
  182. {Heap before GC invocations=35 (full 10):
  183. PSYoungGen total 308736K, used 5049K [0x00000000eaa80000, 0x0000000100000000, 0x0000000100000000)
  184. eden space 271360K, 0% used [0x00000000eaa80000,0x00000000eaa80000,0x00000000fb380000)
  185. from space 37376K, 13% used [0x00000000fb380000,0x00000000fb86e570,0x00000000fd800000)
  186. to space 36352K, 0% used [0x00000000fdc80000,0x00000000fdc80000,0x0000000100000000)
  187. ParOldGen total 147968K, used 97766K [0x00000000c0000000, 0x00000000c9080000, 0x00000000eaa80000)
  188. object space 147968K, 66% used [0x00000000c0000000,0x00000000c5f79b50,0x00000000c9080000)
  189. PSPermGen total 51712K, used 35046K [0x00000000bae00000, 0x00000000be080000, 0x00000000c0000000)
  190. object space 51712K, 67% used [0x00000000bae00000,0x00000000bd039978,0x00000000be080000)
  191. Event: 53.843 GC heap after
  192. Heap after GC invocations=35 (full 10):
  193. PSYoungGen total 308736K, used 0K [0x00000000eaa80000, 0x0000000100000000, 0x0000000100000000)
  194. eden space 271360K, 0% used [0x00000000eaa80000,0x00000000eaa80000,0x00000000fb380000)
  195. from space 37376K, 0% used [0x00000000fb380000,0x00000000fb380000,0x00000000fd800000)
  196. to space 36352K, 0% used [0x00000000fdc80000,0x00000000fdc80000,0x0000000100000000)
  197. ParOldGen total 147968K, used 91101K [0x00000000c0000000, 0x00000000c9080000, 0x00000000eaa80000)
  198. object space 147968K, 61% used [0x00000000c0000000,0x00000000c58f75a8,0x00000000c9080000)
  199. PSPermGen total 50176K, used 35045K [0x00000000bae00000, 0x00000000bdf00000, 0x00000000c0000000)
  200. object space 50176K, 69% used [0x00000000bae00000,0x00000000bd0396f8,0x00000000bdf00000)
  201. }
  202. Event: 53.856 GC heap before
  203. {Heap before GC invocations=36 (full 10):
  204. PSYoungGen total 308736K, used 6479K [0x00000000eaa80000, 0x0000000100000000, 0x0000000100000000)
  205. eden space 271360K, 2% used [0x00000000eaa80000,0x00000000eb0d3f60,0x00000000fb380000)
  206. from space 37376K, 0% used [0x00000000fb380000,0x00000000fb380000,0x00000000fd800000)
  207. to space 36352K, 0% used [0x00000000fdc80000,0x00000000fdc80000,0x0000000100000000)
  208. ParOldGen total 147968K, used 91101K [0x00000000c0000000, 0x00000000c9080000, 0x00000000eaa80000)
  209. object space 147968K, 61% used [0x00000000c0000000,0x00000000c58f75a8,0x00000000c9080000)
  210. PSPermGen total 50176K, used 35046K [0x00000000bae00000, 0x00000000bdf00000, 0x00000000c0000000)
  211. object space 50176K, 69% used [0x00000000bae00000,0x00000000bd0398b8,0x00000000bdf00000)
  212. Event: 53.859 GC heap after
  213. Heap after GC invocations=36 (full 10):
  214. PSYoungGen total 314368K, used 1733K [0x00000000eaa80000, 0x0000000100000000, 0x0000000100000000)
  215. eden space 278016K, 0% used [0x00000000eaa80000,0x00000000eaa80000,0x00000000fba00000)
  216. from space 36352K, 4% used [0x00000000fdc80000,0x00000000fde31550,0x0000000100000000)
  217. to space 35328K, 0% used [0x00000000fba00000,0x00000000fba00000,0x00000000fdc80000)
  218. ParOldGen total 147968K, used 91101K [0x00000000c0000000, 0x00000000c9080000, 0x00000000eaa80000)
  219. object space 147968K, 61% used [0x00000000c0000000,0x00000000c58f75a8,0x00000000c9080000)
  220. PSPermGen total 50176K, used 35046K [0x00000000bae00000, 0x00000000bdf00000, 0x00000000c0000000)
  221. object space 50176K, 69% used [0x00000000bae00000,0x00000000bd0398b8,0x00000000bdf00000)
  222. }
  223. Event: 53.859 GC heap before
  224. {Heap before GC invocations=37 (full 11):
  225. PSYoungGen total 314368K, used 1733K [0x00000000eaa80000, 0x0000000100000000, 0x0000000100000000)
  226. eden space 278016K, 0% used [0x00000000eaa80000,0x00000000eaa80000,0x00000000fba00000)
  227. from space 36352K, 4% used [0x00000000fdc80000,0x00000000fde31550,0x0000000100000000)
  228. to space 35328K, 0% used [0x00000000fba00000,0x00000000fba00000,0x00000000fdc80000)
  229. ParOldGen total 147968K, used 91101K [0x00000000c0000000, 0x00000000c9080000, 0x00000000eaa80000)
  230. object space 147968K, 61% used [0x00000000c0000000,0x00000000c58f75a8,0x00000000c9080000)
  231. PSPermGen total 50176K, used 35046K [0x00000000bae00000, 0x00000000bdf00000, 0x00000000c0000000)
  232. object space 50176K, 69% used [0x00000000bae00000,0x00000000bd0398b8,0x00000000bdf00000)
  233. Event: 53.933 GC heap after
  234. Heap after GC invocations=37 (full 11):
  235. PSYoungGen total 314368K, used 0K [0x00000000eaa80000, 0x0000000100000000, 0x0000000100000000)
  236. eden space 278016K, 0% used [0x00000000eaa80000,0x00000000eaa80000,0x00000000fba00000)
  237. from space 36352K, 0% used [0x00000000fdc80000,0x00000000fdc80000,0x0000000100000000)
  238. to space 35328K, 0% used [0x00000000fba00000,0x00000000fba00000,0x00000000fdc80000)
  239. ParOldGen total 147968K, used 91958K [0x00000000c0000000, 0x00000000c9080000, 0x00000000eaa80000)
  240. object space 147968K, 62% used [0x00000000c0000000,0x00000000c59cd8e8,0x00000000c9080000)
  241. PSPermGen total 48128K, used 35046K [0x00000000bae00000, 0x00000000bdd00000, 0x00000000c0000000)
  242. object space 48128K, 72% used [0x00000000bae00000,0x00000000bd0398b8,0x00000000bdd00000)
  243. }
  244. Event: 53.937 GC heap before
  245. {Heap before GC invocations=38 (full 11):
  246. PSYoungGen total 314368K, used 3660K [0x00000000eaa80000, 0x0000000100000000, 0x0000000100000000)
  247. eden space 278016K, 1% used [0x00000000eaa80000,0x00000000eae133c0,0x00000000fba00000)
  248. from space 36352K, 0% used [0x00000000fdc80000,0x00000000fdc80000,0x0000000100000000)
  249. to space 35328K, 0% used [0x00000000fba00000,0x00000000fba00000,0x00000000fdc80000)
  250. ParOldGen total 147968K, used 91958K [0x00000000c0000000, 0x00000000c9080000, 0x00000000eaa80000)
  251. object space 147968K, 62% used [0x00000000c0000000,0x00000000c59cd8e8,0x00000000c9080000)
  252. PSPermGen total 48128K, used 35046K [0x00000000bae00000, 0x00000000bdd00000, 0x00000000c0000000)
  253. object space 48128K, 72% used [0x00000000bae00000,0x00000000bd0398b8,0x00000000bdd00000)
  254. Event: 53.939 GC heap after
  255. Heap after GC invocations=38 (full 11):
  256. PSYoungGen total 313344K, used 1266K [0x00000000eaa80000, 0x0000000100000000, 0x0000000100000000)
  257. eden space 278016K, 0% used [0x00000000eaa80000,0x00000000eaa80000,0x00000000fba00000)
  258. from space 35328K, 3% used [0x00000000fba00000,0x00000000fbb3cab0,0x00000000fdc80000)
  259. to space 34304K, 0% used [0x00000000fde80000,0x00000000fde80000,0x0000000100000000)
  260. ParOldGen total 147968K, used 91958K [0x00000000c0000000, 0x00000000c9080000, 0x00000000eaa80000)
  261. object space 147968K, 62% used [0x00000000c0000000,0x00000000c59cd8e8,0x00000000c9080000)
  262. PSPermGen total 48128K, used 35046K [0x00000000bae00000, 0x00000000bdd00000, 0x00000000c0000000)
  263. object space 48128K, 72% used [0x00000000bae00000,0x00000000bd0398b8,0x00000000bdd00000)
  264. }
  265. Event: 53.939 GC heap before
  266. {Heap before GC invocations=39 (full 12):
  267. PSYoungGen total 313344K, used 1266K [0x00000000eaa80000, 0x0000000100000000, 0x0000000100000000)
  268. eden space 278016K, 0% used [0x00000000eaa80000,0x00000000eaa80000,0x00000000fba00000)
  269. from space 35328K, 3% used [0x00000000fba00000,0x00000000fbb3cab0,0x00000000fdc80000)
  270. to space 34304K, 0% used [0x00000000fde80000,0x00000000fde80000,0x0000000100000000)
  271. ParOldGen total 147968K, used 91958K [0x00000000c0000000, 0x00000000c9080000, 0x00000000eaa80000)
  272. object space 147968K, 62% used [0x00000000c0000000,0x00000000c59cd8e8,0x00000000c9080000)
  273. PSPermGen total 48128K, used 35046K [0x00000000bae00000, 0x00000000bdd00000, 0x00000000c0000000)
  274. object space 48128K, 72% used [0x00000000bae00000,0x00000000bd0398b8,0x00000000bdd00000)
  275. Event: 54.007 GC heap after
  276. Heap after GC invocations=39 (full 12):
  277. PSYoungGen total 313344K, used 0K [0x00000000eaa80000, 0x0000000100000000, 0x0000000100000000)
  278. eden space 278016K, 0% used [0x00000000eaa80000,0x00000000eaa80000,0x00000000fba00000)
  279. from space 35328K, 0% used [0x00000000fba00000,0x00000000fba00000,0x00000000fdc80000)
  280. to space 34304K, 0% used [0x00000000fde80000,0x00000000fde80000,0x0000000100000000)
  281. ParOldGen total 147968K, used 92515K [0x00000000c0000000, 0x00000000c9080000, 0x00000000eaa80000)
  282. object space 147968K, 62% used [0x00000000c0000000,0x00000000c5a58e40,0x00000000c9080000)
  283. PSPermGen total 46592K, used 35046K [0x00000000bae00000, 0x00000000bdb80000, 0x00000000c0000000)
  284. object space 46592K, 75% used [0x00000000bae00000,0x00000000bd0398b8,0x00000000bdb80000)
  285. }
  286.  
  287. Deoptimization events (10 events):
  288. Event: 42.525 Thread 0x0000000009e91800 Uncommon trap: reason=bimorphic action=maybe_recompile pc=0x0000000002bdee78 method=net.minecraft.block.BlockLeaves.func_149720_d(Lnet/minecraft/world/IBlockAccess;III)I @ 52
  289. Event: 47.487 Thread 0x00000000001bf800 Uncommon trap: reason=array_check action=maybe_recompile pc=0x000000000299a6f4 method=java.util.TimSort.binarySort([Ljava/lang/Object;IIILjava/util/Comparator;)V @ 193
  290. Event: 47.487 Thread 0x00000000001bf800 Uncommon trap: reason=array_check action=maybe_recompile pc=0x000000000299a63c method=java.util.TimSort.binarySort([Ljava/lang/Object;IIILjava/util/Comparator;)V @ 215
  291. Event: 47.487 Thread 0x00000000001bf800 Uncommon trap: reason=array_check action=maybe_recompile pc=0x000000000299a7ac method=java.util.TimSort.binarySort([Ljava/lang/Object;IIILjava/util/Comparator;)V @ 183
  292. Event: 47.487 Thread 0x00000000001bf800 Uncommon trap: reason=array_check action=maybe_recompile pc=0x000000000299a7ac method=java.util.TimSort.binarySort([Ljava/lang/Object;IIILjava/util/Comparator;)V @ 183
  293. Event: 49.286 Thread 0x00000000001bf800 Uncommon trap: reason=unloaded action=reinterpret pc=0x0000000002a9f8f0 method=net.minecraft.profiler.Profiler.func_76320_a(Ljava/lang/String;)V @ 28
  294. Event: 49.292 Thread 0x00000000001bf800 Uncommon trap: reason=unreached action=reinterpret pc=0x0000000002c0043c method=java.util.Formatter$FormatSpecifier.precision(Ljava/lang/String;)I @ 6
  295. Event: 53.638 Thread 0x00000000001bf800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x0000000002a2e348 method=net.minecraft.world.World.func_72826_c(F)F @ 12
  296. Event: 53.853 Thread 0x00000000001bf800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x0000000002b6ed74 method=net.minecraft.world.World.func_94576_a(Lnet/minecraft/entity/Entity;Lnet/minecraft/util/AxisAlignedBB;Lnet/minecraft/command/IEntitySelector;)Ljava/util/List; @ 123
  297. Event: 53.853 Thread 0x00000000001bf800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x0000000002a2e348 method=net.minecraft.world.World.func_72826_c(F)F @ 12
  298.  
  299. Internal exceptions (10 events):
  300. Event: 55.149 Thread 0x000000000d1a9800 Threw 0x00000000eae16e18 at C:\re\jdk7u45\229\hotspot\src\share\vm\prims\jvm.cpp:2965
  301. Event: 55.160 Thread 0x000000000d1a9800 Threw 0x00000000eae16fd8 at C:\re\jdk7u45\229\hotspot\src\share\vm\prims\jvm.cpp:2965
  302. Event: 55.170 Thread 0x000000000d1a9800 Threw 0x00000000eae17198 at C:\re\jdk7u45\229\hotspot\src\share\vm\prims\jvm.cpp:2965
  303. Event: 55.182 Thread 0x000000000d1a9800 Threw 0x00000000eae17358 at C:\re\jdk7u45\229\hotspot\src\share\vm\prims\jvm.cpp:2965
  304. Event: 55.194 Thread 0x000000000d1a9800 Threw 0x00000000eae17518 at C:\re\jdk7u45\229\hotspot\src\share\vm\prims\jvm.cpp:2965
  305. Event: 55.205 Thread 0x000000000d1a9800 Threw 0x00000000eae176d8 at C:\re\jdk7u45\229\hotspot\src\share\vm\prims\jvm.cpp:2965
  306. Event: 55.215 Thread 0x000000000d1a9800 Threw 0x00000000eae17898 at C:\re\jdk7u45\229\hotspot\src\share\vm\prims\jvm.cpp:2965
  307. Event: 55.226 Thread 0x000000000d1a9800 Threw 0x00000000eae17a58 at C:\re\jdk7u45\229\hotspot\src\share\vm\prims\jvm.cpp:2965
  308. Event: 55.240 Thread 0x000000000d1a9800 Threw 0x00000000eae17c18 at C:\re\jdk7u45\229\hotspot\src\share\vm\prims\jvm.cpp:2965
  309. Event: 55.251 Thread 0x000000000d1a9800 Threw 0x00000000eae17dd8 at C:\re\jdk7u45\229\hotspot\src\share\vm\prims\jvm.cpp:2965
  310.  
  311. Events (10 events):
  312. Event: 53.853 Thread 0x00000000001bf800 DEOPT PACKING pc=0x0000000002a2e348 sp=0x000000000266e7d0
  313. Event: 53.853 Thread 0x00000000001bf800 DEOPT UNPACKING pc=0x00000000026a9064 sp=0x000000000266e780 mode 2
  314. Event: 53.856 Executing VM operation: ParallelGCSystemGC
  315. Event: 53.933 Executing VM operation: ParallelGCSystemGC done
  316. Event: 53.937 Executing VM operation: ParallelGCSystemGC
  317. Event: 54.007 Executing VM operation: ParallelGCSystemGC done
  318. Event: 54.029 Thread 0x0000000008a2b800 flushing nmethod 0x000000000299a150
  319. Event: 54.292 Executing VM operation: RevokeBias
  320. Event: 54.292 Executing VM operation: RevokeBias done
  321. Event: 54.292 Thread 0x000000000eeed800 Thread exited: 0x000000000eeed800
  322.  
  323.  
  324. Dynamic libraries:
  325. 0x000000013f870000 - 0x000000013f8a3000 C:\Program Files\Java\jre7\bin\javaw.exe
  326. 0x0000000077990000 - 0x0000000077b39000 C:\Windows\SYSTEM32\ntdll.dll
  327. 0x0000000077870000 - 0x000000007798f000 C:\Windows\system32\kernel32.dll
  328. 0x000007fefda60000 - 0x000007fefdacb000 C:\Windows\system32\KERNELBASE.dll
  329. 0x000007feff180000 - 0x000007feff25b000 C:\Windows\system32\ADVAPI32.dll
  330. 0x000007feff380000 - 0x000007feff41f000 C:\Windows\system32\msvcrt.dll
  331. 0x000007fefefb0000 - 0x000007fefefcf000 C:\Windows\SYSTEM32\sechost.dll
  332. 0x000007fefefd0000 - 0x000007feff0fd000 C:\Windows\system32\RPCRT4.dll
  333. 0x0000000077770000 - 0x000000007786a000 C:\Windows\system32\USER32.dll
  334. 0x000007fefdd90000 - 0x000007fefddf7000 C:\Windows\system32\GDI32.dll
  335. 0x000007fefdce0000 - 0x000007fefdcee000 C:\Windows\system32\LPK.dll
  336. 0x000007fefdc10000 - 0x000007fefdcd9000 C:\Windows\system32\USP10.dll
  337. 0x000007fefc170000 - 0x000007fefc364000 C:\Windows\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df_6.0.7601.17514_none_fa396087175ac9ac\COMCTL32.dll
  338. 0x000007feff100000 - 0x000007feff171000 C:\Windows\system32\SHLWAPI.dll
  339. 0x000007feffc70000 - 0x000007feffc9e000 C:\Windows\system32\IMM32.DLL
  340. 0x000007feff270000 - 0x000007feff379000 C:\Windows\system32\MSCTF.dll
  341. 0x000000005d910000 - 0x000000005d9e2000 C:\Program Files\Java\jre7\bin\msvcr100.dll
  342. 0x0000000050900000 - 0x00000000510c9000 C:\Program Files\Java\jre7\bin\server\jvm.dll
  343. 0x000007feeebf0000 - 0x000007feeebf9000 C:\Windows\system32\WSOCK32.dll
  344. 0x000007feff890000 - 0x000007feff8dd000 C:\Windows\system32\WS2_32.dll
  345. 0x000007feff260000 - 0x000007feff268000 C:\Windows\system32\NSI.dll
  346. 0x000007fefb260000 - 0x000007fefb29b000 C:\Windows\system32\WINMM.dll
  347. 0x0000000077b60000 - 0x0000000077b67000 C:\Windows\system32\PSAPI.DLL
  348. 0x000000006d560000 - 0x000000006d56f000 C:\Program Files\Java\jre7\bin\verify.dll
  349. 0x0000000069a50000 - 0x0000000069a78000 C:\Program Files\Java\jre7\bin\java.dll
  350. 0x000000006ca70000 - 0x000000006ca85000 C:\Program Files\Java\jre7\bin\zip.dll
  351. 0x000000006c920000 - 0x000000006c92b000 C:\Program Files\Java\jre7\bin\management.dll
  352. 0x0000000069a30000 - 0x0000000069a49000 C:\Program Files\Java\jre7\bin\net.dll
  353. 0x000007fefcfb0000 - 0x000007fefd005000 C:\Windows\system32\mswsock.dll
  354. 0x000007fefcfa0000 - 0x000007fefcfa7000 C:\Windows\System32\wship6.dll
  355. 0x000000005fa50000 - 0x000000005fa61000 C:\Program Files\Java\jre7\bin\nio.dll
  356. 0x000007fefb240000 - 0x000007fefb255000 C:\Windows\system32\NLAapi.dll
  357. 0x000007fef7450000 - 0x000007fef7465000 C:\Windows\system32\napinsp.dll
  358. 0x000007fef74b0000 - 0x000007fef74c9000 C:\Windows\system32\pnrpnsp.dll
  359. 0x000007fefce30000 - 0x000007fefce8b000 C:\Windows\system32\DNSAPI.dll
  360. 0x000007fef74a0000 - 0x000007fef74ab000 C:\Windows\System32\winrnr.dll
  361. 0x000007fef88a0000 - 0x000007fef88cf000 C:\Program Files\Common Files\Microsoft Shared\Windows Live\WLIDNSP.DLL
  362. 0x000000006cce0000 - 0x000000006cd06000 C:\Program Files\Bonjour\mdnsNSP.dll
  363. 0x000007fefad60000 - 0x000007fefad87000 C:\Windows\system32\Iphlpapi.DLL
  364. 0x000007fefad50000 - 0x000007fefad5b000 C:\Windows\system32\WINNSI.DLL
  365. 0x000007fefc920000 - 0x000007fefc927000 C:\Windows\System32\wshtcpip.dll
  366. 0x000007fef8890000 - 0x000007fef8898000 C:\Windows\system32\rasadhlp.dll
  367. 0x000007fefa910000 - 0x000007fefa963000 C:\Windows\System32\fwpuclnt.dll
  368. 0x000000005fa30000 - 0x000000005fa45000 C:\Program Files\Java\jre7\bin\unpack.dll
  369. 0x0000000180000000 - 0x0000000180050000 C:\Users\AMD\AppData\Roaming\.minecraft\versions\1.7.2-Forge10.12.0.1012\1.7.2-Forge10.12.0.1012-natives-89276362990775\lwjgl64.dll
  370. 0x000007fee7fa0000 - 0x000007fee80bd000 C:\Windows\system32\OPENGL32.dll
  371. 0x000007fefa970000 - 0x000007fefa99d000 C:\Windows\system32\GLU32.dll
  372. 0x000007fee6ac0000 - 0x000007fee6bb1000 C:\Windows\system32\DDRAW.dll
  373. 0x000007fefb790000 - 0x000007fefb798000 C:\Windows\system32\DCIMAN32.dll
  374. 0x000007fefec70000 - 0x000007fefee47000 C:\Windows\system32\SETUPAPI.dll
  375. 0x000007fefd9f0000 - 0x000007fefda26000 C:\Windows\system32\CFGMGR32.dll
  376. 0x000007feff8e0000 - 0x000007feff9b7000 C:\Windows\system32\OLEAUT32.dll
  377. 0x000007feff440000 - 0x000007feff643000 C:\Windows\system32\ole32.dll
  378. 0x000007fefd9d0000 - 0x000007fefd9ea000 C:\Windows\system32\DEVOBJ.dll
  379. 0x000007fefbaa0000 - 0x000007fefbab8000 C:\Windows\system32\dwmapi.dll
  380. 0x000007fefc800000 - 0x000007fefc80c000 C:\Windows\system32\VERSION.dll
  381. 0x000007fefd010000 - 0x000007fefd027000 C:\Windows\system32\CRYPTSP.dll
  382. 0x000007fefcd10000 - 0x000007fefcd57000 C:\Windows\system32\rsaenh.dll
  383. 0x000007fefca40000 - 0x000007fefca5e000 C:\Windows\system32\USERENV.dll
  384. 0x000007fefd740000 - 0x000007fefd74f000 C:\Windows\system32\profapi.dll
  385. 0x000007fefd670000 - 0x000007fefd67f000 C:\Windows\system32\CRYPTBASE.dll
  386. 0x000000005d770000 - 0x000000005d905000 C:\Program Files\Java\jre7\bin\awt.dll
  387. 0x000007fefbf90000 - 0x000007fefbfe6000 C:\Windows\system32\uxtheme.dll
  388. 0x000007fefacc0000 - 0x000007fefacd8000 C:\Windows\system32\atig6pxx.dll
  389. 0x0000000053400000 - 0x0000000054cb5000 C:\Windows\system32\atio6axx.dll
  390. 0x000007fefaa80000 - 0x000007fefab4f000 C:\Windows\system32\atiadlxx.dll
  391. 0x000007fefde80000 - 0x000007fefec08000 C:\Windows\system32\SHELL32.dll
  392. 0x000007fefbff0000 - 0x000007fefc11c000 C:\Windows\system32\PROPSYS.dll
  393. 0x000007fefc900000 - 0x000007fefc911000 C:\Windows\system32\WTSAPI32.dll
  394. 0x000007fefd970000 - 0x000007fefd9aa000 C:\Windows\system32\WINTRUST.dll
  395. 0x000007fefd800000 - 0x000007fefd96c000 C:\Windows\system32\CRYPT32.dll
  396. 0x000007fefd7e0000 - 0x000007fefd7ef000 C:\Windows\system32\MSASN1.dll
  397. 0x000007fefbc80000 - 0x000007fefbdb0000 C:\Windows\system32\aticfx64.dll
  398. 0x000007fef86e0000 - 0x000007fef86fe000 C:\Windows\system32\atig6txx.dll
  399. 0x000007fef7a90000 - 0x000007fef7b2c000 C:\Windows\system32\mscms.dll
  400. 0x000007fee5dd0000 - 0x000007fee5e12000 C:\Windows\system32\icm32.dll
  401. 0x000000006dc10000 - 0x000000006dc40000 C:\Program Files\Java\jre7\bin\jpeg.dll
  402. 0x0000000006200000 - 0x0000000006264000 C:\Users\AMD\AppData\Roaming\.minecraft\versions\1.7.2-Forge10.12.0.1012\1.7.2-Forge10.12.0.1012-natives-89276362990775\OpenAL64.dll
  403. 0x000007fefdcf0000 - 0x000007fefdd89000 C:\Windows\system32\CLBCatQ.DLL
  404. 0x000007fefbad0000 - 0x000007fefbb1b000 C:\Windows\System32\MMDevApi.dll
  405. 0x000007fef5150000 - 0x000007fef51d8000 C:\Windows\system32\dsound.dll
  406. 0x000007fefc8d0000 - 0x000007fefc8fc000 C:\Windows\system32\POWRPROF.dll
  407. 0x000007fefaf00000 - 0x000007fefaf4f000 C:\Windows\system32\AUDIOSES.DLL
  408. 0x000000005d6f0000 - 0x000000005d714000 C:\Program Files\Java\jre7\bin\sunec.dll
  409. 0x000000006cd10000 - 0x000000006cd1b000 C:\Program Files\Java\jre7\bin\sunmscapi.dll
  410. 0x000007fefa870000 - 0x000007fefa888000 C:\Windows\system32\dhcpcsvc.DLL
  411. 0x000007fee02a0000 - 0x000007fee03c5000 C:\Windows\system32\dbghelp.dll
  412.  
  413. VM Arguments:
  414. jvm_args: -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx1G -Dfml.ignorePatchDiscrepancies=true -Djava.library.path=C:\Users\AMD\AppData\Roaming\.minecraft\versions\1.7.2-Forge10.12.0.1012\1.7.2-Forge10.12.0.1012-natives-89276362990775
  415. java_command: net.minecraft.launchwrapper.Launch --username PhoenixDoom --version 1.7.2-Forge10.12.0.1012 --gameDir C:\Users\AMD\AppData\Roaming\.minecraft --assetsDir C:\Users\AMD\AppData\Roaming\.minecraft\assets\virtual\legacy --uuid 8953dfd40782480994d12babdce44182 --accessToken 3a6d57f7e5d34a2fb5ef332e169d1009 --tweakClass cpw.mods.fml.common.launcher.FMLTweaker
  416. Launcher Type: SUN_STANDARD
  417.  
  418. Environment Variables:
  419. CLASSPATH=C:\Program Files\Java\jre7\bin
  420. PATH=C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\system32\WindowsPowerShell\v1.0;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\system32\WindowsPowerShell\v1.0;;c:\path\to\jre\bin;C:\Program Files\Java\jre7\bin
  421. USERNAME=AMD
  422. OS=Windows_NT
  423. PROCESSOR_IDENTIFIER=AMD64 Family 21 Model 2 Stepping 0, AuthenticAMD
  424.  
  425.  
  426.  
  427. --------------- S Y S T E M ---------------
  428.  
  429. OS: Windows 7 , 64 bit Build 7601 Service Pack 1
  430.  
  431. CPU:total 8 (8 cores per cpu, 1 threads per core) family 21 model 2 stepping 0, cmov, cx8, fxsr, mmx, sse, sse2, sse3, ssse3, sse4.1, sse4.2, popcnt, avx, aes, mmxext, 3dnowpref, lzcnt, sse4a, tsc, tscinvbit, tscinv
  432.  
  433. Memory: 4k page, physical 8367744k(5282856k free), swap 16733624k(12202436k free)
  434.  
  435. vm_info: Java HotSpot(TM) 64-Bit Server VM (24.45-b08) for windows-amd64 JRE (1.7.0_45-b18), built on Oct 8 2013 05:47:22 by "java_re" with unknown MS VC++:1600
  436.  
  437. time: Tue Jan 21 16:36:20 2014
  438. elapsed time: 55 seconds
Add Comment
Please, Sign In to add comment