Advertisement
Guest User

Untitled

a guest
Jan 29th, 2015
301
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.65 KB | None | 0 0
  1. #
  2. # A fatal error has been detected by the Java Runtime Environment:
  3. #
  4. # EXCEPTION_STACK_OVERFLOW (0xc00000fd) at pc=0x686d3ff7, pid=10152, tid=5440
  5. #
  6. # JRE version: Java(TM) SE Runtime Environment (8.0_31-b13) (build 1.8.0_31-b13)
  7. # Java VM: Java HotSpot(TM) Client VM (25.31-b07 mixed mode windows-x86 )
  8. # Problematic frame:
  9. # C [ig7icd32.dll+0x3c3ff7]
  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 (0x15997000): JavaThread "LWJGL Application" [_thread_in_native, id=5440, stack(0x161c0000,0x16210000)]
  22.  
  23. siginfo: ExceptionCode=0xc00000fd, ExceptionInformation=0x00000000 0x161c0000
  24.  
  25. Registers:
  26. EAX=0x161c0000, EBX=0x1620eb40, ECX=0x161b3b04, EDX=0x00070000
  27. ESP=0x161d1e94, EBP=0x161d1ea8, ESI=0x1620e424, EDI=0x198fd148
  28. EIP=0x686d3ff7, EFLAGS=0x00010206
  29.  
  30. Top of Stack: (sp=0x161d1e94)
  31. 0x161d1e94: 198fd148 685ac942 161f0258 6872ff8b
  32. 0x161d1ea4: ffffffff 161f0264 685ae011 0000006a
  33. 0x161d1eb4: 161eb0d4 161f01c0 198fd148 1620e6f0
  34. 0x161d1ec4: 00000000 00000000 00000000 00000000
  35. 0x161d1ed4: 00000000 00000000 00000000 00000000
  36. 0x161d1ee4: 00000000 00000000 00000000 00000000
  37. 0x161d1ef4: 00000000 00000000 00000000 00000000
  38. 0x161d1f04: 00000000 00000000 00000000 00000000
  39.  
  40. Instructions: (pc=0x686d3ff7)
  41. 0x686d3fd7: 1b c0 f7 d0 23 c8 8b c4 25 00 f0 ff ff 3b c8 72
  42. 0x686d3fe7: 0a 8b c1 59 94 8b 00 89 04 24 c3 2d 00 10 00 00
  43. 0x686d3ff7: 85 00 eb e9 cc cc cc cc cc 55 8b ec 56 33 c0 50
  44. 0x686d4007: 50 50 50 50 50 50 50 8b 55 0c 8d 49 00 8a 02 0a
  45.  
  46.  
  47. Register to memory mapping:
  48.  
  49. EAX=0x161c0000 is an unknown value
  50. EBX=0x1620eb40 is pointing into the stack for thread: 0x15997000
  51. ECX=0x161b3b04 is an unknown value
  52. EDX=0x00070000 is an unknown value
  53. ESP=0x161d1e94 is pointing into the stack for thread: 0x15997000
  54. EBP=0x161d1ea8 is pointing into the stack for thread: 0x15997000
  55. ESI=0x1620e424 is pointing into the stack for thread: 0x15997000
  56. EDI=0x198fd148 is an unknown value
  57.  
  58.  
  59. Stack: [0x161c0000,0x16210000], sp=0x161d1e94, free space=71k
  60. Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
  61. C [ig7icd32.dll+0x3c3ff7]
  62. C [ig7icd32.dll+0x29e011]
  63. C [ig7icd32.dll+0x29d7de]
  64. C [ig7icd32.dll+0x3630c4]
  65. C [ig7icd32.dll+0x362b74]
  66. C [ig7icd32.dll+0x3640ff]
  67. C [ig7icd32.dll+0x119d31]
  68. C [ig7icd32.dll+0x364136]
  69. C [ig7icd32.dll+0x119d31]
  70. C [ig7icd32.dll+0x36349f]
  71. C [ig7icd32.dll+0x119d42]
  72. C [ig7icd32.dll+0x36349f]
  73. C [ig7icd32.dll+0x119e5d]
  74. C [ig7icd32.dll+0x363b6d]
  75. C [ig7icd32.dll+0x119d42]
  76. C [ig7icd32.dll+0x36349f]
  77. C [ig7icd32.dll+0x119d42]
  78. C [ig7icd32.dll+0x323195]
  79. C [ig7icd32.dll+0x3230c0]
  80. C [ig7icd32.dll+0x1d31b7]
  81. C [ig7icd32.dll+0x117af0]
  82. C [ig7icd32.dll+0x1187da]
  83. C [ig7icd32.dll+0x11898e]
  84. C [ig7icd32.dll+0x2627f2]
  85. C [lwjgl.dll+0x99b9]
  86. j org.lwjgl.opengl.GL20.glLinkProgram(I)V+15
  87. j com.badlogic.gdx.backends.lwjgl.LwjglGL20.glLinkProgram(I)V+1
  88. j com.badlogic.gdx.graphics.glutils.ShaderProgram.linkProgram()I+41
  89. j com.badlogic.gdx.graphics.glutils.ShaderProgram.compileShaders(Ljava/lang/String;Ljava/lang/String;)V+46
  90. j com.badlogic.gdx.graphics.glutils.ShaderProgram.<init>(Ljava/lang/String;Ljava/lang/String;)V+147
  91. j com.mygame.Shaders.fishEye()Lcom/badlogic/gdx/graphics/glutils/ShaderProgram;+14
  92. j com.mygame.robot.menu.Splash.<init>()V+104
  93. j com.mygame.robot.Robot.create()V+114
  94. j com.badlogic.gdx.backends.lwjgl.LwjglApplication.mainLoop()V+29
  95. j com.badlogic.gdx.backends.lwjgl.LwjglApplication$1.run()V+27
  96. v ~StubRoutines::call_stub
  97. V [jvm.dll+0x1473e5]
  98. V [jvm.dll+0x20d57e]
  99. V [jvm.dll+0x14747e]
  100. V [jvm.dll+0x147606]
  101. V [jvm.dll+0x147677]
  102. V [jvm.dll+0xf09df]
  103. V [jvm.dll+0x169acc]
  104. V [jvm.dll+0x16a35a]
  105. V [jvm.dll+0x1af0a6]
  106. C [msvcr100.dll+0x5c556]
  107. C [msvcr100.dll+0x5c600]
  108. C [KERNEL32.DLL+0x1919f]
  109. C [ntdll.dll+0x50bbb]
  110. C [ntdll.dll+0x50b91]
  111. C 0x00000000
  112.  
  113. Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
  114. j org.lwjgl.opengl.GL20.nglLinkProgram(IJ)V+0
  115. j org.lwjgl.opengl.GL20.glLinkProgram(I)V+15
  116. j com.badlogic.gdx.backends.lwjgl.LwjglGL20.glLinkProgram(I)V+1
  117. j com.badlogic.gdx.graphics.glutils.ShaderProgram.linkProgram()I+41
  118. j com.badlogic.gdx.graphics.glutils.ShaderProgram.compileShaders(Ljava/lang/String;Ljava/lang/String;)V+46
  119. j com.badlogic.gdx.graphics.glutils.ShaderProgram.<init>(Ljava/lang/String;Ljava/lang/String;)V+147
  120. j com.mygame.Shaders.fishEye()Lcom/badlogic/gdx/graphics/glutils/ShaderProgram;+14
  121. j com.mygame.robot.menu.Splash.<init>()V+104
  122. j com.mygame.robot.Robot.create()V+114
  123. j com.badlogic.gdx.backends.lwjgl.LwjglApplication.mainLoop()V+29
  124. j com.badlogic.gdx.backends.lwjgl.LwjglApplication$1.run()V+27
  125. v ~StubRoutines::call_stub
  126.  
  127. --------------- P R O C E S S ---------------
  128.  
  129. Java Threads: ( => current thread )
  130. 0x0264cc00 JavaThread "DestroyJavaVM" [_thread_blocked, id=6260, stack(0x024d0000,0x02520000)]
  131. =>0x15997000 JavaThread "LWJGL Application" [_thread_in_native, id=5440, stack(0x161c0000,0x16210000)]
  132. 0x14e9a000 JavaThread "Monitor Ctrl-Break" daemon [_thread_in_native, id=10220, stack(0x15380000,0x153d0000)]
  133. 0x14d83800 JavaThread "Service Thread" daemon [_thread_blocked, id=8540, stack(0x15260000,0x152b0000)]
  134. 0x14d89800 JavaThread "C1 CompilerThread0" daemon [_thread_blocked, id=6388, stack(0x151d0000,0x15220000)]
  135. 0x14d88c00 JavaThread "Attach Listener" daemon [_thread_blocked, id=8644, stack(0x15140000,0x15190000)]
  136. 0x14d86800 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=10376, stack(0x150b0000,0x15100000)]
  137. 0x14d56000 JavaThread "Finalizer" daemon [_thread_blocked, id=4156, stack(0x15020000,0x15070000)]
  138. 0x027ee400 JavaThread "Reference Handler" daemon [_thread_blocked, id=6296, stack(0x14f90000,0x14fe0000)]
  139.  
  140. Other Threads:
  141. 0x027ecc00 VMThread [stack: 0x14d00000,0x14d50000] [id=13368]
  142. 0x14d9d800 WatcherThread [stack: 0x152f0000,0x15340000] [id=8772]
  143.  
  144. VM state:not at safepoint (normal execution)
  145.  
  146. VM Mutex/Monitor currently owned by a thread: None
  147.  
  148. Heap:
  149. def new generation total 4928K, used 989K [0x04800000, 0x04d50000, 0x09d50000)
  150. eden space 4416K, 13% used [0x04800000, 0x04896720, 0x04c50000)
  151. from space 512K, 75% used [0x04cd0000, 0x04d30db0, 0x04d50000)
  152. to space 512K, 0% used [0x04c50000, 0x04c50000, 0x04cd0000)
  153. tenured generation total 10944K, used 4567K [0x09d50000, 0x0a800000, 0x14800000)
  154. the space 10944K, 41% used [0x09d50000, 0x0a1c5e48, 0x0a1c6000, 0x0a800000)
  155. Metaspace used 5645K, capacity 5733K, committed 5760K, reserved 6528K
  156.  
  157. Card table byte_map: [0x02650000,0x026e0000] byte_map_base: 0x0262c000
  158.  
  159. Polling page: 0x02520000
  160.  
  161. CodeCache: size=32768Kb used=1125Kb max_used=1125Kb free=31642Kb
  162. bounds [0x027f0000, 0x02910000, 0x047f0000]
  163. total_blobs=548 nmethods=280 adapters=200
  164. compilation: enabled
  165.  
  166. Compilation events (10 events):
  167. Event: 12.350 Thread 0x14d89800 280 java.nio.ByteBuffer::allocateDirect (9 bytes)
  168. Event: 12.350 Thread 0x14d89800 nmethod 280 0x02907f48 code [0x02908050, 0x0290811c]
  169. Event: 12.350 Thread 0x14d89800 281 ! java.nio.DirectByteBuffer::<init> (146 bytes)
  170. Event: 12.352 Thread 0x14d89800 nmethod 281 0x02908188 code [0x02908300, 0x02908990]
  171. Event: 12.352 Thread 0x14d89800 282 sun.misc.Unsafe::setMemory (10 bytes)
  172. Event: 12.352 Thread 0x14d89800 nmethod 282 0x02908dc8 code [0x02908ed0, 0x02908f8c]
  173. Event: 12.352 Thread 0x14d89800 284 java.nio.DirectByteBuffer$Deallocator::<init> (9 bytes)
  174. Event: 12.352 Thread 0x14d89800 nmethod 284 0x02909008 code [0x02909100, 0x029091ac]
  175. Event: 12.352 Thread 0x14d89800 285 java.nio.DirectByteBuffer$Deallocator::<init> (41 bytes)
  176. Event: 12.352 Thread 0x14d89800 nmethod 285 0x02909208 code [0x02909300, 0x029093a0]
  177.  
  178. GC Heap History (10 events):
  179. Event: 10.792 GC heap before
  180. {Heap before GC invocations=2 (full 0):
  181. def new generation total 4928K, used 4899K [0x04800000, 0x04d50000, 0x09d50000)
  182. eden space 4416K, 99% used [0x04800000, 0x04c48cf8, 0x04c50000)
  183. from space 512K, 100% used [0x04c50000, 0x04cd0000, 0x04cd0000)
  184. to space 512K, 0% used [0x04cd0000, 0x04cd0000, 0x04d50000)
  185. tenured generation total 10944K, used 1702K [0x09d50000, 0x0a800000, 0x14800000)
  186. the space 10944K, 15% used [0x09d50000, 0x09ef9b48, 0x09ef9c00, 0x0a800000)
  187. Metaspace used 5219K, capacity 5315K, committed 5376K, reserved 5504K
  188. Event: 10.801 GC heap after
  189. Heap after GC invocations=3 (full 0):
  190. def new generation total 4928K, used 512K [0x04800000, 0x04d50000, 0x09d50000)
  191. eden space 4416K, 0% used [0x04800000, 0x04800000, 0x04c50000)
  192. from space 512K, 100% used [0x04cd0000, 0x04d50000, 0x04d50000)
  193. to space 512K, 0% used [0x04c50000, 0x04c50000, 0x04cd0000)
  194. tenured generation total 10944K, used 3308K [0x09d50000, 0x0a800000, 0x14800000)
  195. the space 10944K, 30% used [0x09d50000, 0x0a08b300, 0x0a08b400, 0x0a800000)
  196. Metaspace used 5219K, capacity 5315K, committed 5376K, reserved 5504K
  197. }
  198. Event: 10.903 GC heap before
  199. {Heap before GC invocations=3 (full 0):
  200. def new generation total 4928K, used 4753K [0x04800000, 0x04d50000, 0x09d50000)
  201. eden space 4416K, 96% used [0x04800000, 0x04c246c8, 0x04c50000)
  202. from space 512K, 100% used [0x04cd0000, 0x04d50000, 0x04d50000)
  203. to space 512K, 0% used [0x04c50000, 0x04c50000, 0x04cd0000)
  204. tenured generation total 10944K, used 3308K [0x09d50000, 0x0a800000, 0x14800000)
  205. the space 10944K, 30% used [0x09d50000, 0x0a08b300, 0x0a08b400, 0x0a800000)
  206. Metaspace used 5227K, capacity 5315K, committed 5376K, reserved 5504K
  207. Event: 10.907 GC heap after
  208. Heap after GC invocations=4 (full 0):
  209. def new generation total 4928K, used 512K [0x04800000, 0x04d50000, 0x09d50000)
  210. eden space 4416K, 0% used [0x04800000, 0x04800000, 0x04c50000)
  211. from space 512K, 100% used [0x04c50000, 0x04cd0000, 0x04cd0000)
  212. to space 512K, 0% used [0x04cd0000, 0x04cd0000, 0x04d50000)
  213. tenured generation total 10944K, used 4064K [0x09d50000, 0x0a800000, 0x14800000)
  214. the space 10944K, 37% used [0x09d50000, 0x0a148260, 0x0a148400, 0x0a800000)
  215. Metaspace used 5227K, capacity 5315K, committed 5376K, reserved 5504K
  216. }
  217. Event: 10.997 GC heap before
  218. {Heap before GC invocations=4 (full 0):
  219. def new generation total 4928K, used 4592K [0x04800000, 0x04d50000, 0x09d50000)
  220. eden space 4416K, 92% used [0x04800000, 0x04bfc380, 0x04c50000)
  221. from space 512K, 100% used [0x04c50000, 0x04cd0000, 0x04cd0000)
  222. to space 512K, 0% used [0x04cd0000, 0x04cd0000, 0x04d50000)
  223. tenured generation total 10944K, used 4064K [0x09d50000, 0x0a800000, 0x14800000)
  224. the space 10944K, 37% used [0x09d50000, 0x0a148260, 0x0a148400, 0x0a800000)
  225. Metaspace used 5277K, capacity 5381K, committed 5504K, reserved 5504K
  226. Event: 10.999 GC heap after
  227. Heap after GC invocations=5 (full 0):
  228. def new generation total 4928K, used 19K [0x04800000, 0x04d50000, 0x09d50000)
  229. eden space 4416K, 0% used [0x04800000, 0x04800000, 0x04c50000)
  230. from space 512K, 3% used [0x04cd0000, 0x04cd4ed8, 0x04d50000)
  231. to space 512K, 0% used [0x04c50000, 0x04c50000, 0x04cd0000)
  232. tenured generation total 10944K, used 4567K [0x09d50000, 0x0a800000, 0x14800000)
  233. the space 10944K, 41% used [0x09d50000, 0x0a1c5e48, 0x0a1c6000, 0x0a800000)
  234. Metaspace used 5277K, capacity 5381K, committed 5504K, reserved 5504K
  235. }
  236. Event: 11.344 GC heap before
  237. {Heap before GC invocations=5 (full 0):
  238. def new generation total 4928K, used 4310K [0x04800000, 0x04d50000, 0x09d50000)
  239. eden space 4416K, 97% used [0x04800000, 0x04c30b18, 0x04c50000)
  240. from space 512K, 3% used [0x04cd0000, 0x04cd4ed8, 0x04d50000)
  241. to space 512K, 0% used [0x04c50000, 0x04c50000, 0x04cd0000)
  242. tenured generation total 10944K, used 4567K [0x09d50000, 0x0a800000, 0x14800000)
  243. the space 10944K, 41% used [0x09d50000, 0x0a1c5e48, 0x0a1c6000, 0x0a800000)
  244. Metaspace used 5283K, capacity 5381K, committed 5504K, reserved 5504K
  245. Event: 11.346 GC heap after
  246. Heap after GC invocations=6 (full 0):
  247. def new generation total 4928K, used 38K [0x04800000, 0x04d50000, 0x09d50000)
  248. eden space 4416K, 0% used [0x04800000, 0x04800000, 0x04c50000)
  249. from space 512K, 7% used [0x04c50000, 0x04c59a80, 0x04cd0000)
  250. to space 512K, 0% used [0x04cd0000, 0x04cd0000, 0x04d50000)
  251. tenured generation total 10944K, used 4567K [0x09d50000, 0x0a800000, 0x14800000)
  252. the space 10944K, 41% used [0x09d50000, 0x0a1c5e48, 0x0a1c6000, 0x0a800000)
  253. Metaspace used 5283K, capacity 5381K, committed 5504K, reserved 5504K
  254. }
  255. Event: 12.250 GC heap before
  256. {Heap before GC invocations=6 (full 0):
  257. def new generation total 4928K, used 4454K [0x04800000, 0x04d50000, 0x09d50000)
  258. eden space 4416K, 100% used [0x04800000, 0x04c50000, 0x04c50000)
  259. from space 512K, 7% used [0x04c50000, 0x04c59a80, 0x04cd0000)
  260. to space 512K, 0% used [0x04cd0000, 0x04cd0000, 0x04d50000)
  261. tenured generation total 10944K, used 4567K [0x09d50000, 0x0a800000, 0x14800000)
  262. the space 10944K, 41% used [0x09d50000, 0x0a1c5e48, 0x0a1c6000, 0x0a800000)
  263. Metaspace used 5586K, capacity 5701K, committed 5760K, reserved 6528K
  264. Event: 12.252 GC heap after
  265. Heap after GC invocations=7 (full 0):
  266. def new generation total 4928K, used 387K [0x04800000, 0x04d50000, 0x09d50000)
  267. eden space 4416K, 0% used [0x04800000, 0x04800000, 0x04c50000)
  268. from space 512K, 75% used [0x04cd0000, 0x04d30db0, 0x04d50000)
  269. to space 512K, 0% used [0x04c50000, 0x04c50000, 0x04cd0000)
  270. tenured generation total 10944K, used 4567K [0x09d50000, 0x0a800000, 0x14800000)
  271. the space 10944K, 41% used [0x09d50000, 0x0a1c5e48, 0x0a1c6000, 0x0a800000)
  272. Metaspace used 5586K, capacity 5701K, committed 5760K, reserved 6528K
  273. }
  274.  
  275. Deoptimization events (0 events):
  276. No events
  277.  
  278. Internal exceptions (10 events):
  279. Event: 12.404 Thread 0x15997000 Exception <a 'java/security/PrivilegedActionException'> (0x0483dc38) thrown at [C:\re\workspace\8-2-build-windows-i586-cygwin\jdk8u31\2394\hotspot\src\share\vm\prims\jvm.cpp, line 1312]
  280. Event: 12.411 Thread 0x15997000 Exception <a 'java/security/PrivilegedActionException'> (0x04847540) thrown at [C:\re\workspace\8-2-build-windows-i586-cygwin\jdk8u31\2394\hotspot\src\share\vm\prims\jvm.cpp, line 1312]
  281. Event: 12.413 Thread 0x15997000 Exception <a 'java/security/PrivilegedActionException'> (0x0484da50) thrown at [C:\re\workspace\8-2-build-windows-i586-cygwin\jdk8u31\2394\hotspot\src\share\vm\prims\jvm.cpp, line 1312]
  282. Event: 12.414 Thread 0x15997000 Exception <a 'java/security/PrivilegedActionException'> (0x048531d8) thrown at [C:\re\workspace\8-2-build-windows-i586-cygwin\jdk8u31\2394\hotspot\src\share\vm\prims\jvm.cpp, line 1312]
  283. Event: 12.416 Thread 0x15997000 Exception <a 'java/security/PrivilegedActionException'> (0x04858768) thrown at [C:\re\workspace\8-2-build-windows-i586-cygwin\jdk8u31\2394\hotspot\src\share\vm\prims\jvm.cpp, line 1312]
  284. Event: 12.417 Thread 0x15997000 Exception <a 'java/security/PrivilegedActionException'> (0x0485ccb8) thrown at [C:\re\workspace\8-2-build-windows-i586-cygwin\jdk8u31\2394\hotspot\src\share\vm\prims\jvm.cpp, line 1312]
  285. Event: 12.423 Thread 0x15997000 Exception <a 'java/security/PrivilegedActionException'> (0x0485fca8) thrown at [C:\re\workspace\8-2-build-windows-i586-cygwin\jdk8u31\2394\hotspot\src\share\vm\prims\jvm.cpp, line 1312]
  286. Event: 12.426 Thread 0x15997000 Exception <a 'java/security/PrivilegedActionException'> (0x048649c8) thrown at [C:\re\workspace\8-2-build-windows-i586-cygwin\jdk8u31\2394\hotspot\src\share\vm\prims\jvm.cpp, line 1312]
  287. Event: 12.438 Thread 0x15997000 Exception <a 'java/security/PrivilegedActionException'> (0x04877190) thrown at [C:\re\workspace\8-2-build-windows-i586-cygwin\jdk8u31\2394\hotspot\src\share\vm\prims\jvm.cpp, line 1312]
  288. Event: 12.443 Thread 0x15997000 Exception <a 'java/security/PrivilegedActionException'> (0x0487bf50) thrown at [C:\re\workspace\8-2-build-windows-i586-cygwin\jdk8u31\2394\hotspot\src\share\vm\prims\jvm.cpp, line 1312]
  289.  
  290. Events (10 events):
  291. Event: 12.417 loading class com/mygame/Prefs$1
  292. Event: 12.417 loading class com/mygame/Prefs$1 done
  293. Event: 12.423 loading class com/mygame/Utils
  294. Event: 12.423 loading class com/mygame/Utils done
  295. Event: 12.426 loading class com/mygame/Utils$PerlinNoise
  296. Event: 12.426 loading class com/mygame/Utils$PerlinNoise done
  297. Event: 12.438 loading class com/mygame/robot/menu/Splash
  298. Event: 12.438 loading class com/mygame/robot/menu/Splash done
  299. Event: 12.443 loading class com/badlogic/gdx/ScreenAdapter
  300. Event: 12.443 loading class com/badlogic/gdx/ScreenAdapter done
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement