Advertisement
Guest User

Java error

a guest
Feb 3rd, 2013
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 21.34 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=0x00020002, pid=3284, tid=6972
  5. #
  6. # JRE version: 7.0_13-b20
  7. # Java VM: Java HotSpot(TM) Client VM (23.7-b01 mixed mode windows-x86 )
  8. # Problematic frame:
  9. # C 0x00020002
  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.sun.com/bugreport/crash.jsp
  15. #
  16.  
  17. --------------- T H R E A D ---------------
  18.  
  19. Current thread (0x02ee7c00): VMThread [stack: 0x05360000,0x053b0000] [id=6972]
  20.  
  21. siginfo: ExceptionCode=0xc0000005, ExceptionInformation=0x00000008 0x00020002
  22.  
  23. Registers:
  24. EAX=0x00020002, EBX=0x00000001, ECX=0x4f773730, EDX=0x4f7736e8
  25. ESP=0x053af444, EBP=0x053af460, ESI=0x000003fe, EDI=0x249cc510
  26. EIP=0x00020002, EFLAGS=0x00010216
  27.  
  28. Top of Stack: (sp=0x053af444)
  29. 0x053af444: 72464892 4f773f58 725eb5e0 24763380
  30. 0x053af454: 02f8ef48 053af46c 72464ccb 053af46c
  31. 0x053af464: 72464cd1 725eb5e0 053af480 72365016
  32. 0x053af474: 00000003 725eb5e0 02f8ef48 053af49c
  33. 0x053af484: 72361414 725eb5e0 00000000 725eb5e0
  34. 0x053af494: 725eb5e0 02f8ef48 053af4dc 7235b42f
  35. 0x053af4a4: 01000001 00000001 00000002 725eb5e0
  36. 0x053af4b4: 053af4c8 725eb5e0 00000001 02f8ef48
  37.  
  38. Instructions: (pc=0x00020002)
  39. 0x0001ffe2:
  40. [error occurred during error reporting (printing registers, top of stack, instructions near pc), id 0xc0000005]
  41.  
  42. Register to memory mapping:
  43.  
  44. EAX=0x00020002 is an unknown value
  45. EBX=0x00000001 is an unknown value
  46. ECX=0x4f773730 is an oop
  47. {method}
  48. - klass: {other class}
  49. EDX=0x4f7736e8 is an oop
  50. {constMethod}
  51. - klass: {other class}
  52. - method: 0x4f773728 {method} '<init>' '(Lsun/java2d/StateTrackable$State;)V' in 'sun/java2d/StateTrackableDelegate'
  53. - exceptions: 0x4f011128
  54. ESP=0x053af444 is an unknown value
  55. EBP=0x053af460 is an unknown value
  56. ESI=0x000003fe is an unknown value
  57. EDI=0x249cc510 is an oop
  58. java.lang.Integer
  59. - klass: 'java/lang/Integer'
  60.  
  61.  
  62. Stack: [0x05360000,0x053b0000], sp=0x053af444, free space=317k
  63. Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
  64. C 0x00020002
  65. V [jvm.dll+0x174cd1]
  66. V [jvm.dll+0x75016]
  67. V [jvm.dll+0x71414]
  68. V [jvm.dll+0x6b42f]
  69. V [jvm.dll+0x6d2bf]
  70. V [jvm.dll+0x6d770]
  71. V [jvm.dll+0x6c297]
  72. V [jvm.dll+0x73ae3]
  73. V [jvm.dll+0x6ae72]
  74. V [jvm.dll+0x6b25e]
  75. V [jvm.dll+0x17740c]
  76. V [jvm.dll+0x14f475]
  77. V [jvm.dll+0x14e5de]
  78. V [jvm.dll+0x14e967]
  79. V [jvm.dll+0x14ee32]
  80. V [jvm.dll+0x17ee89]
  81. C [msvcr100.dll+0x5c6de] endthreadex+0x3a
  82. C [msvcr100.dll+0x5c788] endthreadex+0xe4
  83. C [KERNEL32.DLL+0x28543] BaseThreadInitThunk+0xe
  84. C [ntdll.dll+0x5ac69] RtlInitializeExceptionChain+0x85
  85. C [ntdll.dll+0x5ac3c] RtlInitializeExceptionChain+0x58
  86.  
  87. VM_Operation (0x07d9f1e4): GenCollectFull, mode: safepoint, requested by thread 0x0616d000
  88.  
  89.  
  90. --------------- P R O C E S S ---------------
  91.  
  92. Java Threads: ( => current thread )
  93. 0x083b5000 JavaThread "Keep-Alive-Timer" daemon [_thread_blocked, id=6116, stack(0x059e0000,0x05a30000)]
  94. 0x06c12800 JavaThread "Thread-7" daemon [_thread_in_native, id=5788, stack(0x08180000,0x081d0000)]
  95. 0x02f8a400 JavaThread "DestroyJavaVM" [_thread_blocked, id=6612, stack(0x01060000,0x010b0000)]
  96. 0x06c12000 JavaThread "Server thread" [_thread_in_native, id=4224, stack(0x080f0000,0x08140000)]
  97. 0x06baf400 JavaThread "TimerQueue" daemon [_thread_blocked, id=3564, stack(0x07e20000,0x07e70000)]
  98. 0x0616d000 JavaThread "AWT-EventQueue-0" [_thread_blocked, id=1600, stack(0x07d50000,0x07da0000)]
  99. 0x06aae800 JavaThread "AWT-Windows" daemon [_thread_in_native, id=7080, stack(0x07460000,0x074b0000)]
  100. 0x06aae000 JavaThread "AWT-Shutdown" [_thread_blocked, id=6372, stack(0x073d0000,0x07420000)]
  101. 0x06a94400 JavaThread "Java2D Disposer" daemon [_thread_blocked, id=6700, stack(0x07340000,0x07390000)]
  102. 0x06a9d400 JavaThread "Thread-3" daemon [_thread_blocked, id=2168, stack(0x07270000,0x072c0000)]
  103. 0x06a89400 JavaThread "Snooper Timer" daemon [_thread_blocked, id=6380, stack(0x071e0000,0x07230000)]
  104. 0x056bf400 JavaThread "Thread-1" [_thread_blocked, id=6644, stack(0x060d0000,0x06120000)]
  105. 0x05513c00 JavaThread "Service Thread" daemon [_thread_blocked, id=6368, stack(0x058c0000,0x05910000)]
  106. 0x0550f800 JavaThread "C1 CompilerThread0" daemon [_thread_blocked, id=6360, stack(0x05830000,0x05880000)]
  107. 0x0550e800 JavaThread "Attach Listener" daemon [_thread_blocked, id=7144, stack(0x057a0000,0x057f0000)]
  108. 0x0550c800 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=6352, stack(0x05710000,0x05760000)]
  109. 0x02ef2400 JavaThread "Finalizer" daemon [_thread_blocked, id=6332, stack(0x05480000,0x054d0000)]
  110. 0x02eed400 JavaThread "Reference Handler" daemon [_thread_blocked, id=4596, stack(0x053f0000,0x05440000)]
  111.  
  112. Other Threads:
  113. =>0x02ee7c00 VMThread [stack: 0x05360000,0x053b0000] [id=6972]
  114. 0x05523800 WatcherThread [stack: 0x05950000,0x059a0000] [id=6356]
  115.  
  116. VM state:at safepoint (normal execution)
  117.  
  118. VM Mutex/Monitor currently owned by a thread: ([mutex/lock_event])
  119. [0x02f88d78] Threads_lock - owner thread: 0x02ee7c00
  120. [0x02f89650] Heap_lock - owner thread: 0x0616d000
  121.  
  122. Heap
  123. def new generation total 157376K, used 4225K [0x0f010000, 0x19ad0000, 0x24560000)
  124. eden space 139904K, 3% used [0x0f010000, 0x0f4304e0, 0x178b0000)
  125. from space 17472K, 0% used [0x178b0000, 0x178b0000, 0x189c0000)
  126. to space 17472K, 0% used [0x189c0000, 0x189c0000, 0x19ad0000)
  127. tenured generation total 349568K, used 20584K [0x24560000, 0x39ac0000, 0x4f010000)
  128. the space 349568K, 5% used [0x24560000, 0x2597a348, 0x2597a400, 0x39ac0000)
  129. compacting perm gen total 17152K, used 17103K [0x4f010000, 0x500d0000, 0x53010000)
  130. the space 17152K, 99% used [0x4f010000, 0x500c3d48, 0x500c3e00, 0x500d0000)
  131. No shared spaces configured.
  132.  
  133. Card table byte_map: [0x04f90000,0x051c0000] byte_map_base: 0x04f17f80
  134.  
  135. Polling page: 0x00f60000
  136.  
  137. Code Cache [0x02f90000, 0x03260000, 0x04f90000)
  138. total_blobs=1633 nmethods=1358 adapters=209 free_code_cache=29893Kb largest_free_block=30609536
  139.  
  140. Compilation events (10 events):
  141. Event: 10.617 Thread 0x0550f800 1369 sun.security.provider.MD5::HH (29 bytes)
  142. Event: 10.617 Thread 0x0550f800 nmethod 1369 0x0325d908 code [0x0325da00, 0x0325daa0]
  143. Event: 10.617 Thread 0x0550f800 1370 sun.security.provider.MD5::II (31 bytes)
  144. Event: 10.617 Thread 0x0550f800 nmethod 1370 0x0325db08 code [0x0325dc00, 0x0325dca0]
  145. Event: 10.740 Thread 0x0550f800 1371 java.security.Provider$ServiceKey::<init> (8 bytes)
  146. Event: 10.741 Thread 0x0550f800 nmethod 1371 0x0325dd08 code [0x0325de00, 0x0325de9c]
  147. Event: 10.741 Thread 0x0550f800 1372 java.security.Provider$ServiceKey::<init> (39 bytes)
  148. Event: 10.742 Thread 0x0550f800 nmethod 1372 0x0325df08 code [0x0325e020, 0x0325e118]
  149. Event: 10.746 Thread 0x0550f800 1373 com.sun.crypto.provider.DESCrypt::cipherBlock (302 bytes)
  150. Event: 10.748 Thread 0x0550f800 nmethod 1373 0x0325e208 code [0x0325e370, 0x0325e764]
  151.  
  152. GC Heap History (10 events):
  153. Event: 9.068 GC heap after
  154. Heap after GC invocations=14 (full 9):
  155. def new generation total 157376K, used 0K [0x0f010000, 0x19ad0000, 0x24560000)
  156. eden space 139904K, 0% used [0x0f010000, 0x0f010000, 0x178b0000)
  157. from space 17472K, 0% used [0x178b0000, 0x178b0000, 0x189c0000)
  158. to space 17472K, 0% used [0x189c0000, 0x189c0000, 0x19ad0000)
  159. tenured generation total 349568K, used 19049K [0x24560000, 0x39ac0000, 0x4f010000)
  160. the space 349568K, 5% used [0x24560000, 0x257fa6b8, 0x257fa800, 0x39ac0000)
  161. compacting perm gen total 15360K, used 15273K [0x4f010000, 0x4ff10000, 0x53010000)
  162. the space 15360K, 99% used [0x4f010000, 0x4fefa568, 0x4fefa600, 0x4ff10000)
  163. No shared spaces configured.
  164. }
  165. Event: 9.491 GC heap before
  166. {Heap before GC invocations=14 (full 9):
  167. def new generation total 157376K, used 34196K [0x0f010000, 0x19ad0000, 0x24560000)
  168. eden space 139904K, 24% used [0x0f010000, 0x11175170, 0x178b0000)
  169. from space 17472K, 0% used [0x178b0000, 0x178b0000, 0x189c0000)
  170. to space 17472K, 0% used [0x189c0000, 0x189c0000, 0x19ad0000)
  171. tenured generation total 349568K, used 19049K [0x24560000, 0x39ac0000, 0x4f010000)
  172. the space 349568K, 5% used [0x24560000, 0x257fa6b8, 0x257fa800, 0x39ac0000)
  173. compacting perm gen total 15872K, used 15723K [0x4f010000, 0x4ff90000, 0x53010000)
  174. the space 15872K, 99% used [0x4f010000, 0x4ff6ac88, 0x4ff6ae00, 0x4ff90000)
  175. No shared spaces configured.
  176. Event: 9.570 GC heap after
  177. Heap after GC invocations=15 (full 10):
  178. def new generation total 157376K, used 0K [0x0f010000, 0x19ad0000, 0x24560000)
  179. eden space 139904K, 0% used [0x0f010000, 0x0f010000, 0x178b0000)
  180. from space 17472K, 0% used [0x178b0000, 0x178b0000, 0x189c0000)
  181. to space 17472K, 0% used [0x189c0000, 0x189c0000, 0x19ad0000)
  182. tenured generation total 349568K, used 20190K [0x24560000, 0x39ac0000, 0x4f010000)
  183. the space 349568K, 5% used [0x24560000, 0x25917840, 0x25917a00, 0x39ac0000)
  184. compacting perm gen total 15872K, used 15723K [0x4f010000, 0x4ff90000, 0x53010000)
  185. the space 15872K, 99% used [0x4f010000, 0x4ff6ac88, 0x4ff6ae00, 0x4ff90000)
  186. No shared spaces configured.
  187. }
  188. Event: 9.992 GC heap before
  189. {Heap before GC invocations=15 (full 10):
  190. def new generation total 157376K, used 14214K [0x0f010000, 0x19ad0000, 0x24560000)
  191. eden space 139904K, 10% used [0x0f010000, 0x0fdf19f0, 0x178b0000)
  192. from space 17472K, 0% used [0x178b0000, 0x178b0000, 0x189c0000)
  193. to space 17472K, 0% used [0x189c0000, 0x189c0000, 0x19ad0000)
  194. tenured generation total 349568K, used 20190K [0x24560000, 0x39ac0000, 0x4f010000)
  195. the space 349568K, 5% used [0x24560000, 0x25917840, 0x25917a00, 0x39ac0000)
  196. compacting perm gen total 16384K, used 16238K [0x4f010000, 0x50010000, 0x53010000)
  197. the space 16384K, 99% used [0x4f010000, 0x4ffeb888, 0x4ffeba00, 0x50010000)
  198. No shared spaces configured.
  199. Event: 10.071 GC heap after
  200. Heap after GC invocations=16 (full 11):
  201. def new generation total 157376K, used 0K [0x0f010000, 0x19ad0000, 0x24560000)
  202. eden space 139904K, 0% used [0x0f010000, 0x0f010000, 0x178b0000)
  203. from space 17472K, 0% used [0x178b0000, 0x178b0000, 0x189c0000)
  204. to space 17472K, 0% used [0x189c0000, 0x189c0000, 0x19ad0000)
  205. tenured generation total 349568K, used 21241K [0x24560000, 0x39ac0000, 0x4f010000)
  206. the space 349568K, 6% used [0x24560000, 0x25a1e630, 0x25a1e800, 0x39ac0000)
  207. compacting perm gen total 16384K, used 16238K [0x4f010000, 0x50010000, 0x53010000)
  208. the space 16384K, 99% used [0x4f010000, 0x4ffeb888, 0x4ffeba00, 0x50010000)
  209. No shared spaces configured.
  210. }
  211. Event: 10.492 GC heap before
  212. {Heap before GC invocations=16 (full 11):
  213. def new generation total 157376K, used 11360K [0x0f010000, 0x19ad0000, 0x24560000)
  214. eden space 139904K, 8% used [0x0f010000, 0x0fb28170, 0x178b0000)
  215. from space 17472K, 0% used [0x178b0000, 0x178b0000, 0x189c0000)
  216. to space 17472K, 0% used [0x189c0000, 0x189c0000, 0x19ad0000)
  217. tenured generation total 349568K, used 21241K [0x24560000, 0x39ac0000, 0x4f010000)
  218. the space 349568K, 6% used [0x24560000, 0x25a1e630, 0x25a1e800, 0x39ac0000)
  219. compacting perm gen total 17152K, used 16948K [0x4f010000, 0x500d0000, 0x53010000)
  220. the space 17152K, 98% used [0x4f010000, 0x5009d318, 0x5009d400, 0x500d0000)
  221. No shared spaces configured.
  222. Event: 10.592 GC heap after
  223. Heap after GC invocations=17 (full 12):
  224. def new generation total 157376K, used 0K [0x0f010000, 0x19ad0000, 0x24560000)
  225. eden space 139904K, 0% used [0x0f010000, 0x0f010000, 0x178b0000)
  226. from space 17472K, 0% used [0x178b0000, 0x178b0000, 0x189c0000)
  227. to space 17472K, 0% used [0x189c0000, 0x189c0000, 0x19ad0000)
  228. tenured generation total 349568K, used 20441K [0x24560000, 0x39ac0000, 0x4f010000)
  229. the space 349568K, 5% used [0x24560000, 0x259564d8, 0x25956600, 0x39ac0000)
  230. compacting perm gen total 17152K, used 16948K [0x4f010000, 0x500d0000, 0x53010000)
  231. the space 17152K, 98% used [0x4f010000, 0x5009d100, 0x5009d200, 0x500d0000)
  232. No shared spaces configured.
  233. }
  234. Event: 10.993 GC heap before
  235. {Heap before GC invocations=17 (full 12):
  236. def new generation total 157376K, used 10576K [0x0f010000, 0x19ad0000, 0x24560000)
  237. eden space 139904K, 7% used [0x0f010000, 0x0fa643b0, 0x178b0000)
  238. from space 17472K, 0% used [0x178b0000, 0x178b0000, 0x189c0000)
  239. to space 17472K, 0% used [0x189c0000, 0x189c0000, 0x19ad0000)
  240. tenured generation total 349568K, used 20441K [0x24560000, 0x39ac0000, 0x4f010000)
  241. the space 349568K, 5% used [0x24560000, 0x259564d8, 0x25956600, 0x39ac0000)
  242. compacting perm gen total 17152K, used 17103K [0x4f010000, 0x500d0000, 0x53010000)
  243. the space 17152K, 99% used [0x4f010000, 0x500c3cc8, 0x500c3e00, 0x500d0000)
  244. No shared spaces configured.
  245. Event: 11.092 GC heap after
  246. Heap after GC invocations=18 (full 13):
  247. def new generation total 157376K, used 0K [0x0f010000, 0x19ad0000, 0x24560000)
  248. eden space 139904K, 0% used [0x0f010000, 0x0f010000, 0x178b0000)
  249. from space 17472K, 0% used [0x178b0000, 0x178b0000, 0x189c0000)
  250. to space 17472K, 0% used [0x189c0000, 0x189c0000, 0x19ad0000)
  251. tenured generation total 349568K, used 20584K [0x24560000, 0x39ac0000, 0x4f010000)
  252. the space 349568K, 5% used [0x24560000, 0x2597a348, 0x2597a400, 0x39ac0000)
  253. compacting perm gen total 17152K, used 17103K [0x4f010000, 0x500d0000, 0x53010000)
  254. the space 17152K, 99% used [0x4f010000, 0x500c3cc8, 0x500c3e00, 0x500d0000)
  255. No shared spaces configured.
  256. }
  257. Event: 11.494 GC heap before
  258. {Heap before GC invocations=18 (full 13):
  259. def new generation total 157376K, used 4225K [0x0f010000, 0x19ad0000, 0x24560000)
  260. eden space 139904K, 3% used [0x0f010000, 0x0f4304e0, 0x178b0000)
  261. from space 17472K, 0% used [0x178b0000, 0x178b0000, 0x189c0000)
  262. to space 17472K, 0% used [0x189c0000, 0x189c0000, 0x19ad0000)
  263. tenured generation total 349568K, used 20584K [0x24560000, 0x39ac0000, 0x4f010000)
  264. the space 349568K, 5% used [0x24560000, 0x2597a348, 0x2597a400, 0x39ac0000)
  265. compacting perm gen total 17152K, used 17103K [0x4f010000, 0x500d0000, 0x53010000)
  266. the space 17152K, 99% used [0x4f010000, 0x500c3d48, 0x500c3e00, 0x500d0000)
  267. No shared spaces configured.
  268.  
  269. Deoptimization events (0 events):
  270. No events
  271.  
  272. Internal exceptions (10 events):
  273. Event: 0.996 Thread 0x02f8a400 Threw 0x11610b88 at C:\jdk7u2_32P\jdk7u13_2932_new\hotspot\src\share\vm\prims\jvm.cpp:1166
  274. Event: 0.997 Thread 0x02f8a400 Threw 0x116137a8 at C:\jdk7u2_32P\jdk7u13_2932_new\hotspot\src\share\vm\prims\jvm.cpp:1166
  275. Event: 0.997 Thread 0x02f8a400 Threw 0x11616370 at C:\jdk7u2_32P\jdk7u13_2932_new\hotspot\src\share\vm\prims\jvm.cpp:1166
  276. Event: 2.330 Thread 0x02f8a400 Threw 0x16a1f888 at C:\jdk7u2_32P\jdk7u13_2932_new\hotspot\src\share\vm\prims\jvm.cpp:1166
  277. Event: 2.330 Thread 0x02f8a400 Threw 0x16a1fed8 at C:\jdk7u2_32P\jdk7u13_2932_new\hotspot\src\share\vm\prims\jvm.cpp:1166
  278. Event: 2.331 Thread 0x02f8a400 Threw 0x16a20d58 at C:\jdk7u2_32P\jdk7u13_2932_new\hotspot\src\share\vm\prims\jvm.cpp:1166
  279. Event: 2.331 Thread 0x02f8a400 Threw 0x16a213c0 at C:\jdk7u2_32P\jdk7u13_2932_new\hotspot\src\share\vm\prims\jvm.cpp:1166
  280. Event: 2.334 Thread 0x02f8a400 Threw 0x16a28a20 at C:\jdk7u2_32P\jdk7u13_2932_new\hotspot\src\share\vm\prims\jni.cpp:716
  281. Event: 2.375 Thread 0x02f8a400 Threw 0x16a679a8 at C:\jdk7u2_32P\jdk7u13_2932_new\hotspot\src\share\vm\prims\jni.cpp:716
  282. Event: 5.851 Thread 0x06c12000 Threw 0x102cadf8 at C:\jdk7u2_32P\jdk7u13_2932_new\hotspot\src\share\vm\prims\jvm.cpp:1166
  283.  
  284. Events (10 events):
  285. Event: 10.743 loading class 0x069310f8 done
  286. Event: 10.744 Thread 0x083b4c00 Thread added: 0x083b4c00
  287. Event: 10.744 loading class 0x06942450
  288. Event: 10.744 loading class 0x06942450 done
  289. Event: 10.745 Executing VM operation: RevokeBias
  290. Event: 10.745 Executing VM operation: RevokeBias done
  291. Event: 10.745 Thread 0x083b4c00 Thread exited: 0x083b4c00
  292. Event: 10.993 Executing VM operation: GenCollectFull
  293. Event: 11.092 Executing VM operation: GenCollectFull done
  294. Event: 11.494 Executing VM operation: GenCollectFull
  295.  
  296.  
  297. Dynamic libraries:
  298. 0x00c10000 - 0x00c3f000 C:\Program Files (x86)\Java\jre7\bin\java.exe
  299. 0x76f50000 - 0x770a7000 C:\WINDOWS\SYSTEM32\ntdll.dll
  300. 0x76410000 - 0x76540000 C:\WINDOWS\SYSTEM32\KERNEL32.DLL
  301. 0x750b0000 - 0x75156000 C:\WINDOWS\SYSTEM32\KERNELBASE.dll
  302. 0x6cbc0000 - 0x6cc67000 C:\WINDOWS\system32\apphelp.dll
  303. 0x74f50000 - 0x74ffe000 C:\WINDOWS\SYSTEM32\ADVAPI32.dll
  304. 0x74e20000 - 0x74f36000 C:\WINDOWS\SYSTEM32\USER32.dll
  305. 0x6fc20000 - 0x6fe17000 C:\WINDOWS\WinSxS\x86_microsoft.windows.common-controls_6595b64144ccf1df_6.0.9200.16384_none_893961408605e985\COMCTL32.dll
  306. 0x74d60000 - 0x74e11000 C:\WINDOWS\SYSTEM32\msvcrt.dll
  307. 0x76e50000 - 0x76e84000 C:\WINDOWS\SYSTEM32\sechost.dll
  308. 0x74cb0000 - 0x74d5c000 C:\WINDOWS\SYSTEM32\RPCRT4.dll
  309. 0x74810000 - 0x7490d000 C:\WINDOWS\SYSTEM32\GDI32.dll
  310. 0x745e0000 - 0x745fc000 C:\WINDOWS\SYSTEM32\SspiCli.dll
  311. 0x745d0000 - 0x745d9000 C:\WINDOWS\SYSTEM32\CRYPTBASE.dll
  312. 0x74570000 - 0x745c1000 C:\WINDOWS\SYSTEM32\bcryptPrimitives.dll
  313. 0x747f0000 - 0x74810000 C:\WINDOWS\system32\IMM32.DLL
  314. 0x768e0000 - 0x769bc000 C:\WINDOWS\SYSTEM32\MSCTF.dll
  315. 0x741d0000 - 0x74205000 C:\WINDOWS\SYSTEM32\nvinit.dll
  316. 0x0f000000 - 0x0f006000 C:\Program Files (x86)\NVIDIA Corporation\CoProcManager\detoured.dll
  317. 0x6c9a0000 - 0x6c9ec000 C:\Program Files (x86)\NVIDIA Corporation\CoProcManager\nvd3d9wrap.dll
  318. 0x769c0000 - 0x76b6f000 C:\WINDOWS\SYSTEM32\SETUPAPI.dll
  319. 0x76880000 - 0x768c6000 C:\WINDOWS\SYSTEM32\CFGMGR32.dll
  320. 0x74790000 - 0x747ae000 C:\WINDOWS\SYSTEM32\DEVOBJ.dll
  321. 0x6c960000 - 0x6c993000 C:\Program Files (x86)\NVIDIA Corporation\CoProcManager\nvdxgiwrap.dll
  322. 0x72640000 - 0x726fe000 C:\Program Files (x86)\Java\jre7\bin\msvcr100.dll
  323. 0x722f0000 - 0x7263d000 C:\Program Files (x86)\Java\jre7\bin\client\jvm.dll
  324. 0x727c0000 - 0x727c8000 C:\WINDOWS\SYSTEM32\WSOCK32.dll
  325. 0x72a70000 - 0x72a91000 C:\WINDOWS\SYSTEM32\WINMM.dll
  326. 0x747d0000 - 0x747d6000 C:\WINDOWS\SYSTEM32\PSAPI.DLL
  327. 0x763c0000 - 0x76410000 C:\WINDOWS\SYSTEM32\WS2_32.dll
  328. 0x72a40000 - 0x72a6a000 C:\WINDOWS\SYSTEM32\WINMMBASE.dll
  329. 0x768d0000 - 0x768d8000 C:\WINDOWS\SYSTEM32\NSI.dll
  330. 0x72840000 - 0x7284c000 C:\Program Files (x86)\Java\jre7\bin\verify.dll
  331. 0x72820000 - 0x72840000 C:\Program Files (x86)\Java\jre7\bin\java.dll
  332. 0x72800000 - 0x72813000 C:\Program Files (x86)\Java\jre7\bin\zip.dll
  333. 0x722d0000 - 0x722e4000 C:\Program Files (x86)\Java\jre7\bin\net.dll
  334. 0x739b0000 - 0x739fa000 C:\WINDOWS\system32\mswsock.dll
  335. 0x722c0000 - 0x722ce000 C:\Program Files (x86)\Java\jre7\bin\nio.dll
  336. 0x73a40000 - 0x73a5a000 C:\WINDOWS\SYSTEM32\CRYPTSP.dll
  337. 0x73a00000 - 0x73a3e000 C:\WINDOWS\system32\rsaenh.dll
  338. 0x73ca0000 - 0x73cbb000 C:\WINDOWS\SYSTEM32\USERENV.dll
  339. 0x73c80000 - 0x73c91000 C:\WINDOWS\SYSTEM32\profapi.dll
  340. 0x72bc0000 - 0x72bd0000 C:\WINDOWS\system32\napinsp.dll
  341. 0x72ba0000 - 0x72bb4000 C:\WINDOWS\system32\pnrpnsp.dll
  342. 0x72b90000 - 0x72ba0000 C:\WINDOWS\system32\NLAapi.dll
  343. 0x72b10000 - 0x72b85000 C:\WINDOWS\SYSTEM32\DNSAPI.dll
  344. 0x72b00000 - 0x72b09000 C:\WINDOWS\System32\winrnr.dll
  345. 0x72af0000 - 0x72b00000 C:\WINDOWS\system32\wshbth.dll
  346. 0x72aa0000 - 0x72aa7000 C:\Windows\System32\rasadhlp.dll
  347. 0x74260000 - 0x74282000 C:\WINDOWS\SYSTEM32\IPHLPAPI.DLL
  348. 0x74210000 - 0x74218000 C:\WINDOWS\SYSTEM32\WINNSI.DLL
  349. 0x72ab0000 - 0x72aef000 C:\WINDOWS\System32\fwpuclnt.dll
  350. 0x72170000 - 0x722b2000 C:\Program Files (x86)\Java\jre7\bin\awt.dll
  351. 0x75020000 - 0x750ab000 C:\WINDOWS\SYSTEM32\OLEAUT32.dll
  352. 0x76540000 - 0x76676000 C:\WINDOWS\SYSTEM32\combase.dll
  353. 0x734d0000 - 0x73558000 C:\WINDOWS\system32\uxtheme.dll
  354. 0x73600000 - 0x73619000 C:\WINDOWS\SYSTEM32\dwmapi.dll
  355. 0x76c00000 - 0x76d19000 C:\WINDOWS\SYSTEM32\ole32.dll
  356. 0x752f0000 - 0x763b6000 C:\WINDOWS\SYSTEM32\SHELL32.dll
  357. 0x74ab0000 - 0x74af0000 C:\WINDOWS\SYSTEM32\SHLWAPI.dll
  358. 0x72cf0000 - 0x72d65000 C:\WINDOWS\SYSTEM32\shcore.dll
  359. 0x72140000 - 0x7216a000 C:\Program Files (x86)\Java\jre7\bin\fontmanager.dll
  360. 0x72100000 - 0x72131000 C:\Program Files (x86)\Java\jre7\bin\t2k.dll
  361. 0x76d20000 - 0x76d94000 C:\WINDOWS\SYSTEM32\clbcatq.dll
  362. 0x6af60000 - 0x6b0a6000 C:\WINDOWS\SYSTEM32\WindowsCodecs.dll
  363. 0x72000000 - 0x72024000 C:\Program Files (x86)\Java\jre7\bin\dcpr.dll
  364. 0x70690000 - 0x706b0000 C:\Program Files (x86)\Java\jre7\bin\sunec.dll
  365. 0x70680000 - 0x70689000 C:\Program Files (x86)\Java\jre7\bin\sunmscapi.dll
  366. 0x74600000 - 0x74788000 C:\WINDOWS\SYSTEM32\CRYPT32.dll
  367. 0x75000000 - 0x75012000 C:\WINDOWS\SYSTEM32\MSASN1.dll
  368. 0x72880000 - 0x729a9000 C:\WINDOWS\SYSTEM32\dbghelp.dll
  369.  
  370. VM Arguments:
  371. jvm_args: -Xms512M -Xmx1G
  372. java_command: ftbserver.jar
  373. Launcher Type: SUN_STANDARD
  374.  
  375. Environment Variables:
  376. CLASSPATH=C:\Program Files\Java\jre7\bin
  377. PATH=C:\Program Files (x86)\Java\jre7\bin;C:\Program Files (x86)\Java\jre7\bin;
  378. USERNAME=andre_000
  379. OS=Windows_NT
  380. PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 42 Stepping 7, GenuineIntel
  381.  
  382.  
  383.  
  384. --------------- S Y S T E M ---------------
  385.  
  386. OS: Windows 8 , 64 bit Build 9200
  387.  
  388. CPU:total 8 (4 cores per cpu, 2 threads per core) family 6 model 42 stepping 7, cmov, cx8, fxsr, mmx, sse, sse2, sse3, ssse3, sse4.1, sse4.2, popcnt, avx, ht, tsc, tscinvbit
  389.  
  390. Memory: 4k page, physical 16662832k(14064940k free), swap 34488636k(31428836k free)
  391.  
  392. vm_info: Java HotSpot(TM) Client VM (23.7-b01) for windows-x86 JRE (1.7.0_13-b20), built on Jan 30 2013 10:03:58 by "java_re" with unknown MS VC++:1600
  393.  
  394. time: Sun Feb 03 22:18:00 2013
  395. elapsed time: 11 seconds
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement