Advertisement
Guest User

Craaaasdh

a guest
Feb 16th, 2015
215
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 25.41 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=0x47da374e, pid=6416, tid=1348
  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+0x2a374e]
  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 (0x4588d000): JavaThread "Thread-3" [_thread_in_native, id=1348, stack(0x47860000,0x478b0000)]
  22.  
  23. siginfo: ExceptionCode=0xc0000005, reading address 0x3f800010
  24.  
  25. Registers:
  26. EAX=0x3f800000, EBX=0x4a533238, ECX=0x00000010, EDX=0x000b3330
  27. ESP=0x478ae6f4, EBP=0x000b3340, ESI=0x46e95f80, EDI=0x46e9eb20
  28. EIP=0x47da374e, EFLAGS=0x00010206
  29.  
  30. Top of Stack: (sp=0x478ae6f4)
  31. 0x478ae6f4: 46ea0e50 46e95f80 46e9eb20 00000010
  32. 0x478ae704: 00eec4d3 46ea0e50 00000006 000b3340
  33. 0x478ae714: 000b3340 00000010 00000000 00000000
  34. 0x478ae724: 46ea0990 00010000 47da6aab 0000b334
  35. 0x478ae734: 00000001 4a533238 00000000 46e95f80
  36. 0x478ae744: 75b811e0 0000b334 00000001 46ea0e50
  37. 0x478ae754: 0000b334 00000000 00000009 00240000
  38. 0x478ae764: 00000000 478af37c 481a055b ffffffff
  39.  
  40. Instructions: (pc=0x47da374e)
  41. 0x47da372e: 42 04 ff d0 89 47 34 89 44 24 44 85 c0 74 98 8b
  42. 0x47da373e: d8 8b 43 14 c7 44 24 18 06 00 00 00 85 c0 74 40
  43. 0x47da374e: 8b 48 10 2b 4b 04 3b cd 72 07 80 7c 24 40 00 74
  44. 0x47da375e: 2f 56 8b cf e8 f9 06 03 00 55 57 56 8b cb e8 ef
  45.  
  46.  
  47. Register to memory mapping:
  48.  
  49. EAX=0x3f800000 is an unallocated location in the heap
  50. EBX=0x4a533238 is an unknown value
  51. ECX=0x00000010 is an unknown value
  52. EDX=0x000b3330 is an unknown value
  53. ESP=0x478ae6f4 is pointing into the stack for thread: 0x4588d000
  54. EBP=0x000b3340 is an unknown value
  55. ESI=0x46e95f80 is an unknown value
  56. EDI=0x46e9eb20 is an unknown value
  57.  
  58.  
  59. Stack: [0x47860000,0x478b0000], sp=0x478ae6f4, free space=313k
  60. Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
  61. C [ig7icd32.dll+0x2a374e]
  62.  
  63. Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
  64. J 793 org.lwjgl.opengl.GL11.nglVertex3f(FFFJ)V (0 bytes) @ 0x02ba8ffa [0x02ba8fa0+0x5a]
  65. J 680 C1 net.emps.client.a.b.f(Z)V (564 bytes) @ 0x02a64524 [0x02a63310+0x1214]
  66. J 1138 C1 net.emps.client.a.b.a()V (102 bytes) @ 0x02cd04a0 [0x02cd0340+0x160]
  67. J 1069 C1 net.emps.client.g.b.b.b()V (64 bytes) @ 0x02cb36d0 [0x02cb3610+0xc0]
  68. J 933 C1 net.emps.client.model.Client.M()V (4297 bytes) @ 0x02c0bbbc [0x02c0a760+0x145c]
  69. J 1024 C1 net.emps.client.model.Client.g()V (3825 bytes) @ 0x02c703ec [0x02c6cbf0+0x37fc]
  70. J 1031 C1 net.emps.client.g.b.a()V (588 bytes) @ 0x02c7e4e4 [0x02c7ddb0+0x734]
  71. j net.emps.client.g.b.run()V+169
  72. j net.emps.client.model.Client.run()V+11
  73. j java.lang.Thread.run()V+11
  74. v ~StubRoutines::call_stub
  75.  
  76. --------------- P R O C E S S ---------------
  77.  
  78. Java Threads: ( => current thread )
  79. 0x4da93800 JavaThread "pool-2-thread-20" [_thread_blocked, id=4548, stack(0x529a0000,0x529f0000)]
  80. 0x4da93000 JavaThread "pool-2-thread-19" [_thread_blocked, id=6388, stack(0x52650000,0x526a0000)]
  81. 0x4da92c00 JavaThread "pool-2-thread-18" [_thread_blocked, id=5380, stack(0x52710000,0x52760000)]
  82. 0x4da92400 JavaThread "pool-2-thread-17" [_thread_blocked, id=6276, stack(0x52300000,0x52350000)]
  83. 0x4da92000 JavaThread "pool-2-thread-16" [_thread_blocked, id=7096, stack(0x527d0000,0x52820000)]
  84. 0x4da91800 JavaThread "pool-2-thread-15" [_thread_blocked, id=6224, stack(0x52290000,0x522e0000)]
  85. 0x4da91000 JavaThread "pool-2-thread-14" [_thread_blocked, id=6552, stack(0x52440000,0x52490000)]
  86. 0x4d3d7800 JavaThread "pool-2-thread-13" [_thread_blocked, id=6432, stack(0x476e0000,0x47730000)]
  87. 0x4d3d7400 JavaThread "pool-2-thread-12" [_thread_blocked, id=3500, stack(0x51fa0000,0x51ff0000)]
  88. 0x4d3d6c00 JavaThread "pool-2-thread-11" [_thread_blocked, id=6584, stack(0x4c670000,0x4c6c0000)]
  89. 0x4d3d6800 JavaThread "pool-2-thread-10" [_thread_blocked, id=5924, stack(0x52360000,0x523b0000)]
  90. 0x4d3d6000 JavaThread "pool-2-thread-9" [_thread_blocked, id=6524, stack(0x51e50000,0x51ea0000)]
  91. 0x4d3d5c00 JavaThread "pool-2-thread-8" [_thread_blocked, id=5632, stack(0x520f0000,0x52140000)]
  92. 0x4d3d5400 JavaThread "pool-2-thread-7" [_thread_blocked, id=1964, stack(0x51eb0000,0x51f00000)]
  93. 0x4d3d4c00 JavaThread "pool-2-thread-6" [_thread_blocked, id=6912, stack(0x52000000,0x52050000)]
  94. 0x4d3d4800 JavaThread "pool-2-thread-5" [_thread_blocked, id=5448, stack(0x4f0b0000,0x4f100000)]
  95. 0x4d3d4000 JavaThread "pool-2-thread-4" [_thread_blocked, id=6972, stack(0x4bd80000,0x4bdd0000)]
  96. 0x4d3d3c00 JavaThread "pool-2-thread-3" [_thread_blocked, id=4380, stack(0x475f0000,0x47640000)]
  97. 0x4d3d3400 JavaThread "pool-2-thread-2" [_thread_blocked, id=6340, stack(0x4a350000,0x4a3a0000)]
  98. 0x4d3d3000 JavaThread "Java Sound Event Dispatcher" daemon [_thread_blocked, id=7108, stack(0x4bd00000,0x4bd50000)]
  99. 0x4d3d1400 JavaThread "pool-2-thread-1" [_thread_blocked, id=1160, stack(0x4c320000,0x4c370000)]
  100. 0x4d3d1000 JavaThread "pool-3-thread-1" [_thread_blocked, id=5972, stack(0x4c460000,0x4c4b0000)]
  101. 0x4d3d0800 JavaThread "Thread-12" [_thread_blocked, id=2148, stack(0x4c390000,0x4c3e0000)]
  102. 0x4d3d2000 JavaThread "Thread-10" [_thread_blocked, id=1340, stack(0x4c230000,0x4c280000)]
  103. 0x4d3d1c00 JavaThread "pool-5-thread-1" [_thread_blocked, id=4804, stack(0x4c550000,0x4c5a0000)]
  104. 0x4d3d0400 JavaThread "Thread-9" [_thread_blocked, id=7112, stack(0x47440000,0x47490000)]
  105. 0x45938400 JavaThread "LWJGL Timer" daemon [_thread_blocked, id=5892, stack(0x477c0000,0x47810000)]
  106. 0x458de400 JavaThread "Thread-6" [_thread_blocked, id=1228, stack(0x4be60000,0x4beb0000)]
  107. 0x4588e000 JavaThread "Thread-4" [_thread_blocked, id=6028, stack(0x47a40000,0x47a90000)]
  108. 0x0011bc00 JavaThread "DestroyJavaVM" [_thread_blocked, id=6296, stack(0x009a0000,0x009f0000)]
  109. =>0x4588d000 JavaThread "Thread-3" [_thread_in_native, id=1348, stack(0x47860000,0x478b0000)]
  110. 0x45859400 JavaThread "Thread-2" daemon [_thread_blocked, id=4780, stack(0x478e0000,0x47930000)]
  111. 0x45854000 JavaThread "AWT-Windows" daemon [_thread_in_native, id=1628, stack(0x474b0000,0x47500000)]
  112. 0x45853000 JavaThread "Java2D Disposer" daemon [_thread_blocked, id=1432, stack(0x47500000,0x47550000)]
  113. 0x4583a800 JavaThread "Java Sound Sequencer" [_thread_blocked, id=6272, stack(0x47210000,0x47260000)]
  114. 0x45046800 JavaThread "Service Thread" daemon [_thread_blocked, id=7016, stack(0x45570000,0x455c0000)]
  115. 0x45025c00 JavaThread "C1 CompilerThread0" daemon [_thread_blocked, id=6160, stack(0x453f0000,0x45440000)]
  116. 0x45024c00 JavaThread "Attach Listener" daemon [_thread_blocked, id=2988, stack(0x451d0000,0x45220000)]
  117. 0x4502cc00 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=6788, stack(0x45330000,0x45380000)]
  118. 0x44ff1000 JavaThread "Finalizer" daemon [_thread_blocked, id=3212, stack(0x45250000,0x452a0000)]
  119. 0x44feac00 JavaThread "Reference Handler" daemon [_thread_blocked, id=4492, stack(0x04750000,0x047a0000)]
  120.  
  121. Other Threads:
  122. 0x44fe7800 VMThread [stack: 0x00e20000,0x00e70000] [id=4980]
  123. 0x45047c00 WatcherThread [stack: 0x45680000,0x456d0000] [id=4544]
  124.  
  125. VM state:not at safepoint (normal execution)
  126.  
  127. VM Mutex/Monitor currently owned by a thread: None
  128.  
  129. Heap:
  130. def new generation total 203200K, used 125378K [0x04800000, 0x12470000, 0x19d50000)
  131. eden space 180672K, 67% used [0x04800000, 0x0bfb5b90, 0x0f870000)
  132. from space 22528K, 12% used [0x10e70000, 0x1112af88, 0x12470000)
  133. to space 22528K, 0% used [0x0f870000, 0x0f870000, 0x10e70000)
  134. tenured generation total 451308K, used 289157K [0x19d50000, 0x3560b000, 0x44800000)
  135. the space 451308K, 64% used [0x19d50000, 0x2b7b1710, 0x2b7b1800, 0x3560b000)
  136. Metaspace used 7689K, capacity 7807K, committed 7936K, reserved 8576K
  137.  
  138. Card table byte_map: [0x44800000,0x44a10000] byte_map_base: 0x447dc000
  139.  
  140. Polling page: 0x00100000
  141.  
  142. CodeCache: size=32768Kb used=6045Kb max_used=6045Kb free=26722Kb
  143. bounds [0x02740000, 0x02d28000, 0x04740000]
  144. total_blobs=1512 nmethods=1222 adapters=221
  145. compilation: enabled
  146.  
  147. Compilation events (10 events):
  148. Event: 106.797 Thread 0x45025c00 1231 net.emps.client.model.Client::T (455 bytes)
  149. Event: 106.799 Thread 0x45025c00 nmethod 1231 0x02d237c8 code [0x02d23a00, 0x02d2434c]
  150. Event: 106.983 Thread 0x45025c00 1232 net.emps.client.model.Client::Q (186 bytes)
  151. Event: 106.984 Thread 0x45025c00 nmethod 1232 0x02d25188 code [0x02d25370, 0x02d25a68]
  152. Event: 107.679 Thread 0x45025c00 1233 sun.misc.URLClassPath$2::next (59 bytes)
  153. Event: 107.680 Thread 0x45025c00 nmethod 1233 0x02d26148 code [0x02d26260, 0x02d26398]
  154. Event: 107.840 Thread 0x45025c00 1234 net.emps.client.model.c.a::a (219 bytes)
  155. Event: 107.842 Thread 0x45025c00 nmethod 1234 0x02d26488 code [0x02d265b0, 0x02d26870]
  156. Event: 112.501 Thread 0x45025c00 1235 net.emps.client.model.Client::a (203 bytes)
  157. Event: 112.502 Thread 0x45025c00 nmethod 1235 0x02d26c08 code [0x02d26dc0, 0x02d2741c]
  158.  
  159. GC Heap History (10 events):
  160. Event: 103.815 GC heap before
  161. {Heap before GC invocations=94 (full 7):
  162. def new generation total 203200K, used 181594K [0x04800000, 0x12470000, 0x19d50000)
  163. eden space 180672K, 100% used [0x04800000, 0x0f870000, 0x0f870000)
  164. from space 22528K, 4% used [0x0f870000, 0x0f956848, 0x10e70000)
  165. to space 22528K, 0% used [0x10e70000, 0x10e70000, 0x12470000)
  166. tenured generation total 451308K, used 289032K [0x19d50000, 0x3560b000, 0x44800000)
  167. the space 451308K, 64% used [0x19d50000, 0x2b7923f8, 0x2b792400, 0x3560b000)
  168. Metaspace used 7689K, capacity 7807K, committed 7936K, reserved 8576K
  169. Event: 103.819 GC heap after
  170. Heap after GC invocations=95 (full 7):
  171. def new generation total 203200K, used 3086K [0x04800000, 0x12470000, 0x19d50000)
  172. eden space 180672K, 0% used [0x04800000, 0x04800000, 0x0f870000)
  173. from space 22528K, 13% used [0x10e70000, 0x11173998, 0x12470000)
  174. to space 22528K, 0% used [0x0f870000, 0x0f870000, 0x10e70000)
  175. tenured generation total 451308K, used 289033K [0x19d50000, 0x3560b000, 0x44800000)
  176. the space 451308K, 64% used [0x19d50000, 0x2b792540, 0x2b792600, 0x3560b000)
  177. Metaspace used 7689K, capacity 7807K, committed 7936K, reserved 8576K
  178. }
  179. Event: 104.831 GC heap before
  180. {Heap before GC invocations=95 (full 7):
  181. def new generation total 203200K, used 183758K [0x04800000, 0x12470000, 0x19d50000)
  182. eden space 180672K, 100% used [0x04800000, 0x0f870000, 0x0f870000)
  183. from space 22528K, 13% used [0x10e70000, 0x11173998, 0x12470000)
  184. to space 22528K, 0% used [0x0f870000, 0x0f870000, 0x10e70000)
  185. tenured generation total 451308K, used 289033K [0x19d50000, 0x3560b000, 0x44800000)
  186. the space 451308K, 64% used [0x19d50000, 0x2b792540, 0x2b792600, 0x3560b000)
  187. Metaspace used 7689K, capacity 7807K, committed 7936K, reserved 8576K
  188. Event: 104.835 GC heap after
  189. Heap after GC invocations=96 (full 7):
  190. def new generation total 203200K, used 622K [0x04800000, 0x12470000, 0x19d50000)
  191. eden space 180672K, 0% used [0x04800000, 0x04800000, 0x0f870000)
  192. from space 22528K, 2% used [0x0f870000, 0x0f90bb88, 0x10e70000)
  193. to space 22528K, 0% used [0x10e70000, 0x10e70000, 0x12470000)
  194. tenured generation total 451308K, used 289157K [0x19d50000, 0x3560b000, 0x44800000)
  195. the space 451308K, 64% used [0x19d50000, 0x2b7b1570, 0x2b7b1600, 0x3560b000)
  196. Metaspace used 7689K, capacity 7807K, committed 7936K, reserved 8576K
  197. }
  198. Event: 105.828 GC heap before
  199. {Heap before GC invocations=96 (full 7):
  200. def new generation total 203200K, used 181294K [0x04800000, 0x12470000, 0x19d50000)
  201. eden space 180672K, 100% used [0x04800000, 0x0f870000, 0x0f870000)
  202. from space 22528K, 2% used [0x0f870000, 0x0f90bb88, 0x10e70000)
  203. to space 22528K, 0% used [0x10e70000, 0x10e70000, 0x12470000)
  204. tenured generation total 451308K, used 289157K [0x19d50000, 0x3560b000, 0x44800000)
  205. the space 451308K, 64% used [0x19d50000, 0x2b7b1570, 0x2b7b1600, 0x3560b000)
  206. Metaspace used 7689K, capacity 7807K, committed 7936K, reserved 8576K
  207. Event: 105.832 GC heap after
  208. Heap after GC invocations=97 (full 7):
  209. def new generation total 203200K, used 3045K [0x04800000, 0x12470000, 0x19d50000)
  210. eden space 180672K, 0% used [0x04800000, 0x04800000, 0x0f870000)
  211. from space 22528K, 13% used [0x10e70000, 0x111696a0, 0x12470000)
  212. to space 22528K, 0% used [0x0f870000, 0x0f870000, 0x10e70000)
  213. tenured generation total 451308K, used 289157K [0x19d50000, 0x3560b000, 0x44800000)
  214. the space 451308K, 64% used [0x19d50000, 0x2b7b1570, 0x2b7b1600, 0x3560b000)
  215. Metaspace used 7689K, capacity 7807K, committed 7936K, reserved 8576K
  216. }
  217. Event: 106.968 GC heap before
  218. {Heap before GC invocations=97 (full 7):
  219. def new generation total 203200K, used 183717K [0x04800000, 0x12470000, 0x19d50000)
  220. eden space 180672K, 100% used [0x04800000, 0x0f870000, 0x0f870000)
  221. from space 22528K, 13% used [0x10e70000, 0x111696a0, 0x12470000)
  222. to space 22528K, 0% used [0x0f870000, 0x0f870000, 0x10e70000)
  223. tenured generation total 451308K, used 289157K [0x19d50000, 0x3560b000, 0x44800000)
  224. the space 451308K, 64% used [0x19d50000, 0x2b7b1570, 0x2b7b1600, 0x3560b000)
  225. Metaspace used 7689K, capacity 7807K, committed 7936K, reserved 8576K
  226. Event: 106.972 GC heap after
  227. Heap after GC invocations=98 (full 7):
  228. def new generation total 203200K, used 2872K [0x04800000, 0x12470000, 0x19d50000)
  229. eden space 180672K, 0% used [0x04800000, 0x04800000, 0x0f870000)
  230. from space 22528K, 12% used [0x0f870000, 0x0fb3e2c8, 0x10e70000)
  231. to space 22528K, 0% used [0x10e70000, 0x10e70000, 0x12470000)
  232. tenured generation total 451308K, used 289157K [0x19d50000, 0x3560b000, 0x44800000)
  233. the space 451308K, 64% used [0x19d50000, 0x2b7b1600, 0x2b7b1600, 0x3560b000)
  234. Metaspace used 7689K, capacity 7807K, committed 7936K, reserved 8576K
  235. }
  236. Event: 107.939 GC heap before
  237. {Heap before GC invocations=98 (full 7):
  238. def new generation total 203200K, used 183544K [0x04800000, 0x12470000, 0x19d50000)
  239. eden space 180672K, 100% used [0x04800000, 0x0f870000, 0x0f870000)
  240. from space 22528K, 12% used [0x0f870000, 0x0fb3e2c8, 0x10e70000)
  241. to space 22528K, 0% used [0x10e70000, 0x10e70000, 0x12470000)
  242. tenured generation total 451308K, used 289157K [0x19d50000, 0x3560b000, 0x44800000)
  243. the space 451308K, 64% used [0x19d50000, 0x2b7b1600, 0x2b7b1600, 0x3560b000)
  244. Metaspace used 7689K, capacity 7807K, committed 7936K, reserved 8576K
  245. Event: 107.945 GC heap after
  246. Heap after GC invocations=99 (full 7):
  247. def new generation total 203200K, used 2795K [0x04800000, 0x12470000, 0x19d50000)
  248. eden space 180672K, 0% used [0x04800000, 0x04800000, 0x0f870000)
  249. from space 22528K, 12% used [0x10e70000, 0x1112af88, 0x12470000)
  250. to space 22528K, 0% used [0x0f870000, 0x0f870000, 0x10e70000)
  251. tenured generation total 451308K, used 289157K [0x19d50000, 0x3560b000, 0x44800000)
  252. the space 451308K, 64% used [0x19d50000, 0x2b7b1710, 0x2b7b1800, 0x3560b000)
  253. Metaspace used 7689K, capacity 7807K, committed 7936K, reserved 8576K
  254. }
  255.  
  256. Deoptimization events (0 events):
  257. No events
  258.  
  259. Internal exceptions (10 events):
  260. Event: 51.022 Thread 0x4588d000 Exception <a 'java/security/PrivilegedActionException'> (0x09cb5ce0) thrown at [C:\re\workspace\8-2-build-windows-i586-cygwin\jdk8u31\2394\hotspot\src\share\vm\prims\jvm.cpp, line 1312]
  261. Event: 51.669 Thread 0x4588d000 Exception <a 'java/security/PrivilegedActionException'> (0x0c03a648) thrown at [C:\re\workspace\8-2-build-windows-i586-cygwin\jdk8u31\2394\hotspot\src\share\vm\prims\jvm.cpp, line 1312]
  262. Event: 51.669 Thread 0x4588d000 Exception <a 'java/security/PrivilegedActionException'> (0x0c03ac48) thrown at [C:\re\workspace\8-2-build-windows-i586-cygwin\jdk8u31\2394\hotspot\src\share\vm\prims\jvm.cpp, line 1312]
  263. Event: 54.814 Thread 0x458de400 Exception <a 'java/security/PrivilegedActionException'> (0x06f5abf0) thrown at [C:\re\workspace\8-2-build-windows-i586-cygwin\jdk8u31\2394\hotspot\src\share\vm\prims\jvm.cpp, line 1312]
  264. Event: 54.827 Thread 0x458de400 Exception <a 'java/security/PrivilegedActionException'> (0x0bce8610) thrown at [C:\re\workspace\8-2-build-windows-i586-cygwin\jdk8u31\2394\hotspot\src\share\vm\prims\jvm.cpp, line 1312]
  265. Event: 55.188 Thread 0x458de400 Exception <a 'java/security/PrivilegedActionException'> (0x0e1c3ff8) thrown at [C:\re\workspace\8-2-build-windows-i586-cygwin\jdk8u31\2394\hotspot\src\share\vm\prims\jvm.cpp, line 1312]
  266. Event: 55.188 Thread 0x458de400 Exception <a 'java/security/PrivilegedActionException'> (0x0e1c6110) thrown at [C:\re\workspace\8-2-build-windows-i586-cygwin\jdk8u31\2394\hotspot\src\share\vm\prims\jvm.cpp, line 1312]
  267. Event: 55.189 Thread 0x458de400 Exception <a 'java/security/PrivilegedActionException'> (0x0e1c8780) thrown at [C:\re\workspace\8-2-build-windows-i586-cygwin\jdk8u31\2394\hotspot\src\share\vm\prims\jvm.cpp, line 1312]
  268. Event: 56.322 Thread 0x458de400 Exception <a 'java/security/PrivilegedActionException'> (0x04b887b8) thrown at [C:\re\workspace\8-2-build-windows-i586-cygwin\jdk8u31\2394\hotspot\src\share\vm\prims\jvm.cpp, line 1312]
  269. Event: 59.823 Thread 0x4588d000 Exception <a 'java/security/PrivilegedActionException'> (0x0aa74780) thrown at [C:\re\workspace\8-2-build-windows-i586-cygwin\jdk8u31\2394\hotspot\src\share\vm\prims\jvm.cpp, line 1312]
  270.  
  271. Events (10 events):
  272. Event: 103.814 Executing VM operation: GenCollectForAllocation
  273. Event: 103.819 Executing VM operation: GenCollectForAllocation done
  274. Event: 104.830 Executing VM operation: GenCollectForAllocation
  275. Event: 104.835 Executing VM operation: GenCollectForAllocation done
  276. Event: 105.827 Executing VM operation: GenCollectForAllocation
  277. Event: 105.832 Executing VM operation: GenCollectForAllocation done
  278. Event: 106.968 Executing VM operation: GenCollectForAllocation
  279. Event: 106.972 Executing VM operation: GenCollectForAllocation done
  280. Event: 107.939 Executing VM operation: GenCollectForAllocation
  281. Event: 107.945 Executing VM operation: GenCollectForAllocation done
  282.  
  283.  
  284. Dynamic libraries:
  285. 0x01310000 - 0x01340000 C:\Program Files (x86)\Java\jre1.8.0_31\bin\javaw.exe
  286. 0x77bd0000 - 0x77d50000 C:\Windows\SysWOW64\ntdll.dll
  287. 0x75b70000 - 0x75c80000 C:\Windows\syswow64\kernel32.dll
  288. 0x76820000 - 0x76867000 C:\Windows\syswow64\KERNELBASE.dll
  289. 0x774e0000 - 0x77580000 C:\Windows\syswow64\ADVAPI32.dll
  290. 0x75ab0000 - 0x75b5c000 C:\Windows\syswow64\msvcrt.dll
  291. 0x76400000 - 0x76419000 C:\Windows\SysWOW64\sechost.dll
  292. 0x776b0000 - 0x777a0000 C:\Windows\syswow64\RPCRT4.dll
  293. 0x755c0000 - 0x75620000 C:\Windows\syswow64\SspiCli.dll
  294. 0x755b0000 - 0x755bc000 C:\Windows\syswow64\CRYPTBASE.dll
  295. 0x75ff0000 - 0x760f0000 C:\Windows\syswow64\USER32.dll
  296. 0x75680000 - 0x75710000 C:\Windows\syswow64\GDI32.dll
  297. 0x76190000 - 0x7619a000 C:\Windows\syswow64\LPK.dll
  298. 0x766f0000 - 0x7678d000 C:\Windows\syswow64\USP10.dll
  299. 0x710b0000 - 0x7124e000 C:\Windows\WinSxS\x86_microsoft.windows.common-controls_6595b64144ccf1df_6.0.7601.17514_none_41e6975e2bd6f2b2\COMCTL32.dll
  300. 0x758b0000 - 0x75907000 C:\Windows\syswow64\SHLWAPI.dll
  301. 0x75840000 - 0x758a0000 C:\Windows\system32\IMM32.DLL
  302. 0x76620000 - 0x766ec000 C:\Windows\syswow64\MSCTF.dll
  303. 0x72800000 - 0x72838000 c:\windows\syswow64\nvinit.dll
  304. 0x6f040000 - 0x6f0ff000 C:\Program Files (x86)\Java\jre1.8.0_31\bin\msvcr100.dll
  305. 0x6e060000 - 0x6e404000 C:\Program Files (x86)\Java\jre1.8.0_31\bin\client\jvm.dll
  306. 0x72df0000 - 0x72df7000 C:\Windows\system32\WSOCK32.dll
  307. 0x75fb0000 - 0x75fe5000 C:\Windows\syswow64\WS2_32.dll
  308. 0x75a80000 - 0x75a86000 C:\Windows\syswow64\NSI.dll
  309. 0x724b0000 - 0x724e2000 C:\Windows\system32\WINMM.dll
  310. 0x75a70000 - 0x75a75000 C:\Windows\syswow64\PSAPI.DLL
  311. 0x74220000 - 0x7422c000 C:\Program Files (x86)\Java\jre1.8.0_31\bin\verify.dll
  312. 0x741c0000 - 0x741e1000 C:\Program Files (x86)\Java\jre1.8.0_31\bin\java.dll
  313. 0x74150000 - 0x74163000 C:\Program Files (x86)\Java\jre1.8.0_31\bin\zip.dll
  314. 0x76870000 - 0x774ba000 C:\Windows\syswow64\SHELL32.dll
  315. 0x75910000 - 0x75a6c000 C:\Windows\syswow64\ole32.dll
  316. 0x758a0000 - 0x758ab000 C:\Windows\syswow64\profapi.dll
  317. 0x6c750000 - 0x6c896000 C:\Program Files (x86)\Java\jre1.8.0_31\bin\awt.dll
  318. 0x76370000 - 0x763ff000 C:\Windows\syswow64\OLEAUT32.dll
  319. 0x741b0000 - 0x741ba000 C:\Program Files (x86)\Java\jre1.8.0_31\bin\jsound.dll
  320. 0x74130000 - 0x74139000 C:\Program Files (x86)\Java\jre1.8.0_31\bin\jsoundds.dll
  321. 0x6e410000 - 0x6e482000 C:\Windows\system32\DSOUND.dll
  322. 0x718e0000 - 0x71905000 C:\Windows\system32\POWRPROF.dll
  323. 0x761d0000 - 0x7636d000 C:\Windows\syswow64\SETUPAPI.dll
  324. 0x76160000 - 0x76187000 C:\Windows\syswow64\CFGMGR32.dll
  325. 0x75a90000 - 0x75aa2000 C:\Windows\syswow64\DEVOBJ.dll
  326. 0x72430000 - 0x724b0000 C:\Windows\system32\uxtheme.dll
  327. 0x71ef0000 - 0x71f48000 C:\Program Files (x86)\Common Files\microsoft shared\ink\tiptsf.dll
  328. 0x72de0000 - 0x72de9000 C:\Windows\system32\version.dll
  329. 0x723d0000 - 0x72409000 C:\Windows\system32\MMDevAPI.DLL
  330. 0x722d0000 - 0x723c5000 C:\Windows\system32\PROPSYS.dll
  331. 0x70010000 - 0x70040000 C:\Windows\system32\wdmaud.drv
  332. 0x6f2e0000 - 0x6f2e4000 C:\Windows\system32\ksuser.dll
  333. 0x71f50000 - 0x71f57000 C:\Windows\system32\AVRT.dll
  334. 0x72290000 - 0x722c6000 C:\Windows\system32\AUDIOSES.DLL
  335. 0x732c0000 - 0x732c8000 C:\Windows\system32\msacm32.drv
  336. 0x70380000 - 0x70394000 C:\Windows\system32\MSACM32.dll
  337. 0x70c90000 - 0x70c97000 C:\Windows\system32\midimap.dll
  338. 0x76790000 - 0x76813000 C:\Windows\syswow64\CLBCatQ.DLL
  339. 0x72410000 - 0x72423000 C:\Windows\system32\dwmapi.dll
  340. 0x70df0000 - 0x70e05000 C:\Program Files (x86)\Java\jre1.8.0_31\bin\net.dll
  341. 0x71070000 - 0x710ac000 C:\Windows\system32\mswsock.dll
  342. 0x71060000 - 0x71066000 C:\Windows\System32\wship6.dll
  343. 0x70fc0000 - 0x70fd0000 C:\Windows\system32\NLAapi.dll
  344. 0x70fb0000 - 0x70fc0000 C:\Windows\system32\napinsp.dll
  345. 0x70f90000 - 0x70fa2000 C:\Windows\system32\pnrpnsp.dll
  346. 0x70f80000 - 0x70f8d000 C:\Windows\system32\wshbth.dll
  347. 0x70f50000 - 0x70f77000 C:\Program Files (x86)\Common Files\Microsoft Shared\Windows Live\WLIDNSP.DLL
  348. 0x729e0000 - 0x72a24000 C:\Windows\system32\DNSAPI.dll
  349. 0x70f40000 - 0x70f48000 C:\Windows\System32\winrnr.dll
  350. 0x71050000 - 0x71055000 C:\Windows\System32\wshtcpip.dll
  351. 0x72da0000 - 0x72dbc000 C:\Windows\system32\IPHLPAPI.DLL
  352. 0x72d90000 - 0x72d97000 C:\Windows\system32\WINNSI.DLL
  353. 0x74430000 - 0x74436000 C:\Windows\system32\rasadhlp.dll
  354. 0x743e0000 - 0x74418000 C:\Windows\System32\fwpuclnt.dll
  355. 0x73f60000 - 0x73f72000 C:\Windows\system32\dhcpcsvc.DLL
  356. 0x73f50000 - 0x73f5d000 C:\Windows\system32\dhcpcsvc6.DLL
  357. 0x47550000 - 0x4759d000 C:\Users\Aurimas\.emps_world\lib\native\lwjgl.dll
  358. 0x6c680000 - 0x6c748000 C:\Windows\system32\OPENGL32.dll
  359. 0x6ffe0000 - 0x70002000 C:\Windows\system32\GLU32.dll
  360. 0x67e60000 - 0x67f47000 C:\Windows\system32\DDRAW.dll
  361. 0x70c80000 - 0x70c86000 C:\Windows\system32\DCIMAN32.dll
  362. 0x47b00000 - 0x4877d000 C:\Windows\system32\ig7icd32.dll
  363. 0x69190000 - 0x69209000 C:\Windows\system32\mscms.dll
  364. 0x760f0000 - 0x76107000 C:\Windows\syswow64\USERENV.dll
  365. 0x6d4a0000 - 0x6d4d8000 C:\Windows\system32\icm32.dll
  366. 0x70cd0000 - 0x70cdf000 C:\Program Files (x86)\Java\jre1.8.0_31\bin\nio.dll
  367. 0x70ca0000 - 0x70cc5000 C:\Program Files (x86)\Java\jre1.8.0_31\bin\jpeg.dll
  368. 0x73d60000 - 0x73e4b000 C:\Windows\system32\dbghelp.dll
  369.  
  370. VM Arguments:
  371. jvm_args: -Djava.library.path=C:\Users\Aurimas/.emps_world//lib/native/ -Xmx1024m
  372. java_command: C:\Users\Aurimas/.emps_world/emps-world-opengl-beta.jar jvm
  373. java_class_path (initial): C:\Users\Aurimas/.emps_world/emps-world-opengl-beta.jar
  374. Launcher Type: SUN_STANDARD
  375.  
  376. Environment Variables:
  377. PATH=C:\ProgramData\Oracle\Java\javapath;C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common;C:\Program Files\Common Files\Microsoft Shared\Windows Live;C:\Program Files (x86)\Common Files\Microsoft Shared\Windows Live;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)\Intel\OpenCL SDK\2.0\bin\x86;C:\Program Files (x86)\Intel\OpenCL SDK\2.0\bin\x64;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)\Common Files\Acronis\SnapAPI\;C:\Program Files (x86)\Acronis\CommandLineTool\;C:\Program Files (x86)\Windows Live\Shared;C:\Program Files (x86)\QuickTime\QTSystem\;C:\Program Files (x86)\Java\jre7\bin;C:\Program Files (x86)\proXPN\bin
  378. USERNAME=Aurimas
  379. OS=Windows_NT
  380. PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 58 Stepping 9, GenuineIntel
  381.  
  382.  
  383.  
  384. --------------- S Y S T E M ---------------
  385.  
  386. OS: Windows 7 , 64 bit Build 7601 Service Pack 1
  387.  
  388. 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, clmul, erms, ht, tsc, tscinvbit, tscinv
  389.  
  390. Memory: 4k page, physical 4077184k(1814476k free), swap 8152504k(4510980k free)
  391.  
  392. vm_info: Java HotSpot(TM) Client VM (25.31-b07) for windows-x86 JRE (1.8.0_31-b13), built on Dec 17 2014 20:46:12 by "java_re" with MS VC++ 10.0 (VS2010)
  393.  
  394. time: Sat Feb 14 16:52:19 2015
  395. elapsed time: 112 seconds (0d 0h 1m 52s)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement