Advertisement
Guest User

Untitled

a guest
Apr 18th, 2017
2,780
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 25.80 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=0x6a8921f4, pid=5876, tid=0x000000e4
  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 windows-x86 )
  8. # Problematic frame:
  9. # C [msvcr100.dll+0x121f4]
  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 (0x15358000): JavaThread "Swing-Shell" daemon [_thread_in_native, id=228, stack(0x15fa0000,0x15ff0000)]
  22.  
  23. siginfo: ExceptionCode=0xc0000005, reading address 0x00000000
  24.  
  25. Registers:
  26. EAX=0x00000000, EBX=0x15e5d720, ECX=0x2828e1df, EDX=0x00163ed8
  27. ESP=0x15fef820, EBP=0x15fef820, ESI=0x15fef840, EDI=0x15358140
  28. EIP=0x6a8921f4, EFLAGS=0x00210246
  29.  
  30. Top of Stack: (sp=0x15fef820)
  31. 0x15fef820: 15fef948 62b49b11 00000000 15e5d720
  32. 0x15fef830: 62b4a2c8 001abc20 15358000 15e5d720
  33. 0x15fef840: 00000000 00000000 00000000 00000000
  34. 0x15fef850: 00000000 15fef888 62c47383 15358000
  35. 0x15fef860: 712f3a02 153fe170 15358000 14a7ac50
  36. 0x15fef870: 15fef860 15fef8a8 62c47383 15358000
  37. 0x15fef880: 712f3a22 15358000 15358000 153fe378
  38. 0x15fef890: 15fef880 15fef884 15fefc3c 62efef3a
  39.  
  40. Instructions: (pc=0x6a8921f4)
  41. 0x6a8921d4: 48 93 6a 00 0f 84 bd 20 00 00 6a 00 ff 75 08 e8
  42. 0x6a8921e4: 8a 22 00 00 59 59 5d c3 8b ff 55 8b ec 8b 45 08
  43. 0x6a8921f4: 66 8b 08 83 c0 02 66 85 c9 75 f5 2b 45 08 d1 f8
  44. 0x6a892204: 48 5d c3 8b ff 55 8b ec 51 53 56 8b 75 08 f6 46
  45.  
  46.  
  47. Register to memory mapping:
  48.  
  49. EAX=0x00000000 is an unknown value
  50. EBX={method} {0x15e5d724} 'getDisplayNameOf' '(JJI)Ljava/lang/String;' in 'sun/awt/shell/Win32ShellFolder2'
  51. ECX=0x2828e1df is an unknown value
  52. EDX=0x00163ed8 is an unknown value
  53. ESP=0x15fef820 is pointing into the stack for thread: 0x15358000
  54. EBP=0x15fef820 is pointing into the stack for thread: 0x15358000
  55. ESI=0x15fef840 is pointing into the stack for thread: 0x15358000
  56. EDI=0x15358140 is an unknown value
  57.  
  58.  
  59. Stack: [0x15fa0000,0x15ff0000], sp=0x15fef820, free space=318k
  60. Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
  61. C [msvcr100.dll+0x121f4]
  62. C [awt.dll+0x59b11]
  63. j sun.awt.shell.Win32ShellFolder2.getDisplayNameOf(JJI)Ljava/lang/String;+0
  64. j sun.awt.shell.Win32ShellFolder2.access$1600(JJI)Ljava/lang/String;+4
  65. j sun.awt.shell.Win32ShellFolder2$13.call()Ljava/lang/String;+15
  66. j sun.awt.shell.Win32ShellFolder2$13.call()Ljava/lang/Object;+1
  67. j java.util.concurrent.FutureTask.run()V+42
  68. j java.util.concurrent.ThreadPoolExecutor.runWorker(Ljava/util/concurrent/ThreadPoolExecutor$Worker;)V+95
  69. j java.util.concurrent.ThreadPoolExecutor$Worker.run()V+5
  70. j sun.awt.shell.Win32ShellFolderManager2$ComInvoker$3.run()V+7
  71. j java.lang.Thread.run()V+11
  72. v ~StubRoutines::call_stub
  73. V [jvm.dll+0x15a895]
  74. V [jvm.dll+0x220bfe]
  75. V [jvm.dll+0x15a92e]
  76. V [jvm.dll+0x15aab6]
  77. V [jvm.dll+0x15ab27]
  78. V [jvm.dll+0xfef8f]
  79. V [jvm.dll+0x17d6f0]
  80. V [jvm.dll+0x17df6a]
  81. V [jvm.dll+0x1c29c6]
  82. C [msvcr100.dll+0x5c556]
  83. C [msvcr100.dll+0x5c600]
  84. C [KERNEL32.DLL+0x18744]
  85. C [ntdll.dll+0x6587d]
  86. C [ntdll.dll+0x6584d]
  87. C 0x00000000
  88.  
  89. Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
  90. j sun.awt.shell.Win32ShellFolder2.getDisplayNameOf(JJI)Ljava/lang/String;+0
  91. j sun.awt.shell.Win32ShellFolder2.access$1600(JJI)Ljava/lang/String;+4
  92. j sun.awt.shell.Win32ShellFolder2$13.call()Ljava/lang/String;+15
  93. j sun.awt.shell.Win32ShellFolder2$13.call()Ljava/lang/Object;+1
  94. j java.util.concurrent.FutureTask.run()V+42
  95. j java.util.concurrent.ThreadPoolExecutor.runWorker(Ljava/util/concurrent/ThreadPoolExecutor$Worker;)V+95
  96. j java.util.concurrent.ThreadPoolExecutor$Worker.run()V+5
  97. j sun.awt.shell.Win32ShellFolderManager2$ComInvoker$3.run()V+7
  98. j java.lang.Thread.run()V+11
  99. v ~StubRoutines::call_stub
  100.  
  101. --------------- P R O C E S S ---------------
  102.  
  103. Java Threads: ( => current thread )
  104. =>0x15358000 JavaThread "Swing-Shell" daemon [_thread_in_native, id=228, stack(0x15fa0000,0x15ff0000)]
  105. 0x15423800 JavaThread "Image Fetcher 0" daemon [_thread_blocked, id=5488, stack(0x15f10000,0x15f60000)]
  106. 0x14b0e400 JavaThread "NanoHttpd Request Processor (#1)" daemon [_thread_blocked, id=936, stack(0x15030000,0x15080000)]
  107. 0x002dc800 JavaThread "DestroyJavaVM" [_thread_blocked, id=3956, stack(0x00d90000,0x00de0000)]
  108. 0x153f0c00 JavaThread "NanoHttpd Main Listener" daemon [_thread_in_native, id=13880, stack(0x176d0000,0x17720000)]
  109. 0x15205c00 JavaThread "TimerQueue" daemon [_thread_blocked, id=10768, stack(0x16cb0000,0x16d00000)]
  110. 0x15193000 JavaThread "AWT-EventQueue-0" [_thread_blocked, id=9824, stack(0x15c60000,0x15cb0000)]
  111. 0x1518a000 JavaThread "AWT-Windows" daemon [_thread_in_native, id=12224, stack(0x15b10000,0x15b60000)]
  112. 0x15189c00 JavaThread "AWT-Shutdown" [_thread_blocked, id=10796, stack(0x15a80000,0x15ad0000)]
  113. 0x15199000 JavaThread "Java2D Disposer" daemon [_thread_blocked, id=3428, stack(0x159f0000,0x15a40000)]
  114. 0x14944c00 JavaThread "Service Thread" daemon [_thread_blocked, id=6712, stack(0x14f10000,0x14f60000)]
  115. 0x1493c000 JavaThread "C1 CompilerThread0" daemon [_thread_blocked, id=10708, stack(0x14e80000,0x14ed0000)]
  116. 0x1494a400 JavaThread "Attach Listener" daemon [_thread_blocked, id=4792, stack(0x14df0000,0x14e40000)]
  117. 0x14949400 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=13024, stack(0x14d60000,0x14db0000)]
  118. 0x14929000 JavaThread "Finalizer" daemon [_thread_blocked, id=11776, stack(0x14be0000,0x14c30000)]
  119. 0x14913400 JavaThread "Reference Handler" daemon [_thread_blocked, id=13436, stack(0x14b50000,0x14ba0000)]
  120.  
  121. Other Threads:
  122. 0x023ac400 VMThread [stack: 0x148c0000,0x14910000] [id=7332]
  123. 0x14970800 WatcherThread [stack: 0x14fa0000,0x14ff0000] [id=2912]
  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 7168K, used 523K [0x04400000, 0x04bc0000, 0x09950000)
  131. eden space 6400K, 8% used [0x04400000, 0x04482e30, 0x04a40000)
  132. from space 768K, 0% used [0x04a40000, 0x04a40000, 0x04b00000)
  133. to space 768K, 0% used [0x04b00000, 0x04b00000, 0x04bc0000)
  134. tenured generation total 15828K, used 9494K [0x09950000, 0x0a8c5000, 0x14400000)
  135. the space 15828K, 59% used [0x09950000, 0x0a295a78, 0x0a295c00, 0x0a8c5000)
  136. Metaspace used 12214K, capacity 12449K, committed 12544K, reserved 12672K
  137.  
  138. Card table byte_map: [0x00de0000,0x00e70000] byte_map_base: 0x00dbe000
  139.  
  140. Polling page: 0x00270000
  141.  
  142. CodeCache: size=32768Kb used=1567Kb max_used=1567Kb free=31200Kb
  143. bounds [0x023b0000, 0x02538000, 0x043b0000]
  144. total_blobs=840 nmethods=607 adapters=163
  145. compilation: enabled
  146.  
  147. Compilation events (10 events):
  148. Event: 13.178 Thread 0x1493c000 611 java.util.concurrent.locks.AbstractOwnableSynchronizer::getExclusiveOwnerThread (5 bytes)
  149. Event: 13.178 Thread 0x1493c000 nmethod 611 0x02536448 code [0x02536540, 0x025365c0]
  150. Event: 13.179 Thread 0x1493c000 612 java.util.concurrent.locks.AbstractQueuedSynchronizer::compareAndSetState (13 bytes)
  151. Event: 13.179 Thread 0x1493c000 nmethod 612 0x02536608 code [0x02536700, 0x025367a0]
  152. Event: 13.204 Thread 0x1493c000 613 java.awt.image.SinglePixelPackedSampleModel::<init> (277 bytes)
  153. Event: 13.205 Thread 0x1493c000 nmethod 613 0x02536808 code [0x025369e0, 0x025371a0]
  154. Event: 13.220 Thread 0x1493c000 614 java.util.concurrent.locks.AbstractQueuedSynchronizer::setState (6 bytes)
  155. Event: 13.220 Thread 0x1493c000 nmethod 614 0x02537a48 code [0x02537b40, 0x02537bc0]
  156. Event: 13.221 Thread 0x1493c000 615 java.util.concurrent.locks.AbstractQueuedSynchronizer::release (33 bytes)
  157. Event: 13.222 Thread 0x1493c000 nmethod 615 0x02537c08 code [0x02537d20, 0x02537e18]
  158.  
  159. GC Heap History (10 events):
  160. Event: 0.633 GC heap before
  161. {Heap before GC invocations=5 (full 0):
  162. def new generation total 4928K, used 4928K [0x04400000, 0x04950000, 0x09950000)
  163. eden space 4416K, 100% used [0x04400000, 0x04850000, 0x04850000)
  164. from space 512K, 100% used [0x048d0000, 0x04950000, 0x04950000)
  165. to space 512K, 0% used [0x04850000, 0x04850000, 0x048d0000)
  166. tenured generation total 10944K, used 5941K [0x09950000, 0x0a400000, 0x14400000)
  167. the space 10944K, 54% used [0x09950000, 0x09f1d600, 0x09f1d600, 0x0a400000)
  168. Metaspace used 8385K, capacity 8591K, committed 8704K, reserved 9600K
  169. Event: 0.640 GC heap after
  170. Heap after GC invocations=6 (full 0):
  171. def new generation total 4928K, used 512K [0x04400000, 0x04950000, 0x09950000)
  172. eden space 4416K, 0% used [0x04400000, 0x04400000, 0x04850000)
  173. from space 512K, 100% used [0x04850000, 0x048d0000, 0x048d0000)
  174. to space 512K, 0% used [0x048d0000, 0x048d0000, 0x04950000)
  175. tenured generation total 10944K, used 7381K [0x09950000, 0x0a400000, 0x14400000)
  176. the space 10944K, 67% used [0x09950000, 0x0a085768, 0x0a085800, 0x0a400000)
  177. Metaspace used 8385K, capacity 8591K, committed 8704K, reserved 9600K
  178. }
  179. Event: 0.799 GC heap before
  180. {Heap before GC invocations=6 (full 0):
  181. def new generation total 4928K, used 4928K [0x04400000, 0x04950000, 0x09950000)
  182. eden space 4416K, 100% used [0x04400000, 0x04850000, 0x04850000)
  183. from space 512K, 100% used [0x04850000, 0x048d0000, 0x048d0000)
  184. to space 512K, 0% used [0x048d0000, 0x048d0000, 0x04950000)
  185. tenured generation total 10944K, used 7381K [0x09950000, 0x0a400000, 0x14400000)
  186. the space 10944K, 67% used [0x09950000, 0x0a085768, 0x0a085800, 0x0a400000)
  187. Metaspace used 8925K, capacity 9120K, committed 9216K, reserved 9600K
  188. Event: 0.803 GC heap after
  189. Heap after GC invocations=7 (full 0):
  190. def new generation total 4928K, used 512K [0x04400000, 0x04950000, 0x09950000)
  191. eden space 4416K, 0% used [0x04400000, 0x04400000, 0x04850000)
  192. from space 512K, 100% used [0x048d0000, 0x04950000, 0x04950000)
  193. to space 512K, 0% used [0x04850000, 0x04850000, 0x048d0000)
  194. tenured generation total 10944K, used 8372K [0x09950000, 0x0a400000, 0x14400000)
  195. the space 10944K, 76% used [0x09950000, 0x0a17d350, 0x0a17d400, 0x0a400000)
  196. Metaspace used 8925K, capacity 9120K, committed 9216K, reserved 9600K
  197. }
  198. Event: 0.869 GC heap before
  199. {Heap before GC invocations=7 (full 0):
  200. def new generation total 4928K, used 4928K [0x04400000, 0x04950000, 0x09950000)
  201. eden space 4416K, 100% used [0x04400000, 0x04850000, 0x04850000)
  202. from space 512K, 100% used [0x048d0000, 0x04950000, 0x04950000)
  203. to space 512K, 0% used [0x04850000, 0x04850000, 0x048d0000)
  204. tenured generation total 10944K, used 8372K [0x09950000, 0x0a400000, 0x14400000)
  205. the space 10944K, 76% used [0x09950000, 0x0a17d350, 0x0a17d400, 0x0a400000)
  206. Metaspace used 9038K, capacity 9253K, committed 9344K, reserved 9600K
  207. Event: 0.872 GC heap after
  208. Heap after GC invocations=8 (full 0):
  209. def new generation total 4928K, used 512K [0x04400000, 0x04950000, 0x09950000)
  210. eden space 4416K, 0% used [0x04400000, 0x04400000, 0x04850000)
  211. from space 512K, 100% used [0x04850000, 0x048d0000, 0x048d0000)
  212. to space 512K, 0% used [0x048d0000, 0x048d0000, 0x04950000)
  213. tenured generation total 10944K, used 9279K [0x09950000, 0x0a400000, 0x14400000)
  214. the space 10944K, 84% used [0x09950000, 0x0a25fee0, 0x0a260000, 0x0a400000)
  215. Metaspace used 9038K, capacity 9253K, committed 9344K, reserved 9600K
  216. }
  217. Event: 12.849 GC heap before
  218. {Heap before GC invocations=8 (full 0):
  219. def new generation total 4928K, used 4928K [0x04400000, 0x04950000, 0x09950000)
  220. eden space 4416K, 100% used [0x04400000, 0x04850000, 0x04850000)
  221. from space 512K, 100% used [0x04850000, 0x048d0000, 0x048d0000)
  222. to space 512K, 0% used [0x048d0000, 0x048d0000, 0x04950000)
  223. tenured generation total 10944K, used 9279K [0x09950000, 0x0a400000, 0x14400000)
  224. the space 10944K, 84% used [0x09950000, 0x0a25fee0, 0x0a260000, 0x0a400000)
  225. Metaspace used 10514K, capacity 10728K, committed 10880K, reserved 11648K
  226. Event: 12.855 GC heap after
  227. Heap after GC invocations=9 (full 0):
  228. def new generation total 4928K, used 512K [0x04400000, 0x04950000, 0x09950000)
  229. eden space 4416K, 0% used [0x04400000, 0x04400000, 0x04850000)
  230. from space 512K, 100% used [0x048d0000, 0x04950000, 0x04950000)
  231. to space 512K, 0% used [0x04850000, 0x04850000, 0x048d0000)
  232. tenured generation total 10944K, used 10317K [0x09950000, 0x0a400000, 0x14400000)
  233. the space 10944K, 94% used [0x09950000, 0x0a363700, 0x0a363800, 0x0a400000)
  234. Metaspace used 10514K, capacity 10728K, committed 10880K, reserved 11648K
  235. }
  236. Event: 13.052 GC heap before
  237. {Heap before GC invocations=9 (full 0):
  238. def new generation total 4928K, used 1516K [0x04400000, 0x04950000, 0x09950000)
  239. eden space 4416K, 22% used [0x04400000, 0x044fb1b8, 0x04850000)
  240. from space 512K, 100% used [0x048d0000, 0x04950000, 0x04950000)
  241. to space 512K, 0% used [0x04850000, 0x04850000, 0x048d0000)
  242. tenured generation total 10944K, used 10317K [0x09950000, 0x0a400000, 0x14400000)
  243. the space 10944K, 94% used [0x09950000, 0x0a363700, 0x0a363800, 0x0a400000)
  244. Metaspace used 11976K, capacity 12185K, committed 12288K, reserved 12672K
  245. Event: 13.076 GC heap after
  246. Heap after GC invocations=10 (full 1):
  247. def new generation total 7168K, used 0K [0x04400000, 0x04bc0000, 0x09950000)
  248. eden space 6400K, 0% used [0x04400000, 0x04400000, 0x04a40000)
  249. from space 768K, 0% used [0x04a40000, 0x04a40000, 0x04b00000)
  250. to space 768K, 0% used [0x04b00000, 0x04b00000, 0x04bc0000)
  251. tenured generation total 15828K, used 9494K [0x09950000, 0x0a8c5000, 0x14400000)
  252. the space 15828K, 59% used [0x09950000, 0x0a295a78, 0x0a295c00, 0x0a8c5000)
  253. Metaspace used 11976K, capacity 12185K, committed 12288K, reserved 12672K
  254. }
  255.  
  256. Deoptimization events (0 events):
  257. No events
  258.  
  259. Internal exceptions (10 events):
  260. Event: 0.698 Thread 0x002dc800 Exception <a 'java/io/IOException'> (0x045801b0) thrown at [C:\re\workspace\8-2-build-windows-i586-cygwin\jdk8u111\7883\hotspot\src\share\vm\prims\jni.cpp, line 709]
  261. Event: 0.698 Thread 0x002dc800 Exception <a 'java/io/IOException'> (0x04580648) thrown at [C:\re\workspace\8-2-build-windows-i586-cygwin\jdk8u111\7883\hotspot\src\share\vm\prims\jni.cpp, line 709]
  262. Event: 0.698 Thread 0x002dc800 Exception <a 'java/io/IOException'> (0x045808e0) thrown at [C:\re\workspace\8-2-build-windows-i586-cygwin\jdk8u111\7883\hotspot\src\share\vm\prims\jni.cpp, line 709]
  263. Event: 0.698 Thread 0x002dc800 Exception <a 'java/io/IOException'> (0x04580b48) thrown at [C:\re\workspace\8-2-build-windows-i586-cygwin\jdk8u111\7883\hotspot\src\share\vm\prims\jni.cpp, line 709]
  264. Event: 0.698 Thread 0x002dc800 Exception <a 'java/io/IOException'> (0x04580fe0) thrown at [C:\re\workspace\8-2-build-windows-i586-cygwin\jdk8u111\7883\hotspot\src\share\vm\prims\jni.cpp, line 709]
  265. Event: 0.698 Thread 0x002dc800 Exception <a 'java/io/IOException'> (0x04581278) thrown at [C:\re\workspace\8-2-build-windows-i586-cygwin\jdk8u111\7883\hotspot\src\share\vm\prims\jni.cpp, line 709]
  266. Event: 0.698 Thread 0x002dc800 Exception <a 'java/io/IOException'> (0x045814e0) thrown at [C:\re\workspace\8-2-build-windows-i586-cygwin\jdk8u111\7883\hotspot\src\share\vm\prims\jni.cpp, line 709]
  267. Event: 9.269 Thread 0x14b0e400 Exception <a 'java/io/IOException'> (0x047b4ad0) thrown at [C:\re\workspace\8-2-build-windows-i586-cygwin\jdk8u111\7883\hotspot\src\share\vm\prims\jni.cpp, line 709]
  268. Event: 9.269 Thread 0x14b0e400 Exception <a 'java/io/IOException'> (0x047b4d68) thrown at [C:\re\workspace\8-2-build-windows-i586-cygwin\jdk8u111\7883\hotspot\src\share\vm\prims\jni.cpp, line 709]
  269. Event: 9.269 Thread 0x14b0e400 Exception <a 'java/io/IOException'> (0x047b4fd0) thrown at [C:\re\workspace\8-2-build-windows-i586-cygwin\jdk8u111\7883\hotspot\src\share\vm\prims\jni.cpp, line 709]
  270.  
  271. Events (10 events):
  272. Event: 13.172 loading class sun/awt/shell/Win32ShellFolder2$ColumnComparator$1
  273. Event: 13.172 loading class sun/awt/shell/Win32ShellFolder2$ColumnComparator$1 done
  274. Event: 13.174 loading class sun/awt/shell/Win32ShellFolder2$11
  275. Event: 13.174 loading class sun/awt/shell/Win32ShellFolder2$11 done
  276. Event: 13.225 loading class sun/font/StandardGlyphVector
  277. Event: 13.225 loading class java/awt/font/GlyphVector
  278. Event: 13.225 loading class java/awt/font/GlyphVector done
  279. Event: 13.225 loading class sun/font/StandardGlyphVector done
  280. Event: 13.226 loading class sun/font/StandardGlyphVector$GlyphStrike
  281. Event: 13.226 loading class sun/font/StandardGlyphVector$GlyphStrike done
  282.  
  283.  
  284. Dynamic libraries:
  285. 0x00e70000 - 0x00ea3000 C:\Program Files (x86)\NCALayer\jre\bin\javaw.exe
  286. 0x77620000 - 0x777ae000 C:\WINDOWS\SYSTEM32\ntdll.dll
  287. 0x754b0000 - 0x75580000 C:\WINDOWS\System32\KERNEL32.DLL
  288. 0x77200000 - 0x773c2000 C:\WINDOWS\System32\KERNELBASE.dll
  289. 0x75430000 - 0x754a7000 C:\WINDOWS\System32\ADVAPI32.dll
  290. 0x752e0000 - 0x7539d000 C:\WINDOWS\System32\msvcrt.dll
  291. 0x773f0000 - 0x77431000 C:\WINDOWS\System32\sechost.dll
  292. 0x74e00000 - 0x74ec0000 C:\WINDOWS\System32\RPCRT4.dll
  293. 0x740f0000 - 0x74110000 C:\WINDOWS\System32\SspiCli.dll
  294. 0x740e0000 - 0x740ea000 C:\WINDOWS\System32\CRYPTBASE.dll
  295. 0x74290000 - 0x742e7000 C:\WINDOWS\System32\bcryptPrimitives.dll
  296. 0x74710000 - 0x7484c000 C:\WINDOWS\System32\USER32.dll
  297. 0x74270000 - 0x74286000 C:\WINDOWS\System32\win32u.dll
  298. 0x75680000 - 0x756a1000 C:\WINDOWS\System32\GDI32.dll
  299. 0x74110000 - 0x74269000 C:\WINDOWS\System32\gdi32full.dll
  300. 0x77180000 - 0x771f9000 C:\WINDOWS\System32\msvcp_win.dll
  301. 0x74460000 - 0x74578000 C:\WINDOWS\System32\ucrtbase.dll
  302. 0x716b0000 - 0x718be000 C:\WINDOWS\WinSxS\x86_microsoft.windows.common-controls_6595b64144ccf1df_6.0.15063.0_none_583b8639f462029f\COMCTL32.dll
  303. 0x75710000 - 0x75948000 C:\WINDOWS\System32\combase.dll
  304. 0x75b00000 - 0x75b25000 C:\WINDOWS\System32\IMM32.DLL
  305. 0x6a880000 - 0x6a93f000 C:\Program Files (x86)\NCALayer\jre\bin\msvcr100.dll
  306. 0x62c40000 - 0x6300d000 C:\Program Files (x86)\NCALayer\jre\bin\client\jvm.dll
  307. 0x74850000 - 0x74856000 C:\WINDOWS\System32\PSAPI.DLL
  308. 0x73550000 - 0x73574000 C:\WINDOWS\SYSTEM32\WINMM.dll
  309. 0x71ff0000 - 0x71ff8000 C:\WINDOWS\SYSTEM32\WSOCK32.dll
  310. 0x73fa0000 - 0x73fa8000 C:\WINDOWS\SYSTEM32\VERSION.dll
  311. 0x75b30000 - 0x75b97000 C:\WINDOWS\System32\WS2_32.dll
  312. 0x73430000 - 0x73453000 C:\WINDOWS\SYSTEM32\WINMMBASE.dll
  313. 0x775e0000 - 0x77619000 C:\WINDOWS\System32\cfgmgr32.dll
  314. 0x715f0000 - 0x715fc000 C:\Program Files (x86)\NCALayer\jre\bin\verify.dll
  315. 0x71540000 - 0x71561000 C:\Program Files (x86)\NCALayer\jre\bin\java.dll
  316. 0x71430000 - 0x71443000 C:\Program Files (x86)\NCALayer\jre\bin\zip.dll
  317. 0x75c10000 - 0x76f58000 C:\WINDOWS\System32\SHELL32.dll
  318. 0x770f0000 - 0x7717c000 C:\WINDOWS\System32\shcore.dll
  319. 0x74870000 - 0x74df4000 C:\WINDOWS\System32\windows.storage.dll
  320. 0x756c0000 - 0x75705000 C:\WINDOWS\System32\shlwapi.dll
  321. 0x74860000 - 0x7486e000 C:\WINDOWS\System32\kernel.appcore.dll
  322. 0x75950000 - 0x75995000 C:\WINDOWS\System32\powrprof.dll
  323. 0x756b0000 - 0x756c0000 C:\WINDOWS\System32\profapi.dll
  324. 0x62af0000 - 0x62c36000 C:\Program Files (x86)\NCALayer\jre\bin\awt.dll
  325. 0x75a60000 - 0x75af6000 C:\WINDOWS\System32\OLEAUT32.dll
  326. 0x72030000 - 0x720c3000 C:\WINDOWS\SYSTEM32\apphelp.dll
  327. 0x71410000 - 0x71430000 C:\Program Files (x86)\NCALayer\jre\bin\sunec.dll
  328. 0x73210000 - 0x73223000 C:\WINDOWS\SYSTEM32\CRYPTSP.dll
  329. 0x731e0000 - 0x7320f000 C:\WINDOWS\system32\rsaenh.dll
  330. 0x73390000 - 0x733a8000 C:\WINDOWS\SYSTEM32\bcrypt.dll
  331. 0x738f0000 - 0x73912000 C:\WINDOWS\SYSTEM32\USERENV.dll
  332. 0x713f0000 - 0x71406000 C:\Program Files (x86)\NCALayer\jre\bin\net.dll
  333. 0x738a0000 - 0x738ee000 C:\WINDOWS\system32\mswsock.dll
  334. 0x73f40000 - 0x73f6f000 C:\WINDOWS\SYSTEM32\IPHLPAPI.DLL
  335. 0x76f60000 - 0x76f67000 C:\WINDOWS\System32\NSI.dll
  336. 0x725e0000 - 0x725f3000 C:\WINDOWS\SYSTEM32\dhcpcsvc6.DLL
  337. 0x72590000 - 0x725a4000 C:\WINDOWS\SYSTEM32\dhcpcsvc.DLL
  338. 0x72b10000 - 0x72b88000 C:\WINDOWS\system32\uxtheme.dll
  339. 0x77490000 - 0x775d6000 C:\WINDOWS\System32\MSCTF.dll
  340. 0x72a70000 - 0x72a93000 C:\WINDOWS\system32\dwmapi.dll
  341. 0x75580000 - 0x75672000 C:\WINDOWS\System32\ole32.dll
  342. 0x70c00000 - 0x70c39000 C:\Program Files (x86)\NCALayer\jre\bin\fontmanager.dll
  343. 0x6c890000 - 0x6c914000 C:\WINDOWS\SYSTEM32\mscms.dll
  344. 0x6c930000 - 0x6c96d000 C:\WINDOWS\SYSTEM32\icm32.dll
  345. 0x71530000 - 0x71539000 C:\Program Files (x86)\NCALayer\jre\bin\sunmscapi.dll
  346. 0x74590000 - 0x7470d000 C:\WINDOWS\System32\CRYPT32.dll
  347. 0x75ba0000 - 0x75bae000 C:\WINDOWS\System32\MSASN1.dll
  348. 0x711e0000 - 0x711ef000 C:\Program Files (x86)\NCALayer\jre\bin\nio.dll
  349. 0x72010000 - 0x7202e000 C:\WINDOWS\SYSTEM32\gpapi.dll
  350. 0x730f0000 - 0x7316f000 C:\WINDOWS\SYSTEM32\DNSAPI.dll
  351. 0x73040000 - 0x73061000 C:\Program Files (x86)\Bonjour\mdnsNSP.dll
  352. 0x72fc0000 - 0x72fc8000 C:\Windows\System32\rasadhlp.dll
  353. 0x72ff0000 - 0x7303a000 C:\WINDOWS\System32\fwpuclnt.dll
  354. 0x73760000 - 0x737ee000 C:\WINDOWS\WinSxS\x86_microsoft.windows.common-controls_6595b64144ccf1df_5.82.15063.0_none_8b4e86125c6fbfec\comctl32.dll
  355. 0x76f70000 - 0x76ff3000 C:\WINDOWS\System32\clbcatq.dll
  356. 0x71e70000 - 0x71fd4000 C:\WINDOWS\system32\propsys.dll
  357. 0x62630000 - 0x62754000 C:\WINDOWS\system32\NetworkExplorer.dll
  358. 0x623b0000 - 0x62628000 C:\Windows\System32\OneCoreUAPCommonProxyStub.dll
  359. 0x70d20000 - 0x70e92000 C:\WINDOWS\SYSTEM32\WindowsCodecs.dll
  360. 0x6a830000 - 0x6a877000 C:\Windows\System32\thumbcache.dll
  361. 0x6c850000 - 0x6c882000 C:\Program Files (x86)\NCALayer\jre\bin\t2k.dll
  362. 0x73f80000 - 0x73f96000 C:\WINDOWS\SYSTEM32\MPR.dll
  363. 0x6c920000 - 0x6c929000 C:\WINDOWS\System32\drprov.dll
  364. 0x71dc0000 - 0x71e02000 C:\WINDOWS\System32\WINSTA.dll
  365. 0x6aed0000 - 0x6aee2000 C:\WINDOWS\System32\ntlanman.dll
  366. 0x6aeb0000 - 0x6aeca000 C:\WINDOWS\System32\davclnt.dll
  367. 0x6b680000 - 0x6b68a000 C:\WINDOWS\System32\DAVHLPR.dll
  368. 0x70b70000 - 0x70b80000 C:\WINDOWS\System32\wkscli.dll
  369. 0x71570000 - 0x7157f000 C:\WINDOWS\SYSTEM32\cscapi.dll
  370. 0x711a0000 - 0x711ab000 C:\WINDOWS\System32\netutils.dll
  371. 0x6a7f0000 - 0x6a830000 C:\Windows\System32\dlnashext.dll
  372. 0x6a790000 - 0x6a7e6000 C:\Windows\System32\PlayToDevice.dll
  373. 0x69a40000 - 0x69a5a000 C:\Windows\System32\DevDispItemProvider.dll
  374. 0x6c760000 - 0x6c7ba000 C:\WINDOWS\System32\MMDevApi.dll
  375. 0x714d0000 - 0x714f2000 C:\WINDOWS\System32\DEVOBJ.dll
  376. 0x621d0000 - 0x623a2000 C:\WINDOWS\system32\wpdshext.dll
  377. 0x73580000 - 0x736e6000 C:\WINDOWS\WinSxS\x86_microsoft.windows.gdiplus_6595b64144ccf1df_1.1.15063.0_none_d802f55807fa1ec7\gdiplus.dll
  378. 0x699b0000 - 0x69a33000 C:\Windows\System32\PortableDeviceApi.dll
  379. 0x74ec0000 - 0x752da000 C:\WINDOWS\System32\SETUPAPI.dll
  380. 0x77440000 - 0x77484000 C:\WINDOWS\System32\WINTRUST.dll
  381. 0x69550000 - 0x69591000 C:\WINDOWS\system32\audiodev.dll
  382. 0x61e40000 - 0x62057000 C:\WINDOWS\system32\WMVCore.DLL
  383. 0x69ec0000 - 0x69fc7000 C:\WINDOWS\system32\mfperfhelper.dll
  384. 0x69510000 - 0x6954f000 C:\WINDOWS\system32\WMASF.DLL
  385. 0x6ac40000 - 0x6ada5000 C:\WINDOWS\SYSTEM32\MFPlat.DLL
  386. 0x6b710000 - 0x6b73a000 C:\WINDOWS\SYSTEM32\RTWorkQ.DLL
  387. 0x711d0000 - 0x711dd000 C:\WINDOWS\SYSTEM32\LINKINFO.dll
  388. 0x72b90000 - 0x72b9a000 C:\WINDOWS\SYSTEM32\Secur32.dll
  389. 0x72600000 - 0x7275d000 C:\WINDOWS\SYSTEM32\dbghelp.dll
  390.  
  391. VM Arguments:
  392. java_command: C:\Program Files (x86)\NCALayer\NCALayer.exe
  393. java_class_path (initial): C:\Program Files (x86)\NCALayer\NCALayer.exe
  394. Launcher Type: SUN_STANDARD
  395.  
  396. Environment Variables:
  397. PATH=C:\ProgramData\Oracle\Java\javapath;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\Hewlett-Packard\SimplePass\;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:\Php;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\Program Files (x86)\Skype\Phone\;C:\rsync;C:\ProgramData\ComposerSetup\bin;C:\ProgramData\chocolatey\bin;C:\Program Files (x86)\sbt\\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\Program Files (x86)\SMLNJ\bin\;C:\Users\AlexandrAboimov\.dnx\bin;C:\Program Files\Microsoft DNX\Dnvm\;C:\Program Files\Microsoft SQL Server\130\Tools\Binn\;C:\Program Files (x86)\Microsoft SQL Server\110\DTS\Binn\;C:\Program Files (x86)\Microsoft SQL Server\120\DTS\Binn\;C:\Program Files (x86)\Microsoft SQL Server\130\DTS\Binn\;C:\Program Files\Git\cmd;C:\HashiCorp\Vagrant\bin;C:\Users\AlexandrAboimov\AppData\Roaming\local\bin;C:\Ruby22\bin;C:\Program Files (x86)\Google\Chrome\Application;C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common;C:\HashiCorp\vagrant\bin;C:\Git\cmd;C:\Program Files\Git\usr\bin;C:\Program Files\Git\bin;C:\Users\AlexandrAboimov\.babun;C:\tools\php;C:\Users\AlexandrAboimov\AppData\Local\atom\bin;C:\Users\AlexandrAboimov\AppData\Local\Microsoft\WindowsApps;C:\Program Files\Docker Toolbox;C:\Program Files (x86)\NCALayer\.\jre\bin
  398. USERNAME=AlexandrAboimov
  399. OS=Windows_NT
  400. PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 69 Stepping 1, GenuineIntel
  401.  
  402.  
  403.  
  404. --------------- S Y S T E M ---------------
  405.  
  406. OS: Windows 10.0 , 64 bit Build 15063 (10.0.15063.0)
  407.  
  408. 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
  409.  
  410. Memory: 4k page, physical 8317080k(3306044k free), swap 9627800k(2849188k free)
  411.  
  412. 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)
  413.  
  414. time: Tue Apr 18 15:06:25 2017
  415. elapsed time: 13 seconds (0d 0h 0m 13s)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement