Advertisement
williamjcm

LWJGL crash log

Sep 23rd, 2015
219
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 30.55 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=0x000000000bfdddad, pid=6860, tid=7940
  5. #
  6. # JRE version: Java(TM) SE Runtime Environment (7.0_80-b15) (build 1.7.0_80-b15)
  7. # Java VM: Java HotSpot(TM) 64-Bit Server VM (24.80-b11 mixed mode windows-amd64 compressed oops)
  8. # Problematic frame:
  9. # C 0x000000000bfdddad
  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 (0x000000000a30c800): JavaThread "LWJGL Renderer Thread" [_thread_in_native, id=7940, stack(0x000000000bd50000,0x000000000be50000)]
  22.  
  23. siginfo: ExceptionCode=0xc0000005, reading address 0x000000000c0b370c
  24.  
  25. Registers:
  26. RAX=0x000000000ec2aeb4, RBX=0x000000007a011f65, RCX=0x000000007a011f65, RDX=0x000000007a011f65
  27. RSP=0x000000000be4efc0, RBP=0x000000000be4f0a0, RSI=0x000000007a011f65, RDI=0x00007ff8c56b3de0
  28. R8 =0x000000000e132480, R9 =0x0000000000000000, R10=0x000000000ec2aeb0, R11=0xffffffffffffffff
  29. R12=0x0000000000000000, R13=0x00000000dbd5aa18, R14=0x000000000be4f0c0, R15=0x000000000a30c800
  30. RIP=0x000000000bfdddad, EFLAGS=0x0000000000010206
  31.  
  32. Top of Stack: (sp=0x000000000be4efc0)
  33. 0x000000000be4efc0: 000000007a011f65 00007ff8c4d5a9a5
  34. 0x000000000be4efd0: 000000000def4080 000000000ec2aea8
  35. 0x000000000be4efe0: 0000000000000004 0000000000000001
  36. 0x000000000be4eff0: 0000000000000000 00007ff8dbc4648b
  37. 0x000000000be4f000: 0000000000000000 000000000a30c800
  38. 0x000000000be4f010: 00000000dbd5aa20 0000000000000000
  39. 0x000000000be4f020: 00000000029060f8 0000000002913150
  40. 0x000000000be4f030: 00000000dbd5aa20 00007ff8c5670000
  41. 0x000000000be4f040: 00000000dafbbbd8 00000000f64dc918
  42. 0x000000000be4f050: 000000000a30c800 000000000be4f158
  43. 0x000000000be4f060: 000000000be4f060 00000000dbd5aa18
  44. 0x000000000be4f070: 000000000be4f0c0 00000000dbd5b858
  45. 0x000000000be4f080: 0000000000000000 00000000dbd5aa20
  46. 0x000000000be4f090: 0000000000000000 000000000be4f0c0
  47. 0x000000000be4f0a0: 000000000be4f118 00000000029060f8
  48. 0x000000000be4f0b0: 00000000f655d9a8 000000000290f0d8
  49.  
  50. Instructions: (pc=0x000000000bfdddad)
  51. 0x000000000bfddd8d: 00 00 00 00 00 00 00 00 00 00 00 b3 f7 4a 56 00
  52. 0x000000000bfddd9d: 01 00 96 72 61 65 47 40 53 48 83 ec 30 48 8b d9
  53. 0x000000000bfdddad: 48 8b 0d 58 59 0d 00 49 bb f0 0e cf be f8 7f 00
  54. 0x000000000bfdddbd: 00 41 ff e3 00 00 00 00 00 00 00 00 00 00 00 00
  55.  
  56.  
  57. Register to memory mapping:
  58.  
  59. RAX=0x000000000ec2aeb4 is an unknown value
  60. RBX=0x000000007a011f65 is an unknown value
  61. RCX=0x000000007a011f65 is an unknown value
  62. RDX=0x000000007a011f65 is an unknown value
  63. RSP=0x000000000be4efc0 is pointing into the stack for thread: 0x000000000a30c800
  64. RBP=0x000000000be4f0a0 is pointing into the stack for thread: 0x000000000a30c800
  65. RSI=0x000000007a011f65 is an unknown value
  66. RDI=0x00007ff8c56b3de0 is an unknown value
  67. R8 =0x000000000e132480 is an unknown value
  68. R9 =0x0000000000000000 is an unknown value
  69. R10=0x000000000ec2aeb0 is an unknown value
  70. R11=0xffffffffffffffff is an unknown value
  71. R12=0x0000000000000000 is an unknown value
  72. R13=0x00000000dbd5aa18 is pointing into object: 0x00000000dbd5a9d8
  73. {constMethod}
  74. - klass: {other class}
  75. - constants: 0x00000000dbd59ed8 constant pool [118] for 'org/lwjgl/opengl/WindowsContextImplementation' cache=0x00000000dbd5b858
  76. R14=0x000000000be4f0c0 is pointing into the stack for thread: 0x000000000a30c800
  77. R15=0x000000000a30c800 is a thread
  78.  
  79.  
  80. Stack: [0x000000000bd50000,0x000000000be50000], sp=0x000000000be4efc0, free space=1019k
  81. Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
  82. C 0x000000000bfdddad
  83. j org.lwjgl.opengl.WindowsContextImplementation.swapBuffers()V+35
  84. j org.lwjgl.opengl.ContextGL.swapBuffers()V+3
  85. j org.lwjgl.opengl.DrawableGL.swapBuffers()V+0
  86. j org.lwjgl.opengl.Display.swapBuffers()V+39
  87. j org.lwjgl.opengl.Display.update(Z)V+44
  88. j org.lwjgl.opengl.Display.update()V+1
  89. j org.lwjgl.opengl.Display.initContext()V+17
  90. j org.lwjgl.opengl.Display.create(Lorg/lwjgl/opengl/PixelFormat;Lorg/lwjgl/opengl/Drawable;Lorg/lwjgl/opengl/ContextAttribs;)V+111
  91. j org.lwjgl.opengl.Display.create(Lorg/lwjgl/opengl/PixelFormat;)V+12
  92. j com.jme3.system.lwjgl.LwjglDisplay.createContext(Lcom/jme3/system/AppSettings;)V+390
  93. j com.jme3.system.lwjgl.LwjglAbstractDisplay.initInThread()Z+25
  94. j com.jme3.system.lwjgl.LwjglAbstractDisplay.run()V+36
  95. j java.lang.Thread.run()V+11
  96. v ~StubRoutines::call_stub
  97. V [jvm.dll+0x1d03d3]
  98.  
  99. Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
  100. j org.lwjgl.opengl.WindowsContextImplementation.nSwapBuffers(Ljava/nio/ByteBuffer;)V+0
  101. j org.lwjgl.opengl.WindowsContextImplementation.swapBuffers()V+35
  102. j org.lwjgl.opengl.ContextGL.swapBuffers()V+3
  103. j org.lwjgl.opengl.DrawableGL.swapBuffers()V+0
  104. j org.lwjgl.opengl.Display.swapBuffers()V+39
  105. j org.lwjgl.opengl.Display.update(Z)V+44
  106. j org.lwjgl.opengl.Display.update()V+1
  107. j org.lwjgl.opengl.Display.initContext()V+17
  108. j org.lwjgl.opengl.Display.create(Lorg/lwjgl/opengl/PixelFormat;Lorg/lwjgl/opengl/Drawable;Lorg/lwjgl/opengl/ContextAttribs;)V+111
  109. j org.lwjgl.opengl.Display.create(Lorg/lwjgl/opengl/PixelFormat;)V+12
  110. j com.jme3.system.lwjgl.LwjglDisplay.createContext(Lcom/jme3/system/AppSettings;)V+390
  111. j com.jme3.system.lwjgl.LwjglAbstractDisplay.initInThread()Z+25
  112. j com.jme3.system.lwjgl.LwjglAbstractDisplay.run()V+36
  113. j java.lang.Thread.run()V+11
  114. v ~StubRoutines::call_stub
  115.  
  116. --------------- P R O C E S S ---------------
  117.  
  118. Java Threads: ( => current thread )
  119. =>0x000000000a30c800 JavaThread "LWJGL Renderer Thread" [_thread_in_native, id=7940, stack(0x000000000bd50000,0x000000000be50000)]
  120. 0x00000000027fe000 JavaThread "DestroyJavaVM" [_thread_blocked, id=3876, stack(0x00000000026f0000,0x00000000027f0000)]
  121. 0x0000000009201000 JavaThread "TimerQueue" daemon [_thread_blocked, id=6640, stack(0x000000000b700000,0x000000000b800000)]
  122. 0x00000000091a3000 JavaThread "AWT-EventQueue-0" [_thread_blocked, id=4868, stack(0x0000000009c30000,0x0000000009d30000)]
  123. 0x0000000009034800 JavaThread "AWT-Windows" daemon [_thread_in_native, id=5576, stack(0x0000000009560000,0x0000000009660000)]
  124. 0x0000000009033800 JavaThread "AWT-Shutdown" [_thread_blocked, id=7056, stack(0x0000000009460000,0x0000000009560000)]
  125. 0x0000000008fed800 JavaThread "Java2D Disposer" daemon [_thread_blocked, id=4612, stack(0x0000000009360000,0x0000000009460000)]
  126. 0x00000000074f3000 JavaThread "Service Thread" daemon [_thread_blocked, id=7524, stack(0x0000000008c50000,0x0000000008d50000)]
  127. 0x00000000074ec000 JavaThread "C2 CompilerThread1" daemon [_thread_blocked, id=4288, stack(0x0000000008b50000,0x0000000008c50000)]
  128. 0x00000000074e6800 JavaThread "C2 CompilerThread0" daemon [_thread_blocked, id=608, stack(0x0000000008a50000,0x0000000008b50000)]
  129. 0x00000000074e6000 JavaThread "Attach Listener" daemon [_thread_blocked, id=428, stack(0x0000000008950000,0x0000000008a50000)]
  130. 0x00000000074e3000 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=5456, stack(0x0000000008850000,0x0000000008950000)]
  131. 0x00000000074b0800 JavaThread "Finalizer" daemon [_thread_blocked, id=2372, stack(0x0000000008750000,0x0000000008850000)]
  132. 0x00000000074a7800 JavaThread "Reference Handler" daemon [_thread_blocked, id=1988, stack(0x0000000008650000,0x0000000008750000)]
  133.  
  134. Other Threads:
  135. 0x00000000074a2800 VMThread [stack: 0x0000000008550000,0x0000000008650000] [id=7868]
  136. 0x000000000750d000 WatcherThread [stack: 0x0000000008d50000,0x0000000008e50000] [id=5592]
  137.  
  138. VM state:not at safepoint (normal execution)
  139.  
  140. VM Mutex/Monitor currently owned by a thread: None
  141.  
  142. Heap
  143. PSYoungGen total 115712K, used 76179K [0x00000000f5500000, 0x0000000100000000, 0x0000000100000000)
  144. eden space 58368K, 32% used [0x00000000f5500000,0x00000000f6764f88,0x00000000f8e00000)
  145. from space 57344K, 100% used [0x00000000fc800000,0x0000000100000000,0x0000000100000000)
  146. to space 58368K, 0% used [0x00000000f8e00000,0x00000000f8e00000,0x00000000fc700000)
  147. ParOldGen total 292864K, used 156960K [0x00000000e0000000, 0x00000000f1e00000, 0x00000000f5500000)
  148. object space 292864K, 53% used [0x00000000e0000000,0x00000000e9948168,0x00000000f1e00000)
  149. PSPermGen total 30720K, used 16395K [0x00000000dae00000, 0x00000000dcc00000, 0x00000000e0000000)
  150. object space 30720K, 53% used [0x00000000dae00000,0x00000000dbe02c18,0x00000000dcc00000)
  151.  
  152. Card table byte_map: [0x00000000059c0000,0x0000000005af0000] byte_map_base: 0x00000000052e9000
  153.  
  154. Polling page: 0x00000000024f0000
  155.  
  156. Code Cache [0x0000000002900000, 0x0000000002b70000, 0x0000000005900000)
  157. total_blobs=812 nmethods=234 adapters=530 free_code_cache=48167Kb largest_free_block=49288768
  158.  
  159. Compilation events (10 events):
  160. Event: 26.226 Thread 0x00000000074e6800 244 ! sun.nio.cs.UnicodeDecoder::decodeLoop (326 bytes)
  161. Event: 26.231 Thread 0x00000000074e6800 nmethod 244 0x00000000029deb10 code [0x00000000029dec80, 0x00000000029df078]
  162. Event: 26.325 Thread 0x00000000074ec000 246 ! sun.nio.cs.ISO_8859_1$Encoder::encodeBufferLoop (135 bytes)
  163. Event: 26.326 Thread 0x00000000074e6800 247 java.nio.DirectByteBuffer::put (17 bytes)
  164. Event: 26.327 Thread 0x00000000074e6800 nmethod 247 0x00000000029d8fd0 code [0x00000000029d9100, 0x00000000029d9198]
  165. Event: 26.327 Thread 0x00000000074e6800 248 java.nio.StringCharBuffer::get (19 bytes)
  166. Event: 26.329 Thread 0x00000000074e6800 nmethod 248 0x00000000029d8ad0 code [0x00000000029d8c20, 0x00000000029d8d78]
  167. Event: 26.329 Thread 0x00000000074e6800 249 org.lwjgl.MemoryUtil$CharSequenceNT::charAt (28 bytes)
  168. Event: 26.330 Thread 0x00000000074ec000 nmethod 246 0x00000000029d8210 code [0x00000000029d8380, 0x00000000029d86b8]
  169. Event: 26.330 Thread 0x00000000074e6800 nmethod 249 0x00000000029d7d90 code [0x00000000029d7ee0, 0x00000000029d7fd8]
  170.  
  171. GC Heap History (10 events):
  172. Event: 3.067 GC heap before
  173. {Heap before GC invocations=4 (full 1):
  174. PSYoungGen total 37888K, used 5107K [0x00000000f5500000, 0x00000000f9f00000, 0x0000000100000000)
  175. eden space 32768K, 0% used [0x00000000f5500000,0x00000000f5500000,0x00000000f7500000)
  176. from space 5120K, 99% used [0x00000000f7500000,0x00000000f79fccb0,0x00000000f7a00000)
  177. to space 5120K, 0% used [0x00000000f9a00000,0x00000000f9a00000,0x00000000f9f00000)
  178. ParOldGen total 86016K, used 69680K [0x00000000e0000000, 0x00000000e5400000, 0x00000000f5500000)
  179. object space 86016K, 81% used [0x00000000e0000000,0x00000000e440c200,0x00000000e5400000)
  180. PSPermGen total 21504K, used 13595K [0x00000000dae00000, 0x00000000dc300000, 0x00000000e0000000)
  181. object space 21504K, 63% used [0x00000000dae00000,0x00000000dbb46e38,0x00000000dc300000)
  182. Event: 4.093 GC heap after
  183. Heap after GC invocations=4 (full 1):
  184. PSYoungGen total 37888K, used 0K [0x00000000f5500000, 0x00000000f9f00000, 0x0000000100000000)
  185. eden space 32768K, 0% used [0x00000000f5500000,0x00000000f5500000,0x00000000f7500000)
  186. from space 5120K, 0% used [0x00000000f7500000,0x00000000f7500000,0x00000000f7a00000)
  187. to space 5120K, 0% used [0x00000000f9a00000,0x00000000f9a00000,0x00000000f9f00000)
  188. ParOldGen total 170496K, used 73987K [0x00000000e0000000, 0x00000000ea680000, 0x00000000f5500000)
  189. object space 170496K, 43% used [0x00000000e0000000,0x00000000e4840d10,0x00000000ea680000)
  190. PSPermGen total 27648K, used 13590K [0x00000000dae00000, 0x00000000dc900000, 0x00000000e0000000)
  191. object space 27648K, 49% used [0x00000000dae00000,0x00000000dbb45a70,0x00000000dc900000)
  192. }
  193. Event: 4.132 GC heap before
  194. {Heap before GC invocations=5 (full 1):
  195. PSYoungGen total 37888K, used 32768K [0x00000000f5500000, 0x00000000f9f00000, 0x0000000100000000)
  196. eden space 32768K, 100% used [0x00000000f5500000,0x00000000f7500000,0x00000000f7500000)
  197. from space 5120K, 0% used [0x00000000f7500000,0x00000000f7500000,0x00000000f7a00000)
  198. to space 5120K, 0% used [0x00000000f9a00000,0x00000000f9a00000,0x00000000f9f00000)
  199. ParOldGen total 170496K, used 73987K [0x00000000e0000000, 0x00000000ea680000, 0x00000000f5500000)
  200. object space 170496K, 43% used [0x00000000e0000000,0x00000000e4840d10,0x00000000ea680000)
  201. PSPermGen total 27648K, used 13671K [0x00000000dae00000, 0x00000000dc900000, 0x00000000e0000000)
  202. object space 27648K, 49% used [0x00000000dae00000,0x00000000dbb59e18,0x00000000dc900000)
  203. Event: 4.152 GC heap after
  204. Heap after GC invocations=5 (full 1):
  205. PSYoungGen total 49664K, used 5090K [0x00000000f5500000, 0x00000000f9f00000, 0x0000000100000000)
  206. eden space 44544K, 0% used [0x00000000f5500000,0x00000000f5500000,0x00000000f8080000)
  207. from space 5120K, 99% used [0x00000000f9a00000,0x00000000f9ef8890,0x00000000f9f00000)
  208. to space 5120K, 0% used [0x00000000f9500000,0x00000000f9500000,0x00000000f9a00000)
  209. ParOldGen total 170496K, used 101180K [0x00000000e0000000, 0x00000000ea680000, 0x00000000f5500000)
  210. object space 170496K, 59% used [0x00000000e0000000,0x00000000e62cf118,0x00000000ea680000)
  211. PSPermGen total 27648K, used 13671K [0x00000000dae00000, 0x00000000dc900000, 0x00000000e0000000)
  212. object space 27648K, 49% used [0x00000000dae00000,0x00000000dbb59e18,0x00000000dc900000)
  213. }
  214. Event: 4.188 GC heap before
  215. {Heap before GC invocations=6 (full 1):
  216. PSYoungGen total 49664K, used 49634K [0x00000000f5500000, 0x00000000f9f00000, 0x0000000100000000)
  217. eden space 44544K, 100% used [0x00000000f5500000,0x00000000f8080000,0x00000000f8080000)
  218. from space 5120K, 99% used [0x00000000f9a00000,0x00000000f9ef8890,0x00000000f9f00000)
  219. to space 5120K, 0% used [0x00000000f9500000,0x00000000f9500000,0x00000000f9a00000)
  220. ParOldGen total 170496K, used 101180K [0x00000000e0000000, 0x00000000ea680000, 0x00000000f5500000)
  221. object space 170496K, 59% used [0x00000000e0000000,0x00000000e62cf118,0x00000000ea680000)
  222. PSPermGen total 27648K, used 13671K [0x00000000dae00000, 0x00000000dc900000, 0x00000000e0000000)
  223. object space 27648K, 49% used [0x00000000dae00000,0x00000000dbb59e18,0x00000000dc900000)
  224. Event: 4.215 GC heap after
  225. Heap after GC invocations=6 (full 1):
  226. PSYoungGen total 69632K, used 5090K [0x00000000f5500000, 0x0000000100000000, 0x0000000100000000)
  227. eden space 64512K, 0% used [0x00000000f5500000,0x00000000f5500000,0x00000000f9400000)
  228. from space 5120K, 99% used [0x00000000f9500000,0x00000000f99f8890,0x00000000f9a00000)
  229. to space 57344K, 0% used [0x00000000fc800000,0x00000000fc800000,0x0000000100000000)
  230. ParOldGen total 170496K, used 145612K [0x00000000e0000000, 0x00000000ea680000, 0x00000000f5500000)
  231. object space 170496K, 85% used [0x00000000e0000000,0x00000000e8e33118,0x00000000ea680000)
  232. PSPermGen total 27648K, used 13671K [0x00000000dae00000, 0x00000000dc900000, 0x00000000e0000000)
  233. object space 27648K, 49% used [0x00000000dae00000,0x00000000dbb59e18,0x00000000dc900000)
  234. }
  235. Event: 4.215 GC heap before
  236. {Heap before GC invocations=7 (full 2):
  237. PSYoungGen total 69632K, used 5090K [0x00000000f5500000, 0x0000000100000000, 0x0000000100000000)
  238. eden space 64512K, 0% used [0x00000000f5500000,0x00000000f5500000,0x00000000f9400000)
  239. from space 5120K, 99% used [0x00000000f9500000,0x00000000f99f8890,0x00000000f9a00000)
  240. to space 57344K, 0% used [0x00000000fc800000,0x00000000fc800000,0x0000000100000000)
  241. ParOldGen total 170496K, used 145612K [0x00000000e0000000, 0x00000000ea680000, 0x00000000f5500000)
  242. object space 170496K, 85% used [0x00000000e0000000,0x00000000e8e33118,0x00000000ea680000)
  243. PSPermGen total 27648K, used 13671K [0x00000000dae00000, 0x00000000dc900000, 0x00000000e0000000)
  244. object space 27648K, 49% used [0x00000000dae00000,0x00000000dbb59e18,0x00000000dc900000)
  245. Event: 4.640 GC heap after
  246. Heap after GC invocations=7 (full 2):
  247. PSYoungGen total 69632K, used 0K [0x00000000f5500000, 0x0000000100000000, 0x0000000100000000)
  248. eden space 64512K, 0% used [0x00000000f5500000,0x00000000f5500000,0x00000000f9400000)
  249. from space 5120K, 0% used [0x00000000f9500000,0x00000000f9500000,0x00000000f9a00000)
  250. to space 57344K, 0% used [0x00000000fc800000,0x00000000fc800000,0x0000000100000000)
  251. ParOldGen total 292864K, used 150208K [0x00000000e0000000, 0x00000000f1e00000, 0x00000000f5500000)
  252. object space 292864K, 51% used [0x00000000e0000000,0x00000000e92b0168,0x00000000f1e00000)
  253. PSPermGen total 30720K, used 13671K [0x00000000dae00000, 0x00000000dcc00000, 0x00000000e0000000)
  254. object space 30720K, 44% used [0x00000000dae00000,0x00000000dbb59e18,0x00000000dcc00000)
  255. }
  256. Event: 4.696 GC heap before
  257. {Heap before GC invocations=8 (full 2):
  258. PSYoungGen total 69632K, used 64512K [0x00000000f5500000, 0x0000000100000000, 0x0000000100000000)
  259. eden space 64512K, 100% used [0x00000000f5500000,0x00000000f9400000,0x00000000f9400000)
  260. from space 5120K, 0% used [0x00000000f9500000,0x00000000f9500000,0x00000000f9a00000)
  261. to space 57344K, 0% used [0x00000000fc800000,0x00000000fc800000,0x0000000100000000)
  262. ParOldGen total 292864K, used 150208K [0x00000000e0000000, 0x00000000f1e00000, 0x00000000f5500000)
  263. object space 292864K, 51% used [0x00000000e0000000,0x00000000e92b0168,0x00000000f1e00000)
  264. PSPermGen total 30720K, used 13672K [0x00000000dae00000, 0x00000000dcc00000, 0x00000000e0000000)
  265. object space 30720K, 44% used [0x00000000dae00000,0x00000000dbb5a3a0,0x00000000dcc00000)
  266. Event: 4.728 GC heap after
  267. Heap after GC invocations=8 (full 2):
  268. PSYoungGen total 115712K, used 57344K [0x00000000f5500000, 0x0000000100000000, 0x0000000100000000)
  269. eden space 58368K, 0% used [0x00000000f5500000,0x00000000f5500000,0x00000000f8e00000)
  270. from space 57344K, 100% used [0x00000000fc800000,0x0000000100000000,0x0000000100000000)
  271. to space 58368K, 0% used [0x00000000f8e00000,0x00000000f8e00000,0x00000000fc700000)
  272. ParOldGen total 292864K, used 156960K [0x00000000e0000000, 0x00000000f1e00000, 0x00000000f5500000)
  273. object space 292864K, 53% used [0x00000000e0000000,0x00000000e9948168,0x00000000f1e00000)
  274. PSPermGen total 30720K, used 13672K [0x00000000dae00000, 0x00000000dcc00000, 0x00000000e0000000)
  275. object space 30720K, 44% used [0x00000000dae00000,0x00000000dbb5a3a0,0x00000000dcc00000)
  276. }
  277.  
  278. Deoptimization events (10 events):
  279. Event: 1.520 Thread 0x00000000027fe000 Uncommon trap: reason=unstable_if action=reinterpret pc=0x00000000029a2fe8 method=java.lang.AbstractStringBuilder.append(Ljava/lang/String;)Ljava/lang/AbstractStringBuilder; @ 1
  280. Event: 3.022 Thread 0x00000000027fe000 Uncommon trap: reason=unloaded action=reinterpret pc=0x00000000029dc538 method=Game.Main.main([Ljava/lang/String;)V @ 1727
  281. Event: 4.098 Thread 0x00000000027fe000 Uncommon trap: reason=unstable_if action=reinterpret pc=0x00000000029cd7a4 method=Game.Main.main([Ljava/lang/String;)V @ 2005
  282. Event: 9.460 Thread 0x00000000091a3000 Uncommon trap: reason=unstable_if action=reinterpret pc=0x00000000029d44d0 method=java.awt.Container.findComponentAtImpl(IIZ)Ljava/awt/Component; @ 28
  283. Event: 9.585 Thread 0x00000000091a3000 Uncommon trap: reason=class_check action=maybe_recompile pc=0x00000000029d5a9c method=java.util.concurrent.locks.AbstractQueuedSynchronizer.release(I)Z @ 2
  284. Event: 13.902 Thread 0x00000000091a3000 Uncommon trap: reason=unstable_if action=reinterpret pc=0x00000000029d32ec method=java.util.regex.Matcher.search(I)Z @ 91
  285. Event: 18.011 Thread 0x000000000a30c800 Uncommon trap: reason=unstable_if action=reinterpret pc=0x00000000029d2148 method=java.util.Calendar.setFieldsComputed(I)V @ 3
  286. Event: 18.011 Thread 0x000000000a30c800 Uncommon trap: reason=unstable_if action=reinterpret pc=0x00000000029a911c method=sun.awt.image.PNGImageDecoder.produceImage()V @ 932
  287. Event: 18.028 Thread 0x000000000a30c800 Uncommon trap: reason=range_check action=make_not_entrant pc=0x000000000299f7f8 method=java.awt.image.DirectColorModel.setFields()V @ 65
  288. Event: 21.707 Thread 0x00000000091a3000 Uncommon trap: reason=unstable_if action=reinterpret pc=0x00000000029f29f8 method=java.awt.Container.getMouseEventTargetImpl(IIZLjava/awt/Container$EventTargetFilter;ZZ)Ljava/awt/Component; @ 218
  289.  
  290. Internal exceptions (10 events):
  291. Event: 26.284 Thread 0x000000000a30c800 Threw 0x00000000f65e4b20 at C:\re\jdk7u80\2329\hotspot\src\share\vm\prims\jvm.cpp:1319
  292. Event: 26.285 Thread 0x000000000a30c800 Threw 0x00000000f65e7ce8 at C:\re\jdk7u80\2329\hotspot\src\share\vm\prims\jvm.cpp:1319
  293. Event: 26.285 Thread 0x000000000a30c800 Threw 0x00000000f65ed330 at C:\re\jdk7u80\2329\hotspot\src\share\vm\prims\jvm.cpp:1319
  294. Event: 26.285 Thread 0x000000000a30c800 Threw 0x00000000f65f02c0 at C:\re\jdk7u80\2329\hotspot\src\share\vm\prims\jvm.cpp:1319
  295. Event: 26.286 Thread 0x000000000a30c800 Threw 0x00000000f65f3480 at C:\re\jdk7u80\2329\hotspot\src\share\vm\prims\jvm.cpp:1319
  296. Event: 26.292 Thread 0x000000000a30c800 Threw 0x00000000f6615b88 at C:\re\jdk7u80\2329\hotspot\src\share\vm\prims\jvm.cpp:1319
  297. Event: 26.293 Thread 0x000000000a30c800 Threw 0x00000000f661d4a8 at C:\re\jdk7u80\2329\hotspot\src\share\vm\prims\jvm.cpp:1319
  298. Event: 26.299 Thread 0x000000000a30c800 Threw 0x00000000f6663d28 at C:\re\jdk7u80\2329\hotspot\src\share\vm\prims\jvm.cpp:1319
  299. Event: 26.387 Thread 0x000000000a30c800 Threw 0x00000000f672ed40 at C:\re\jdk7u80\2329\hotspot\src\share\vm\prims\jvm.cpp:1319
  300. Event: 26.396 Thread 0x000000000a30c800 Threw 0x00000000f673cb88 at C:\re\jdk7u80\2329\hotspot\src\share\vm\prims\jvm.cpp:1319
  301.  
  302. Events (10 events):
  303. Event: 26.292 loading class 0x0000000009f03980 done
  304. Event: 26.293 loading class 0x0000000009f5f9a0
  305. Event: 26.293 loading class 0x0000000009f5f9a0 done
  306. Event: 26.299 loading class 0x000000000a116950
  307. Event: 26.299 loading class 0x000000000a116950 done
  308. Event: 26.330 Thread 0x00000000074ec000 flushing nmethod 0x00000000029d36d0
  309. Event: 26.387 loading class 0x0000000009f5f910
  310. Event: 26.387 loading class 0x0000000009f5f910 done
  311. Event: 26.396 loading class 0x0000000009f67d70
  312. Event: 26.396 loading class 0x0000000009f67d70 done
  313.  
  314.  
  315. Dynamic libraries:
  316. 0x00007ff63bfa0000 - 0x00007ff63bfd3000 C:\Java\bin\javaw.exe
  317. 0x00007ff8ddee0000 - 0x00007ff8de08c000 C:\Windows\SYSTEM32\ntdll.dll
  318. 0x00007ff8ddce0000 - 0x00007ff8dde1e000 C:\Windows\system32\KERNEL32.DLL
  319. 0x00007ff8db160000 - 0x00007ff8db275000 C:\Windows\system32\KERNELBASE.dll
  320. 0x00007ff8d9a50000 - 0x00007ff8d9ade000 C:\Windows\system32\apphelp.dll
  321. 0x00007ff8cc080000 - 0x00007ff8cc0d3000 C:\Windows\AppPatch\AppPatch64\AcGenral.DLL
  322. 0x00007ff8dda50000 - 0x00007ff8ddafa000 C:\Windows\system32\msvcrt.dll
  323. 0x00007ff8dade0000 - 0x00007ff8dae0e000 C:\Windows\SYSTEM32\SspiCli.dll
  324. 0x00007ff8db930000 - 0x00007ff8db984000 C:\Windows\system32\SHLWAPI.dll
  325. 0x00007ff8db990000 - 0x00007ff8dbb07000 C:\Windows\system32\USER32.dll
  326. 0x00007ff8ddb00000 - 0x00007ff8ddc94000 C:\Windows\system32\ole32.dll
  327. 0x00007ff8dc010000 - 0x00007ff8dd529000 C:\Windows\system32\SHELL32.dll
  328. 0x00007ff8da550000 - 0x00007ff8da571000 C:\Windows\SYSTEM32\USERENV.dll
  329. 0x00007ff8db590000 - 0x00007ff8db63a000 C:\Windows\system32\ADVAPI32.dll
  330. 0x00007ff8c97b0000 - 0x00007ff8c97ce000 C:\Windows\SYSTEM32\MPR.dll
  331. 0x00007ff8dbec0000 - 0x00007ff8dc001000 C:\Windows\system32\RPCRT4.dll
  332. 0x00007ff8dbb10000 - 0x00007ff8dbb69000 C:\Windows\SYSTEM32\sechost.dll
  333. 0x00007ff8db710000 - 0x00007ff8db921000 C:\Windows\SYSTEM32\combase.dll
  334. 0x00007ff8dbb70000 - 0x00007ff8dbcbf000 C:\Windows\system32\GDI32.dll
  335. 0x00007ff8db040000 - 0x00007ff8db055000 C:\Windows\SYSTEM32\profapi.dll
  336. 0x00007ff8d96b0000 - 0x00007ff8d9762000 C:\Windows\SYSTEM32\SHCORE.dll
  337. 0x00007ff8ddca0000 - 0x00007ff8ddcd6000 C:\Windows\system32\IMM32.DLL
  338. 0x00007ff8dbd60000 - 0x00007ff8dbeb2000 C:\Windows\system32\MSCTF.dll
  339. 0x00007ff8daff0000 - 0x00007ff8db021000 c:\windows\system32\nvinitx.dll
  340. 0x00007ff8dafe0000 - 0x00007ff8dafea000 C:\Windows\SYSTEM32\VERSION.dll
  341. 0x00007ff8dafa0000 - 0x00007ff8dafdc000 C:\Windows\SYSTEM32\d3dgearload64.dll
  342. 0x00007ff8d8f80000 - 0x00007ff8d91fa000 C:\Windows\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df_6.0.9600.17810_none_6240b9c7ecbd0bda\COMCTL32.dll
  343. 0x000000006bc30000 - 0x000000006bd02000 C:\Java\bin\msvcr100.dll
  344. 0x000000006b450000 - 0x000000006bc29000 C:\Java\bin\server\jvm.dll
  345. 0x00007ff8d2190000 - 0x00007ff8d2199000 C:\Windows\SYSTEM32\WSOCK32.dll
  346. 0x00007ff8d75c0000 - 0x00007ff8d75e2000 C:\Windows\SYSTEM32\WINMM.dll
  347. 0x00007ff8db570000 - 0x00007ff8db577000 C:\Windows\system32\PSAPI.DLL
  348. 0x00007ff8db6b0000 - 0x00007ff8db70a000 C:\Windows\system32\WS2_32.dll
  349. 0x00007ff8d7590000 - 0x00007ff8d75ba000 C:\Windows\SYSTEM32\WINMMBASE.dll
  350. 0x00007ff8dbd50000 - 0x00007ff8dbd59000 C:\Windows\system32\NSI.dll
  351. 0x00007ff8db110000 - 0x00007ff8db15f000 C:\Windows\SYSTEM32\cfgmgr32.dll
  352. 0x00007ff8d9ca0000 - 0x00007ff8d9cc8000 C:\Windows\SYSTEM32\DEVOBJ.dll
  353. 0x000000006cb20000 - 0x000000006cb2f000 C:\Java\bin\verify.dll
  354. 0x000000006b420000 - 0x000000006b448000 C:\Java\bin\java.dll
  355. 0x000000006b400000 - 0x000000006b416000 C:\Java\bin\zip.dll
  356. 0x000000006b260000 - 0x000000006b3f5000 C:\Java\bin\awt.dll
  357. 0x00007ff8dd7a0000 - 0x00007ff8dd861000 C:\Windows\system32\OLEAUT32.dll
  358. 0x00007ff8d9b20000 - 0x00007ff8d9c49000 C:\Windows\system32\uxtheme.dll
  359. 0x00007ff8d9200000 - 0x00007ff8d9221000 C:\Windows\system32\dwmapi.dll
  360. 0x00007ff8d9cf0000 - 0x00007ff8d9cfb000 C:\Windows\SYSTEM32\kernel.appcore.dll
  361. 0x00007ff8dae80000 - 0x00007ff8dae8b000 C:\Windows\SYSTEM32\CRYPTBASE.dll
  362. 0x00007ff8dae10000 - 0x00007ff8dae73000 C:\Windows\SYSTEM32\bcryptPrimitives.dll
  363. 0x000000006b210000 - 0x000000006b257000 C:\Java\bin\fontmanager.dll
  364. 0x000000006b1f0000 - 0x000000006b20a000 C:\Java\bin\net.dll
  365. 0x00007ff8da7c0000 - 0x00007ff8da819000 C:\Windows\system32\mswsock.dll
  366. 0x000000006b1d0000 - 0x000000006b1e1000 C:\Java\bin\nio.dll
  367. 0x000000006b180000 - 0x000000006b1c1000 C:\Java\bin\t2k.dll
  368. 0x00007ff8d7600000 - 0x00007ff8d76a4000 C:\Windows\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df_5.82.9600.17810_none_34ae2abd958aedeb\comctl32.dll
  369. 0x00007ff8dde20000 - 0x00007ff8dded6000 C:\Windows\SYSTEM32\clbcatq.dll
  370. 0x00007ff8d8dd0000 - 0x00007ff8d8f7e000 C:\Windows\SYSTEM32\WindowsCodecs.dll
  371. 0x00007ff8da820000 - 0x00007ff8da840000 C:\Windows\SYSTEM32\CRYPTSP.dll
  372. 0x00007ff8da440000 - 0x00007ff8da476000 C:\Windows\system32\rsaenh.dll
  373. 0x00007ff8daa70000 - 0x00007ff8daa96000 C:\Windows\SYSTEM32\bcrypt.dll
  374. 0x0000000180000000 - 0x0000000180064000 C:\Games\Steam\SteamApps\common\3079\OpenAL64.dll
  375. 0x000000000bc80000 - 0x000000000bcd3000 C:\Games\Steam\SteamApps\common\3079\lwjgl64.dll
  376. 0x00007ff8c5670000 - 0x00007ff8c579b000 C:\Windows\SYSTEM32\OPENGL32.dll
  377. 0x00007ff8c8120000 - 0x00007ff8c814e000 C:\Windows\SYSTEM32\GLU32.dll
  378. 0x00007ff8c5530000 - 0x00007ff8c5628000 C:\Windows\SYSTEM32\DDRAW.dll
  379. 0x00007ff8cf900000 - 0x00007ff8cf909000 C:\Windows\SYSTEM32\DCIMAN32.dll
  380. 0x00007ff8c4d40000 - 0x00007ff8c5116000 C:\Windows\SYSTEM32\D3DGear64.dll
  381. 0x00007ff8bec60000 - 0x00007ff8bee06000 C:\Games\Steam\GameOverlayRenderer64.dll
  382. 0x00007ff8c99a0000 - 0x00007ff8c9bc1000 C:\Windows\SYSTEM32\D3d9.dll
  383. 0x00007ff8d8850000 - 0x00007ff8d88d7000 C:\Windows\SYSTEM32\Dxgi.dll
  384. 0x00007ff8c93f0000 - 0x00007ff8c9528000 C:\Windows\SYSTEM32\D3d10.dll
  385. 0x00007ff8d9430000 - 0x00007ff8d9489000 C:\Windows\SYSTEM32\d3d10core.dll
  386. 0x00007ff8d8b80000 - 0x00007ff8d8db3000 C:\Windows\SYSTEM32\d3d11.dll
  387. 0x00007ff8c5630000 - 0x00007ff8c5663000 C:\Windows\SYSTEM32\D3d10_1.dll
  388. 0x00007ff8cc530000 - 0x00007ff8cc594000 C:\Windows\SYSTEM32\d3d10_1core.dll
  389. 0x0000000069430000 - 0x000000006b171000 C:\Windows\SYSTEM32\nvoglv64.DLL
  390. 0x000000000d710000 - 0x000000000d8ea000 C:\Windows\system32\SETUPAPI.dll
  391. 0x00007ff8d9770000 - 0x00007ff8d9782000 C:\Windows\SYSTEM32\WTSAPI32.dll
  392. 0x00007ff8db280000 - 0x00007ff8db2d1000 C:\Windows\system32\WINTRUST.dll
  393. 0x00007ff8db2e0000 - 0x00007ff8db4bf000 C:\Windows\system32\CRYPT32.dll
  394. 0x00007ff8db0f0000 - 0x00007ff8db101000 C:\Windows\system32\MSASN1.dll
  395. 0x00007ff8d8310000 - 0x00007ff8d8342000 C:\Windows\SYSTEM32\ntmarta.dll
  396. 0x00007ff8daeb0000 - 0x00007ff8daef6000 C:\Windows\SYSTEM32\powrprof.dll
  397. 0x00007ff8daaa0000 - 0x00007ff8daafa000 C:\Windows\SYSTEM32\WINSTA.dll
  398. 0x00007ff8d6ba0000 - 0x00007ff8d6c32000 C:\Windows\SYSTEM32\mscms.dll
  399. 0x00007ff8cb3c0000 - 0x00007ff8cb401000 C:\Windows\SYSTEM32\icm32.dll
  400. 0x00007ff8cc100000 - 0x00007ff8cc124000 C:\Windows\SYSTEM32\DXVA2.dll
  401. 0x00007ff8cfd40000 - 0x00007ff8cfec9000 C:\Windows\SYSTEM32\dbghelp.dll
  402.  
  403. VM Arguments:
  404. jvm_args: -Xmx512M
  405. java_command: 3079.exe
  406. Launcher Type: SUN_STANDARD
  407.  
  408. Environment Variables:
  409. JAVA_HOME=C:\Java
  410. PATH=c:\d3dgear;C:\Games\Steam;C:\ImageMagick-6.9.0-Q16;C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common;C:\Program Files (x86)\Intel\iCLS Client\;C:\Program Files\Intel\iCLS Client\;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files (x86)\Windows Live\Shared;C:\Program Files\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files\Intel\Intel(R) Management Engine Components\IPT;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\IPT;C:\Program Files (x86)\Intel\OpenCL SDK\3.0\bin\x86;C:\Program Files (x86)\Intel\OpenCL SDK\3.0\bin\x64;C:\cmdtools;C:\Games\Steam;C:\Python27;C:\Program Files\Common Files\Autodesk Shared\;C:\Program Files (x86)\Autodesk\Backburner\;C:\PostgreSQL\9.3\bin;C:\Program Files\TortoiseSVN\bin;"C:\Cryper";C:\GNU\GnuPG\pub;C:\CMake\bin;C:\WinSDK\Windows Performance Toolkit\;C:\Program Files\Microsoft SQL Server\110\Tools\Binn\;C:\Program Files (x86)\Microsoft SDKs\TypeScript\1.0\;C:\Program Files\Microsoft SQL Server\120\Tools\Binn\;C:\Program Files\Intel\WiFi\bin\;C:\Program Files\Common Files\Intel\WirelessCommon\;C:\Bitvise SSH Client;C:\Csound6\bin;C:\TDM-GCC-64\bin;c:\d3dgear;c:\d3dgear;C:\Program Files (x86)\Skype\Phone\;C:\Program Files (x86)\GTK2-Runtime\bin;C:\Ruby193\bin;C:\Program Files\Intel\WiFi\bin\;C:\Program Files\Common Files\Intel\WirelessCommon\;C:\HippoEDIT;C:\Java\bin
  411. USERNAME=Guillaume
  412. OS=Windows_NT
  413. PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 58 Stepping 9, GenuineIntel
  414.  
  415.  
  416.  
  417. --------------- S Y S T E M ---------------
  418.  
  419. OS: Windows 8.1 , 64 bit Build 9600
  420.  
  421. CPU:total 4 (2 cores per cpu, 2 threads per core) family 6 model 58 stepping 9, cmov, cx8, fxsr, mmx, sse, sse2, sse3, ssse3, sse4.1, sse4.2, popcnt, avx, aes, erms, ht, tsc, tscinvbit, tscinv
  422.  
  423. Memory: 4k page, physical 8265464k(5510448k free), swap 9576184k(6514452k free)
  424.  
  425. vm_info: Java HotSpot(TM) 64-Bit Server VM (24.80-b11) for windows-amd64 JRE (1.7.0_80-b15), built on Apr 10 2015 11:26:34 by "java_re" with unknown MS VC++:1600
  426.  
  427. time: Wed Sep 23 08:13:24 2015
  428. elapsed time: 26 seconds
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement