Advertisement
JustxMeg

Untitled

Dec 2nd, 2016
786
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 30.03 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=0x00000000, pid=7384, tid=0x000019dc
  5. #
  6. # JRE version: Java(TM) SE Runtime Environment (8.0_111-b14) (build 1.8.0_111-b14)
  7. # Java VM: Java HotSpot(TM) Client VM (25.111-b14 mixed mode, sharing windows-x86 )
  8. # Problematic frame:
  9. # C 0x00000000
  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.java.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 (0x0ee45800): JavaThread "QuantumRenderer-0" daemon [_thread_in_native, id=6620, stack(0x0f560000,0x0f5b0000)]
  22.  
  23. siginfo: ExceptionCode=0xc0000005, ExceptionInformation=0x00000008 0x00000000
  24.  
  25. Registers:
  26. EAX=0x00000000, EBX=0x00000000, ECX=0x112776c0, EDX=0x00000000
  27. ESP=0x0f5ae414, EBP=0x0f5ae438, ESI=0x0f75812c, EDI=0x0f755e00
  28. EIP=0x00000000, EFLAGS=0x00010297
  29.  
  30. Top of Stack: (sp=0x0f5ae414)
  31. 0x0f5ae414: 60047107 01123698 0f5ae428 0f755e00
  32. 0x0f5ae424: 11281680 00000000 112776c0 0f5ae440
  33. 0x0f5ae434: 00000001 0f5ae4e8 6004ea8e 0f755e00
  34. 0x0f5ae444: 0f5ae4a0 11281680 00000136 00000000
  35. 0x0f5ae454: 0f755e00 11281680 00000000 00000000
  36. 0x0f5ae464: 00000000 00000000 00000000 00000000
  37. 0x0f5ae474: 00000000 00000000 00000000 00000000
  38. 0x0f5ae484: 00000000 00000000 00000000 00000000
  39.  
  40. Instructions: (pc=0x00000000)
  41. 0xffffffe0:
  42.  
  43.  
  44. Register to memory mapping:
  45.  
  46. EAX=0x00000000 is an unknown value
  47. EBX=0x00000000 is an unknown value
  48. ECX=0x112776c0 is an unknown value
  49. EDX=0x00000000 is an unknown value
  50. ESP=0x0f5ae414 is pointing into the stack for thread: 0x0ee45800
  51. EBP=0x0f5ae438 is pointing into the stack for thread: 0x0ee45800
  52. ESI=0x0f75812c is an unknown value
  53. EDI=0x0f755e00 is an unknown value
  54.  
  55.  
  56. Stack: [0x0f560000,0x0f5b0000], sp=0x0f5ae414, free space=313k
  57. Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
  58. j com.sun.prism.d3d.D3DResourceFactory.nUpdateTextureB(JJLjava/nio/ByteBuffer;[BIIIIIIII)I+0
  59. j com.sun.prism.d3d.D3DTexture.update(Ljava/nio/Buffer;Lcom/sun/prism/PixelFormat;IIIIIII)V+205
  60. j com.sun.prism.d3d.D3DTexture.update(Ljava/nio/Buffer;Lcom/sun/prism/PixelFormat;IIIIIIIZ)V+89
  61. j com.sun.prism.impl.BaseContext.flushMask()V+62
  62. j com.sun.prism.impl.BaseContext.drawQuads([F[BI)V+1
  63. j com.sun.prism.impl.VertexBuffer.flush()V+23
  64. j com.sun.prism.impl.BaseContext.flushVertexBuffer()V+4
  65. j com.sun.prism.impl.ps.BaseShaderContext.setRenderTarget(Lcom/sun/prism/RenderTarget;Lcom/sun/javafx/sg/prism/NGCamera;ZZ)V+69
  66. j com.sun.prism.impl.BaseContext.setRenderTarget(Lcom/sun/prism/impl/BaseGraphics;)V+36
  67. j com.sun.prism.impl.ps.BaseShaderContext.checkState(Lcom/sun/prism/impl/ps/BaseShaderGraphics;ILcom/sun/javafx/geom/transform/BaseTransform;Lcom/sun/prism/ps/Shader;)V+2
  68. j com.sun.prism.impl.ps.BaseShaderContext.validateTextureOp(Lcom/sun/prism/impl/ps/BaseShaderGraphics;Lcom/sun/javafx/geom/transform/BaseTransform;Lcom/sun/prism/Texture;Lcom/sun/prism/Texture;Lcom/sun/prism/PixelFormat;)Lcom/sun/prism/ps/Shader;+168
  69. j com.sun.prism.impl.ps.BaseShaderContext.validateTextureOp(Lcom/sun/prism/impl/BaseGraphics;Lcom/sun/javafx/geom/transform/BaseTransform;Lcom/sun/prism/Texture;Lcom/sun/prism/PixelFormat;)V+10
  70. j com.sun.prism.impl.BaseGraphics.drawTexture(Lcom/sun/prism/Texture;FFFFFFFF)V+69
  71. j com.sun.prism.impl.ps.BaseShaderGraphics.drawTexture(Lcom/sun/prism/Texture;FFFFFFFF)V+48
  72. j com.sun.javafx.sg.prism.NGRegion.renderAsShape(Lcom/sun/prism/Graphics;)V+333
  73. j com.sun.javafx.sg.prism.NGRegion.renderContent(Lcom/sun/prism/Graphics;)V+80
  74. j com.sun.javafx.sg.prism.NodeEffectInput.getImageDataForBoundedNode(Lcom/sun/scenario/effect/FilterContext;Lcom/sun/javafx/sg/prism/NGNode;Lcom/sun/javafx/sg/prism/NodeEffectInput$RenderType;Lcom/sun/javafx/geom/transform/BaseTransform;Lcom/sun/javafx/geom/Rectangle;)Lcom/sun/scenario/effect/ImageData;+103
  75. j com.sun.javafx.sg.prism.NodeEffectInput.filter(Lcom/sun/scenario/effect/FilterContext;Lcom/sun/javafx/geom/transform/BaseTransform;Lcom/sun/javafx/geom/Rectangle;Ljava/lang/Object;Lcom/sun/scenario/effect/Effect;)Lcom/sun/scenario/effect/ImageData;+163
  76. j com.sun.scenario.effect.FilterEffect.filter(Lcom/sun/scenario/effect/FilterContext;Lcom/sun/javafx/geom/transform/BaseTransform;Lcom/sun/javafx/geom/Rectangle;Ljava/lang/Object;Lcom/sun/scenario/effect/Effect;)Lcom/sun/scenario/effect/ImageData;+111
  77. j com.sun.scenario.effect.Offset.filter(Lcom/sun/scenario/effect/FilterContext;Lcom/sun/javafx/geom/transform/BaseTransform;Lcom/sun/javafx/geom/Rectangle;Ljava/lang/Object;Lcom/sun/scenario/effect/Effect;)Lcom/sun/scenario/effect/ImageData;+35
  78. j com.sun.scenario.effect.Merge.filter(Lcom/sun/scenario/effect/FilterContext;Lcom/sun/javafx/geom/transform/BaseTransform;Lcom/sun/javafx/geom/Rectangle;Ljava/lang/Object;Lcom/sun/scenario/effect/Effect;)Lcom/sun/scenario/effect/ImageData;+27
  79. j com.sun.scenario.effect.DelegateEffect.filter(Lcom/sun/scenario/effect/FilterContext;Lcom/sun/javafx/geom/transform/BaseTransform;Lcom/sun/javafx/geom/Rectangle;Ljava/lang/Object;Lcom/sun/scenario/effect/Effect;)Lcom/sun/scenario/effect/ImageData;+11
  80. j com.sun.scenario.effect.impl.prism.PrEffectHelper.render(Lcom/sun/scenario/effect/Effect;Lcom/sun/prism/Graphics;FFLcom/sun/scenario/effect/Effect;)V+511
  81. j com.sun.javafx.sg.prism.EffectFilter.render(Lcom/sun/prism/Graphics;)V+13
  82. j com.sun.javafx.sg.prism.NGNode.renderEffect(Lcom/sun/prism/Graphics;)V+5
  83. j com.sun.javafx.sg.prism.NGNode.doRender(Lcom/sun/prism/Graphics;)V+319
  84. j com.sun.javafx.sg.prism.NGNode.render(Lcom/sun/prism/Graphics;)V+34
  85. j com.sun.javafx.sg.prism.NGGroup.renderContent(Lcom/sun/prism/Graphics;)V+160
  86. j com.sun.javafx.sg.prism.NGRegion.renderContent(Lcom/sun/prism/Graphics;)V+111
  87. j com.sun.javafx.sg.prism.NGNode.doRender(Lcom/sun/prism/Graphics;)V+330
  88. j com.sun.javafx.sg.prism.NGNode.render(Lcom/sun/prism/Graphics;)V+34
  89. j com.sun.javafx.sg.prism.NGGroup.renderContent(Lcom/sun/prism/Graphics;)V+160
  90. j com.sun.javafx.sg.prism.NGRegion.renderContent(Lcom/sun/prism/Graphics;)V+111
  91. j com.sun.javafx.sg.prism.NGNode.doRender(Lcom/sun/prism/Graphics;)V+330
  92. j com.sun.javafx.sg.prism.NGNode.render(Lcom/sun/prism/Graphics;)V+34
  93. j com.sun.javafx.webkit.prism.theme.PrismRenderer.render(Ljavafx/scene/control/Control;Lcom/sun/webkit/graphics/WCGraphicsContext;)V+21
  94. j com.sun.javafx.webkit.theme.ScrollBarThemeImpl.paint(Lcom/sun/webkit/graphics/WCGraphicsContext;Lcom/sun/webkit/graphics/Ref;IIII)V+122
  95. j com.sun.javafx.webkit.prism.WCGraphicsPrismContext.drawScrollbar(Lcom/sun/webkit/graphics/ScrollBarTheme;Lcom/sun/webkit/graphics/Ref;IIII)V+10
  96. j com.sun.webkit.graphics.GraphicsDecoder.decode(Lcom/sun/webkit/graphics/WCGraphicsManager;Lcom/sun/webkit/graphics/WCGraphicsContext;Lcom/sun/webkit/graphics/BufferData;)V+1184
  97. j com.sun.webkit.graphics.WCRenderQueue.decode(Lcom/sun/webkit/graphics/WCGraphicsContext;)V+32
  98. j com.sun.webkit.WebPage.paint2GC(Lcom/sun/webkit/graphics/WCGraphicsContext;)V+166
  99. j com.sun.webkit.WebPage.paint(Lcom/sun/webkit/graphics/WCGraphicsContext;IIII)V+70
  100. j com.sun.javafx.sg.prism.web.NGWebView.renderContent(Lcom/sun/prism/Graphics;)V+97
  101. j com.sun.javafx.sg.prism.NGNode.doRender(Lcom/sun/prism/Graphics;)V+330
  102. j com.sun.javafx.sg.prism.NGNode.render(Lcom/sun/prism/Graphics;)V+34
  103. j com.sun.javafx.sg.prism.NGGroup.renderContent(Lcom/sun/prism/Graphics;)V+160
  104. j com.sun.javafx.sg.prism.NGNode.doRender(Lcom/sun/prism/Graphics;)V+330
  105. j com.sun.javafx.sg.prism.NGNode.render(Lcom/sun/prism/Graphics;)V+34
  106. j com.sun.javafx.tk.quantum.ViewPainter.doPaint(Lcom/sun/prism/Graphics;Lcom/sun/javafx/sg/prism/NodePath;)V+201
  107. j com.sun.javafx.tk.quantum.ViewPainter.paintImpl(Lcom/sun/prism/Graphics;)V+982
  108. j com.sun.javafx.tk.quantum.UploadingPainter.run()V+719
  109. j java.util.concurrent.Executors$RunnableAdapter.call()Ljava/lang/Object;+4
  110. j java.util.concurrent.FutureTask.runAndReset()Z+47
  111. j com.sun.javafx.tk.RenderJob.run()V+1
  112. j java.util.concurrent.ThreadPoolExecutor.runWorker(Ljava/util/concurrent/ThreadPoolExecutor$Worker;)V+95
  113. j java.util.concurrent.ThreadPoolExecutor$Worker.run()V+5
  114. j com.sun.javafx.tk.quantum.QuantumRenderer$PipelineRunnable.run()V+8
  115. j java.lang.Thread.run()V+11
  116. v ~StubRoutines::call_stub
  117.  
  118. --------------- P R O C E S S ---------------
  119.  
  120. Java Threads: ( => current thread )
  121. 0x0fb29800 JavaThread "Prism Font Disposer" daemon [_thread_blocked, id=11132, stack(0x146d0000,0x14720000)]
  122. 0x0fb22800 JavaThread "URL-Loader-7" daemon [_thread_blocked, id=6228, stack(0x132f0000,0x13340000)]
  123. 0x0fb28400 JavaThread "URL-Loader-6" daemon [_thread_blocked, id=13516, stack(0x13260000,0x132b0000)]
  124. 0x0fb24800 JavaThread "URL-Loader-5" daemon [_thread_in_native, id=13272, stack(0x131d0000,0x13220000)]
  125. 0x0fb22c00 JavaThread "URL-Loader-4" daemon [_thread_blocked, id=9884, stack(0x13140000,0x13190000)]
  126. 0x0eec0800 JavaThread "URL-Loader-3" daemon [_thread_blocked, id=13888, stack(0x130b0000,0x13100000)]
  127. 0x0eebd400 JavaThread "URL-Loader-2" daemon [_thread_blocked, id=11672, stack(0x13020000,0x13070000)]
  128. 0x0eebfc00 JavaThread "URL-Loader-1" daemon [_thread_blocked, id=8752, stack(0x12770000,0x127c0000)]
  129. 0x0eebf400 JavaThread "Disposer" daemon [_thread_blocked, id=5276, stack(0x124e0000,0x12530000)]
  130. 0x0eebe800 JavaThread "Image Fetcher 1" daemon [_thread_blocked, id=9244, stack(0x11e40000,0x11e90000)]
  131. 0x0eebdc00 JavaThread "Image Fetcher 0" daemon [_thread_blocked, id=10624, stack(0x11db0000,0x11e00000)]
  132. 0x0eebe000 JavaThread "DestroyJavaVM" [_thread_blocked, id=3332, stack(0x01340000,0x01390000)]
  133. 0x0eebec00 JavaThread "pool-2-thread-1" daemon [_thread_blocked, id=8688, stack(0x11c20000,0x11c70000)]
  134. 0x0eec0000 JavaThread "Thread-10" daemon [_thread_blocked, id=8920, stack(0x11a90000,0x11ae0000)]
  135. 0x0eebd000 JavaThread "Thread-9" daemon [_thread_in_native, id=3312, stack(0x11a00000,0x11a50000)]
  136. 0x0ee46000 JavaThread "JavaFX Application Thread" [_thread_blocked, id=2524, stack(0x0f6c0000,0x0f710000)]
  137. 0x0ed9b400 JavaThread "Thread-8" daemon [_thread_blocked, id=4436, stack(0x0f5f0000,0x0f640000)]
  138. =>0x0ee45800 JavaThread "QuantumRenderer-0" daemon [_thread_in_native, id=6620, stack(0x0f560000,0x0f5b0000)]
  139. 0x0ed88000 JavaThread "TimerQueue" daemon [_thread_blocked, id=8468, stack(0x0f1b0000,0x0f200000)]
  140. 0x0ecf7400 JavaThread "AsyncAppender-Async" daemon [_thread_blocked, id=9360, stack(0x0ebc0000,0x0ec10000)]
  141. 0x0ecaf800 JavaThread "Keep-Alive-Timer" daemon [_thread_blocked, id=1356, stack(0x0f120000,0x0f170000)]
  142. 0x0dd9c800 JavaThread "AWT-EventQueue-0" [_thread_blocked, id=8096, stack(0x0e730000,0x0e780000)]
  143. 0x0dd69400 JavaThread "AWT-Windows" daemon [_thread_in_native, id=6112, stack(0x0e060000,0x0e0b0000)]
  144. 0x0dd5c000 JavaThread "AWT-Shutdown" [_thread_blocked, id=11608, stack(0x0dfb0000,0x0e000000)]
  145. 0x0dd30800 JavaThread "Java2D Disposer" daemon [_thread_blocked, id=8824, stack(0x0df20000,0x0df70000)]
  146. 0x0311f400 JavaThread "Service Thread" daemon [_thread_blocked, id=10604, stack(0x0db00000,0x0db50000)]
  147. 0x03100c00 JavaThread "C1 CompilerThread0" daemon [_thread_blocked, id=1000, stack(0x0da70000,0x0dac0000)]
  148. 0x030ff800 JavaThread "Attach Listener" daemon [_thread_blocked, id=4916, stack(0x0d9e0000,0x0da30000)]
  149. 0x030f4c00 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=8796, stack(0x0d950000,0x0d9a0000)]
  150. 0x030f3000 JavaThread "Finalizer" daemon [_thread_blocked, id=192, stack(0x0d7c0000,0x0d810000)]
  151. 0x03096000 JavaThread "Reference Handler" daemon [_thread_blocked, id=11636, stack(0x0d730000,0x0d780000)]
  152.  
  153. Other Threads:
  154. 0x03092400 VMThread [stack: 0x0d6a0000,0x0d6f0000] [id=7640]
  155. 0x03135400 WatcherThread [stack: 0x0dc90000,0x0dce0000] [id=11744]
  156.  
  157. VM state:not at safepoint (normal execution)
  158.  
  159. VM Mutex/Monitor currently owned by a thread: None
  160.  
  161. Heap:
  162. def new generation total 17472K, used 14533K [0x05200000, 0x064f0000, 0x07ca0000)
  163. eden space 15552K, 81% used [0x05200000, 0x05e51658, 0x06130000)
  164. from space 1920K, 100% used [0x06310000, 0x064f0000, 0x064f0000)
  165. to space 1920K, 0% used [0x06130000, 0x06130000, 0x06310000)
  166. tenured generation total 38644K, used 28001K [0x07ca0000, 0x0a25d000, 0x0d200000)
  167. the space 38644K, 72% used [0x07ca0000, 0x097f8688, 0x097f8800, 0x0a25d000)
  168. Metaspace used 11852K, capacity 12414K, committed 12416K, reserved 12672K
  169.  
  170. Card table byte_map: [0x01390000,0x013e0000] byte_map_base: 0x01367000
  171.  
  172. Polling page: 0x012a0000
  173.  
  174. CodeCache: size=32768Kb used=2824Kb max_used=2824Kb free=29943Kb
  175. bounds [0x03170000, 0x03438000, 0x05170000]
  176. total_blobs=1862 nmethods=1410 adapters=382
  177. compilation: enabled
  178.  
  179. Compilation events (10 events):
  180. Event: 6.149 Thread 0x03100c00 1418 com.sun.javafx.css.StyleClassSet::<init> (5 bytes)
  181. Event: 6.149 Thread 0x03100c00 nmethod 1418 0x0342fe48 code [0x0342ff40, 0x0342ffd0]
  182. Event: 6.149 Thread 0x03100c00 1419 com.sun.javafx.css.BitSet::clear (84 bytes)
  183. Event: 6.150 Thread 0x03100c00 nmethod 1419 0x03430008 code [0x03430130, 0x03430374]
  184. Event: 6.150 Thread 0x03100c00 1420 com.sun.javafx.css.PseudoClassState::<init> (5 bytes)
  185. Event: 6.150 Thread 0x03100c00 nmethod 1420 0x03430588 code [0x03430680, 0x03430710]
  186. Event: 6.150 Thread 0x03100c00 1421 com.sun.javafx.css.SimpleSelector::applies (221 bytes)
  187. Event: 6.150 Thread 0x03100c00 nmethod 1421 0x03430748 code [0x03430900, 0x03430de8]
  188. Event: 6.151 Thread 0x03100c00 1422 java.util.ArrayList::<init> (61 bytes)
  189. Event: 6.151 Thread 0x03100c00 nmethod 1422 0x03431348 code [0x03431480, 0x034317b0]
  190.  
  191. GC Heap History (10 events):
  192. Event: 4.991 GC heap before
  193. {Heap before GC invocations=20 (full 4):
  194. def new generation total 13184K, used 13097K [0x05200000, 0x06040000, 0x07ca0000)
  195. eden space 11776K, 99% used [0x05200000, 0x05d6a4c8, 0x05d80000)
  196. from space 1408K, 100% used [0x05ee0000, 0x06040000, 0x06040000)
  197. to space 1408K, 0% used [0x05d80000, 0x05d80000, 0x05ee0000)
  198. tenured generation total 29160K, used 20206K [0x07ca0000, 0x0991a000, 0x0d200000)
  199. the space 29160K, 69% used [0x07ca0000, 0x0905b830, 0x0905ba00, 0x0991a000)
  200. Metaspace used 7855K, capacity 8201K, committed 8320K, reserved 8576K
  201. Event: 4.997 GC heap after
  202. Heap after GC invocations=21 (full 4):
  203. def new generation total 13184K, used 1408K [0x05200000, 0x06040000, 0x07ca0000)
  204. eden space 11776K, 0% used [0x05200000, 0x05200000, 0x05d80000)
  205. from space 1408K, 100% used [0x05d80000, 0x05ee0000, 0x05ee0000)
  206. to space 1408K, 0% used [0x05ee0000, 0x05ee0000, 0x06040000)
  207. tenured generation total 29160K, used 22004K [0x07ca0000, 0x0991a000, 0x0d200000)
  208. the space 29160K, 75% used [0x07ca0000, 0x0921d3f8, 0x0921d400, 0x0991a000)
  209. Metaspace used 7855K, capacity 8201K, committed 8320K, reserved 8576K
  210. }
  211. Event: 5.039 GC heap before
  212. {Heap before GC invocations=21 (full 4):
  213. def new generation total 13184K, used 13184K [0x05200000, 0x06040000, 0x07ca0000)
  214. eden space 11776K, 100% used [0x05200000, 0x05d80000, 0x05d80000)
  215. from space 1408K, 100% used [0x05d80000, 0x05ee0000, 0x05ee0000)
  216. to space 1408K, 0% used [0x05ee0000, 0x05ee0000, 0x06040000)
  217. tenured generation total 29160K, used 22004K [0x07ca0000, 0x0991a000, 0x0d200000)
  218. the space 29160K, 75% used [0x07ca0000, 0x0921d3f8, 0x0921d400, 0x0991a000)
  219. Metaspace used 8294K, capacity 8642K, committed 8704K, reserved 9600K
  220. Event: 5.048 GC heap after
  221. Heap after GC invocations=22 (full 4):
  222. def new generation total 13184K, used 1408K [0x05200000, 0x06040000, 0x07ca0000)
  223. eden space 11776K, 0% used [0x05200000, 0x05200000, 0x05d80000)
  224. from space 1408K, 100% used [0x05ee0000, 0x06040000, 0x06040000)
  225. to space 1408K, 0% used [0x05d80000, 0x05d80000, 0x05ee0000)
  226. tenured generation total 29160K, used 23989K [0x07ca0000, 0x0991a000, 0x0d200000)
  227. the space 29160K, 82% used [0x07ca0000, 0x0940d768, 0x0940d800, 0x0991a000)
  228. Metaspace used 8294K, capacity 8642K, committed 8704K, reserved 9600K
  229. }
  230. Event: 5.084 GC heap before
  231. {Heap before GC invocations=22 (full 4):
  232. def new generation total 13184K, used 13184K [0x05200000, 0x06040000, 0x07ca0000)
  233. eden space 11776K, 100% used [0x05200000, 0x05d80000, 0x05d80000)
  234. from space 1408K, 100% used [0x05ee0000, 0x06040000, 0x06040000)
  235. to space 1408K, 0% used [0x05d80000, 0x05d80000, 0x05ee0000)
  236. tenured generation total 29160K, used 23989K [0x07ca0000, 0x0991a000, 0x0d200000)
  237. the space 29160K, 82% used [0x07ca0000, 0x0940d768, 0x0940d800, 0x0991a000)
  238. Metaspace used 8744K, capacity 9135K, committed 9216K, reserved 9600K
  239. Event: 5.097 GC heap after
  240. Heap after GC invocations=23 (full 4):
  241. def new generation total 13184K, used 1408K [0x05200000, 0x06040000, 0x07ca0000)
  242. eden space 11776K, 0% used [0x05200000, 0x05200000, 0x05d80000)
  243. from space 1408K, 100% used [0x05d80000, 0x05ee0000, 0x05ee0000)
  244. to space 1408K, 0% used [0x05ee0000, 0x05ee0000, 0x06040000)
  245. tenured generation total 29160K, used 28726K [0x07ca0000, 0x0991a000, 0x0d200000)
  246. the space 29160K, 98% used [0x07ca0000, 0x098ad928, 0x098ada00, 0x0991a000)
  247. Metaspace used 8744K, capacity 9135K, committed 9216K, reserved 9600K
  248. }
  249. Event: 5.290 GC heap before
  250. {Heap before GC invocations=23 (full 4):
  251. def new generation total 13184K, used 13184K [0x05200000, 0x06040000, 0x07ca0000)
  252. eden space 11776K, 100% used [0x05200000, 0x05d80000, 0x05d80000)
  253. from space 1408K, 100% used [0x05d80000, 0x05ee0000, 0x05ee0000)
  254. to space 1408K, 0% used [0x05ee0000, 0x05ee0000, 0x06040000)
  255. tenured generation total 29160K, used 28726K [0x07ca0000, 0x0991a000, 0x0d200000)
  256. the space 29160K, 98% used [0x07ca0000, 0x098ad928, 0x098ada00, 0x0991a000)
  257. Metaspace used 10167K, capacity 10581K, committed 10624K, reserved 10624K
  258. Event: 5.337 GC heap after
  259. Heap after GC invocations=24 (full 5):
  260. def new generation total 17472K, used 0K [0x05200000, 0x064f0000, 0x07ca0000)
  261. eden space 15552K, 0% used [0x05200000, 0x05200000, 0x06130000)
  262. from space 1920K, 0% used [0x06130000, 0x06130000, 0x06310000)
  263. to space 1920K, 0% used [0x06310000, 0x06310000, 0x064f0000)
  264. tenured generation total 38644K, used 23185K [0x07ca0000, 0x0a25d000, 0x0d200000)
  265. the space 38644K, 59% used [0x07ca0000, 0x09344468, 0x09344600, 0x0a25d000)
  266. Metaspace used 10167K, capacity 10581K, committed 10624K, reserved 10624K
  267. }
  268. Event: 5.430 GC heap before
  269. {Heap before GC invocations=24 (full 5):
  270. def new generation total 17472K, used 15552K [0x05200000, 0x064f0000, 0x07ca0000)
  271. eden space 15552K, 100% used [0x05200000, 0x06130000, 0x06130000)
  272. from space 1920K, 0% used [0x06130000, 0x06130000, 0x06310000)
  273. to space 1920K, 0% used [0x06310000, 0x06310000, 0x064f0000)
  274. tenured generation total 38644K, used 23185K [0x07ca0000, 0x0a25d000, 0x0d200000)
  275. the space 38644K, 59% used [0x07ca0000, 0x09344468, 0x09344600, 0x0a25d000)
  276. Metaspace used 10927K, capacity 11445K, committed 11520K, reserved 11648K
  277. Event: 5.447 GC heap after
  278. Heap after GC invocations=25 (full 5):
  279. def new generation total 17472K, used 1920K [0x05200000, 0x064f0000, 0x07ca0000)
  280. eden space 15552K, 0% used [0x05200000, 0x05200000, 0x06130000)
  281. from space 1920K, 100% used [0x06310000, 0x064f0000, 0x064f0000)
  282. to space 1920K, 0% used [0x06130000, 0x06130000, 0x06310000)
  283. tenured generation total 38644K, used 28001K [0x07ca0000, 0x0a25d000, 0x0d200000)
  284. the space 38644K, 72% used [0x07ca0000, 0x097f8688, 0x097f8800, 0x0a25d000)
  285. Metaspace used 10927K, capacity 11445K, committed 11520K, reserved 11648K
  286. }
  287.  
  288. Deoptimization events (0 events):
  289. No events
  290.  
  291. Internal exceptions (10 events):
  292. Event: 5.343 Thread 0x0ecf7400 Exception <a 'java/io/IOException'> (0x052a9a28) thrown at [C:\re\workspace\8-2-build-windows-i586-cygwin\jdk8u111\7883\hotspot\src\share\vm\prims\jni.cpp, line 709]
  293. Event: 5.343 Thread 0x0ecf7400 Exception <a 'java/io/IOException'> (0x052a9c70) thrown at [C:\re\workspace\8-2-build-windows-i586-cygwin\jdk8u111\7883\hotspot\src\share\vm\prims\jni.cpp, line 709]
  294. Event: 5.346 Thread 0x0eebec00 Exception <a 'java/lang/ArrayIndexOutOfBoundsException'> (0x052d8138) thrown at [C:\re\workspace\8-2-build-windows-i586-cygwin\jdk8u111\7883\hotspot\src\share\vm\runtime\sharedRuntime.cpp, line 605]
  295. Event: 5.478 Thread 0x0ee46000 Exception <a 'sun/nio/fs/WindowsException'> (0x0534bab0) thrown at [C:\re\workspace\8-2-build-windows-i586-cygwin\jdk8u111\7883\hotspot\src\share\vm\prims\jni.cpp, line 709]
  296. Event: 5.481 Thread 0x0ee46000 Exception <a 'sun/nio/fs/WindowsException'> (0x0534d188) thrown at [C:\re\workspace\8-2-build-windows-i586-cygwin\jdk8u111\7883\hotspot\src\share\vm\prims\jni.cpp, line 709]
  297. Event: 5.488 Thread 0x0ee46000 Implicit null exception at 0x032e8ef2 to 0x032e9181
  298. Event: 6.121 Thread 0x0ee46000 Exception <a 'java/io/FileNotFoundException'> (0x058dcc20) thrown at [C:\re\workspace\8-2-build-windows-i586-cygwin\jdk8u111\7883\hotspot\src\share\vm\prims\jni.cpp, line 709]
  299. Event: 6.121 Thread 0x0ee46000 Exception <a 'java/io/FileNotFoundException'> (0x05907298) thrown at [C:\re\workspace\8-2-build-windows-i586-cygwin\jdk8u111\7883\hotspot\src\share\vm\prims\jni.cpp, line 709]
  300. Event: 6.122 Thread 0x0ee46000 Exception <a 'java/io/FileNotFoundException'> (0x0590c8c0) thrown at [C:\re\workspace\8-2-build-windows-i586-cygwin\jdk8u111\7883\hotspot\src\share\vm\prims\jni.cpp, line 709]
  301. Event: 6.122 Thread 0x0ee46000 Exception <a 'java/io/FileNotFoundException'> (0x0590d8d8) thrown at [C:\re\workspace\8-2-build-windows-i586-cygwin\jdk8u111\7883\hotspot\src\share\vm\prims\jni.cpp, line 709]
  302.  
  303. Events (10 events):
  304. Event: 6.174 loading class com/sun/scenario/effect/impl/state/BoxRenderState$1
  305. Event: 6.174 loading class com/sun/scenario/effect/impl/state/BoxRenderState$1 done
  306. Event: 6.174 loading class com/sun/scenario/effect/impl/prism/ps/PPSLinearConvolveShadowPeer
  307. Event: 6.174 loading class com/sun/scenario/effect/impl/prism/ps/PPSLinearConvolveShadowPeer done
  308. Event: 6.174 loading class com/sun/scenario/effect/impl/prism/ps/PPSOneSamplerPeer
  309. Event: 6.174 loading class com/sun/scenario/effect/impl/prism/ps/PPSOneSamplerPeer done
  310. Event: 6.174 loading class com/sun/scenario/effect/impl/prism/ps/PPSEffectPeer
  311. Event: 6.174 loading class com/sun/scenario/effect/impl/prism/ps/PPSEffectPeer done
  312. Event: 6.176 loading class com/sun/scenario/effect/impl/BufferUtil
  313. Event: 6.176 loading class com/sun/scenario/effect/impl/BufferUtil done
  314.  
  315.  
  316. Dynamic libraries:
  317. 0x00bf0000 - 0x00c23000 C:\Program Files (x86)\Java\jre1.8.0_111\bin\javaw.exe
  318. 0x77920000 - 0x77aa2000 C:\WINDOWS\SYSTEM32\ntdll.dll
  319. 0x77010000 - 0x770f0000 C:\WINDOWS\System32\KERNEL32.DLL
  320. 0x76d70000 - 0x76f11000 C:\WINDOWS\System32\KERNELBASE.dll
  321. 0x76a40000 - 0x76ab7000 C:\WINDOWS\System32\ADVAPI32.dll
  322. 0x77630000 - 0x776ee000 C:\WINDOWS\System32\msvcrt.dll
  323. 0x76970000 - 0x769b1000 C:\WINDOWS\System32\sechost.dll
  324. 0x76ca0000 - 0x76d61000 C:\WINDOWS\System32\RPCRT4.dll
  325. 0x743e0000 - 0x743fe000 C:\WINDOWS\System32\SspiCli.dll
  326. 0x743d0000 - 0x743da000 C:\WINDOWS\System32\CRYPTBASE.dll
  327. 0x778b0000 - 0x7790a000 C:\WINDOWS\System32\bcryptPrimitives.dll
  328. 0x74690000 - 0x747ef000 C:\WINDOWS\System32\USER32.dll
  329. 0x76a20000 - 0x76a35000 C:\WINDOWS\System32\win32u.dll
  330. 0x77140000 - 0x7716b000 C:\WINDOWS\System32\GDI32.dll
  331. 0x75cc0000 - 0x75e1b000 C:\WINDOWS\System32\gdi32full.dll
  332. 0x6f660000 - 0x6f86a000 C:\WINDOWS\WinSxS\x86_microsoft.windows.common-controls_6595b64144ccf1df_6.0.14393.447_none_89c64d28dafea4b9\COMCTL32.dll
  333. 0x760f0000 - 0x76301000 C:\WINDOWS\System32\combase.dll
  334. 0x74450000 - 0x74530000 C:\WINDOWS\System32\ucrtbase.dll
  335. 0x76f40000 - 0x76f65000 C:\WINDOWS\System32\IMM32.DLL
  336. 0x72260000 - 0x722c9000 C:\PROGRAM FILES\EMSISOFT INTERNET SECURITY\a2hooks32.dll
  337. 0x747f0000 - 0x75bc9000 C:\WINDOWS\System32\SHELL32.dll
  338. 0x77870000 - 0x778a6000 C:\WINDOWS\System32\cfgmgr32.dll
  339. 0x763b0000 - 0x7691e000 C:\WINDOWS\System32\windows.storage.dll
  340. 0x770f0000 - 0x77135000 C:\WINDOWS\System32\powrprof.dll
  341. 0x76920000 - 0x76966000 C:\WINDOWS\System32\shlwapi.dll
  342. 0x77210000 - 0x7721d000 C:\WINDOWS\System32\kernel.appcore.dll
  343. 0x76f80000 - 0x77008000 C:\WINDOWS\System32\shcore.dll
  344. 0x77910000 - 0x7791f000 C:\WINDOWS\System32\profapi.dll
  345. 0x71fd0000 - 0x71ff8000 C:\WINDOWS\SYSTEM32\ntmarta.dll
  346. 0x68c70000 - 0x68d2f000 C:\Program Files (x86)\Java\jre1.8.0_111\bin\msvcr100.dll
  347. 0x68310000 - 0x686dd000 C:\Program Files (x86)\Java\jre1.8.0_111\bin\client\jvm.dll
  348. 0x76f70000 - 0x76f76000 C:\WINDOWS\System32\PSAPI.DLL
  349. 0x6f2a0000 - 0x6f2a8000 C:\WINDOWS\SYSTEM32\WSOCK32.dll
  350. 0x745c0000 - 0x74623000 C:\WINDOWS\System32\WS2_32.dll
  351. 0x72850000 - 0x72874000 C:\WINDOWS\SYSTEM32\WINMM.dll
  352. 0x73c80000 - 0x73c88000 C:\WINDOWS\SYSTEM32\VERSION.dll
  353. 0x72520000 - 0x72543000 C:\WINDOWS\SYSTEM32\WINMMBASE.dll
  354. 0x6e1b0000 - 0x6e1bc000 C:\Program Files (x86)\Java\jre1.8.0_111\bin\verify.dll
  355. 0x68e90000 - 0x68eb1000 C:\Program Files (x86)\Java\jre1.8.0_111\bin\java.dll
  356. 0x68e70000 - 0x68e83000 C:\Program Files (x86)\Java\jre1.8.0_111\bin\zip.dll
  357. 0x68980000 - 0x68ac6000 C:\Program Files (x86)\Java\jre1.8.0_111\bin\awt.dll
  358. 0x77170000 - 0x77204000 C:\WINDOWS\System32\OLEAUT32.dll
  359. 0x74530000 - 0x745ab000 C:\WINDOWS\System32\msvcp_win.dll
  360. 0x72020000 - 0x720b2000 C:\WINDOWS\SYSTEM32\apphelp.dll
  361. 0x72480000 - 0x7249f000 C:\WINDOWS\system32\DWMAPI.DLL
  362. 0x724a0000 - 0x72515000 C:\WINDOWS\system32\uxtheme.dll
  363. 0x75e20000 - 0x75f55000 C:\WINDOWS\System32\MSCTF.dll
  364. 0x776f0000 - 0x777da000 C:\WINDOWS\System32\ole32.dll
  365. 0x68e30000 - 0x68e69000 C:\Program Files (x86)\Java\jre1.8.0_111\bin\fontmanager.dll
  366. 0x777e0000 - 0x77864000 C:\WINDOWS\System32\clbcatq.dll
  367. 0x6e1c0000 - 0x6e32e000 C:\WINDOWS\SYSTEM32\WindowsCodecs.dll
  368. 0x6df30000 - 0x6df74000 C:\WINDOWS\system32\dataexchange.dll
  369. 0x6ee00000 - 0x6f02f000 C:\WINDOWS\system32\d3d11.dll
  370. 0x6de10000 - 0x6df23000 C:\WINDOWS\system32\dcomp.dll
  371. 0x6f360000 - 0x6f3e4000 C:\WINDOWS\system32\dxgi.dll
  372. 0x6dd10000 - 0x6de01000 C:\WINDOWS\system32\twinapi.appcore.dll
  373. 0x74060000 - 0x7407b000 C:\WINDOWS\system32\bcrypt.dll
  374. 0x68960000 - 0x68976000 C:\Program Files (x86)\Java\jre1.8.0_111\bin\net.dll
  375. 0x731a0000 - 0x731ee000 C:\WINDOWS\system32\mswsock.dll
  376. 0x6dc40000 - 0x6dc4f000 C:\Program Files (x86)\Java\jre1.8.0_111\bin\nio.dll
  377. 0x682d0000 - 0x68302000 C:\Program Files (x86)\Java\jre1.8.0_111\bin\t2k.dll
  378. 0x682b0000 - 0x682d0000 C:\Program Files (x86)\Java\jre1.8.0_111\bin\sunec.dll
  379. 0x72880000 - 0x72893000 C:\WINDOWS\SYSTEM32\CRYPTSP.dll
  380. 0x72820000 - 0x7284f000 C:\WINDOWS\system32\rsaenh.dll
  381. 0x743b0000 - 0x743ca000 C:\WINDOWS\SYSTEM32\USERENV.dll
  382. 0x73000000 - 0x7302f000 C:\WINDOWS\SYSTEM32\IPHLPAPI.DLL
  383. 0x745b0000 - 0x745b7000 C:\WINDOWS\System32\NSI.dll
  384. 0x74280000 - 0x74293000 C:\WINDOWS\SYSTEM32\dhcpcsvc6.DLL
  385. 0x728e0000 - 0x728f4000 C:\WINDOWS\SYSTEM32\dhcpcsvc.DLL
  386. 0x6dba0000 - 0x6dba9000 C:\Program Files (x86)\Java\jre1.8.0_111\bin\sunmscapi.dll
  387. 0x76b20000 - 0x76c9d000 C:\WINDOWS\System32\CRYPT32.dll
  388. 0x75f60000 - 0x75f6e000 C:\WINDOWS\System32\MSASN1.dll
  389. 0x729e0000 - 0x729f2000 C:\WINDOWS\system32\napinsp.dll
  390. 0x729c0000 - 0x729d6000 C:\WINDOWS\system32\pnrpnsp.dll
  391. 0x728c0000 - 0x728d4000 C:\WINDOWS\system32\NLAapi.dll
  392. 0x736b0000 - 0x7372c000 C:\WINDOWS\SYSTEM32\DNSAPI.dll
  393. 0x72930000 - 0x7293c000 C:\WINDOWS\System32\winrnr.dll
  394. 0x72c70000 - 0x72c91000 C:\Program Files (x86)\Bonjour\mdnsNSP.dll
  395. 0x742c0000 - 0x74309000 C:\WINDOWS\System32\fwpuclnt.dll
  396. 0x74310000 - 0x74318000 C:\Windows\System32\rasadhlp.dll
  397. 0x68290000 - 0x682a2000 C:\Program Files (x86)\Java\jre1.8.0_111\bin\unpack.dll
  398. 0x6db00000 - 0x6db0a000 C:\Program Files (x86)\Java\jre1.8.0_111\bin\management.dll
  399. 0x681a0000 - 0x6828e000 C:\Program Files (x86)\Java\jre1.8.0_111\bin\msvcr120.dll
  400. 0x68120000 - 0x68191000 C:\Program Files (x86)\Java\jre1.8.0_111\bin\msvcp120.dll
  401. 0x68100000 - 0x6811e000 C:\Program Files (x86)\Java\jre1.8.0_111\bin\prism_d3d.dll
  402. 0x6e910000 - 0x6ea6f000 C:\WINDOWS\system32\d3d9.dll
  403. 0x5ff80000 - 0x60709000 C:\WINDOWS\SYSTEM32\igdumdim32.dll
  404. 0x5fc30000 - 0x5ff77000 C:\WINDOWS\SYSTEM32\igdusc32.dll
  405. 0x680c0000 - 0x680f3000 C:\Program Files (x86)\Java\jre1.8.0_111\bin\glass.dll
  406. 0x75bd0000 - 0x75cb5000 C:\WINDOWS\System32\COMDLG32.dll
  407. 0x680a0000 - 0x680b1000 C:\Program Files (x86)\Java\jre1.8.0_111\bin\javafx_font.dll
  408. 0x6f030000 - 0x6f225000 C:\WINDOWS\SYSTEM32\dwrite.dll
  409. 0x59e10000 - 0x5be7b000 C:\Program Files (x86)\Java\jre1.8.0_111\bin\jfxwebkit.dll
  410. 0x68e20000 - 0x68e2f000 C:\Program Files (x86)\Java\jre1.8.0_111\bin\prism_common.dll
  411. 0x73f10000 - 0x74055000 C:\WINDOWS\SYSTEM32\dbghelp.dll
  412.  
  413. VM Arguments:
  414. jvm_args: -Xmx128m
  415. java_command: C:\Users\Markimoo\Desktop\Minecraft.exe
  416. java_class_path (initial): C:\Users\Markimoo\Desktop\Minecraft.exe
  417. Launcher Type: SUN_STANDARD
  418.  
  419. Environment Variables:
  420. PATH=C:\ProgramData\Oracle\Java\javapath;c:\windows\system32;c:\windows;c:\windows\system32\wbem;c:\windows\system32\windowspowershell\v1.0\;c:\program files (x86)\skype\phone\;c:\program files (x86)\common files\acronis\virtualfile\;c:\program files (x86)\common files\acronis\virtualfile64\;c:\program files (x86)\common files\acronis\snapapi\;C:\Program Files (x86)\Intel\OpenCL SDK\3.0\bin\x86;C:\Program Files (x86)\Intel\OpenCL SDK\3.0\bin\x64;C:\Users\Markimoo\AppData\Local\Microsoft\WindowsApps;C:\Program Files\Bandizip\7z;C:\Program Files (x86)\Java\jre1.8.0_111\bin
  421. USERNAME=Markimoo
  422. OS=Windows_NT
  423. PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 69 Stepping 1, GenuineIntel
  424.  
  425.  
  426.  
  427. --------------- S Y S T E M ---------------
  428.  
  429. OS: Windows 10.0 , 64 bit Build 14393 (10.0.14393.0)
  430.  
  431. CPU:total 4 (2 cores per cpu, 2 threads per core) family 6 model 69 stepping 1, cmov, cx8, fxsr, mmx, sse, sse2, sse3, ssse3, sse4.1, sse4.2, popcnt, avx, avx2, aes, clmul, erms, lzcnt, ht, tsc, tscinvbit, bmi1, bmi2
  432.  
  433. Memory: 4k page, physical 6164608k(1457468k free), swap 12456064k(5741048k free)
  434.  
  435. vm_info: Java HotSpot(TM) Client VM (25.111-b14) for windows-x86 JRE (1.8.0_111-b14), built on Sep 22 2016 18:54:33 by "java_re" with MS VC++ 10.0 (VS2010)
  436.  
  437. time: Fri Dec 02 13:01:43 2016
  438. elapsed time: 6 seconds (0d 0h 0m 6s)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement