Guest User

Untitled

a guest
Aug 11th, 2012
509
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.05 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=0x63841fa8, pid=9108, tid=4556
  5. #
  6. # JRE version: 7.0_05-b06
  7. # Java VM: Java HotSpot(TM) Client VM (23.1-b03 mixed mode, sharing windows-x86 )
  8. # Problematic frame:
  9. # C [fontmanager.dll+0x1fa8] Java_sun_java2d_loops_DrawGlyphListLCD_DrawGlyphListLCD+0x88
  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. # 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 (0x04add000): JavaThread "AWT-EventQueue-0" [_thread_in_native, id=4556, stack(0x05b60000,0x05bb0000)]
  22.  
  23. siginfo: ExceptionCode=0xc0000005, reading address 0x00000011
  24.  
  25. Registers:
  26. EAX=0x05badfe8, EBX=0x04b26c20, ECX=0x00000001, EDX=0x00000001
  27. ESP=0x05badf6c, EBP=0x00000001, ESI=0x05badfec, EDI=0x04add128
  28. EIP=0x63841fa8, EFLAGS=0x00010246
  29.  
  30. Top of Stack: (sp=0x05badf6c)
  31. 0x05badf6c: 00000001 00000001 05badf01 00000001
  32. 0x05badf7c: 386bc8a0 3913c088 04add000 05badfd4
  33. 0x05badf8c: 0262a707 00000001 00000001 00000001
  34. 0x05badf9c: 05badfe8 05badf01 000000b6 00531b7c
  35. 0x05badfac: 00531b98 00531ba0 05badfb4 386bc8a0
  36. 0x05badfbc: 05badff0 3913be48 00000000 3913c088
  37. 0x05badfcc: 00000000 05badfe4 05bae014 026232c7
  38. 0x05badfdc: 00000000 02628989 24665138 2468ec18
  39.  
  40. Instructions: (pc=0x63841fa8)
  41. 0x63841f88: 51 57 ff d2 8b 4c 24 18 8b 54 24 14 88 44 24 24
  42. 0x63841f98: 8b 44 24 24 55 50 8b 44 24 28 51 8b 4c 24 28 52
  43. 0x63841fa8: 8b 55 10 50 56 e8 ae fd ff ff 53 ff 15 c0 10 85
  44. 0x63841fb8: 63 83 c4 1c 5e 5b 5f 5d c2 14 00 a1 00 68 86 63
  45.  
  46.  
  47. Register to memory mapping:
  48.  
  49. EAX=0x05badfe8 is pointing into the stack for thread: 0x04add000
  50. EBX=0x04b26c20 is an unknown value
  51. ECX=0x00000001 is an unknown value
  52. EDX=0x00000001 is an unknown value
  53. ESP=0x05badf6c is pointing into the stack for thread: 0x04add000
  54. EBP=0x00000001 is an unknown value
  55. ESI=0x05badfec is pointing into the stack for thread: 0x04add000
  56. EDI=0x04add128 is an unknown value
  57.  
  58.  
  59. Stack: [0x05b60000,0x05bb0000], sp=0x05badf6c, free space=311k
  60. Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
  61. C [fontmanager.dll+0x1fa8] Java_sun_java2d_loops_DrawGlyphListLCD_DrawGlyphListLCD+0x88
  62.  
  63. Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
  64. j sun.java2d.loops.DrawGlyphListLCD.DrawGlyphListLCD(Lsun/java2d/SunGraphics2D;Lsun/java2d/SurfaceData;Lsun/font/GlyphList;)V+0
  65. j sun.java2d.pipe.LCDTextRenderer.drawGlyphList(Lsun/java2d/SunGraphics2D;Lsun/font/GlyphList;)V+13
  66. j sun.java2d.pipe.GlyphListPipe.drawString(Lsun/java2d/SunGraphics2D;Ljava/lang/String;DD)V+158
  67. j sun.java2d.pipe.ValidatePipe.drawString(Lsun/java2d/SunGraphics2D;Ljava/lang/String;DD)V+17
  68. j sun.java2d.SunGraphics2D.drawString(Ljava/lang/String;II)V+68
  69. j sun.swing.SwingUtilities2.drawString(Ljavax/swing/JComponent;Ljava/awt/Graphics;Ljava/lang/String;II)V+344
  70. j sun.swing.SwingUtilities2.drawStringUnderlineCharAt(Ljavax/swing/JComponent;Ljava/awt/Graphics;Ljava/lang/String;III)V+19
  71. j javax.swing.plaf.metal.MetalButtonUI.paintText(Ljava/awt/Graphics;Ljavax/swing/JComponent;Ljava/awt/Rectangle;Ljava/lang/String;)V+77
  72. j javax.swing.plaf.basic.BasicButtonUI.paintText(Ljava/awt/Graphics;Ljavax/swing/AbstractButton;Ljava/awt/Rectangle;Ljava/lang/String;)V+6
  73. j javax.swing.plaf.basic.BasicButtonUI.paint(Ljava/awt/Graphics;Ljavax/swing/JComponent;)V+128
  74. j javax.swing.plaf.metal.MetalButtonUI.update(Ljava/awt/Graphics;Ljavax/swing/JComponent;)V+86
  75. j javax.swing.JComponent.paintComponent(Ljava/awt/Graphics;)V+26
  76. j javax.swing.JComponent.paint(Ljava/awt/Graphics;)V+286
  77. j javax.swing.JComponent.paintChildren(Ljava/awt/Graphics;)V+501
  78. j javax.swing.JComponent.paint(Ljava/awt/Graphics;)V+318
  79. j javax.swing.JComponent.paintChildren(Ljava/awt/Graphics;)V+501
  80. j javax.swing.JComponent.paint(Ljava/awt/Graphics;)V+318
  81. j javax.swing.JComponent.paintChildren(Ljava/awt/Graphics;)V+501
  82. j javax.swing.JComponent.paint(Ljava/awt/Graphics;)V+318
  83. j javax.swing.JLayeredPane.paint(Ljava/awt/Graphics;)V+73
  84. j javax.swing.JComponent.paintChildren(Ljava/awt/Graphics;)V+501
  85. j javax.swing.JComponent.paintToOffscreen(Ljava/awt/Graphics;IIIIII)V+72
  86. j javax.swing.RepaintManager$PaintManager.paintDoubleBuffered(Ljavax/swing/JComponent;Ljava/awt/Image;Ljava/awt/Graphics;IIII)V+105
  87. j javax.swing.RepaintManager$PaintManager.paint(Ljavax/swing/JComponent;Ljavax/swing/JComponent;Ljava/awt/Graphics;IIII)Z+116
  88. j javax.swing.RepaintManager.paint(Ljavax/swing/JComponent;Ljavax/swing/JComponent;Ljava/awt/Graphics;IIII)V+52
  89. j javax.swing.JComponent.paint(Ljava/awt/Graphics;)V+221
  90. j java.awt.GraphicsCallback$PaintCallback.run(Ljava/awt/Component;Ljava/awt/Graphics;)V+2
  91. j sun.awt.SunGraphicsCallback.runOneComponent(Ljava/awt/Component;Ljava/awt/Rectangle;Ljava/awt/Graphics;Ljava/awt/Shape;I)V+155
  92. j sun.awt.SunGraphicsCallback.runComponents([Ljava/awt/Component;Ljava/awt/Graphics;I)V+194
  93. j java.awt.Container.paint(Ljava/awt/Graphics;)V+58
  94. j java.awt.Window.paint(Ljava/awt/Graphics;)V+68
  95. j javax.swing.RepaintManager.paintDirtyRegions(Ljava/util/Map;)V+239
  96. j javax.swing.RepaintManager.paintDirtyRegions()V+46
  97. j javax.swing.RepaintManager.prePaintDirtyRegions()V+73
  98. j javax.swing.RepaintManager.access$700(Ljavax/swing/RepaintManager;)V+1
  99. j javax.swing.RepaintManager$ProcessingRunnable.run()V+37
  100. j java.awt.event.InvocationEvent.dispatch()V+47
  101. j java.awt.EventQueue.dispatchEventImpl(Ljava/awt/AWTEvent;Ljava/lang/Object;)V+21
  102. j java.awt.EventQueue.access$000(Ljava/awt/EventQueue;Ljava/awt/AWTEvent;Ljava/lang/Object;)V+3
  103. j java.awt.EventQueue$3.run()Ljava/lang/Void;+12
  104. j java.awt.EventQueue$3.run()Ljava/lang/Object;+1
  105. v ~StubRoutines::call_stub
  106. j java.security.AccessController.doPrivileged(Ljava/security/PrivilegedAction;Ljava/security/AccessControlContext;)Ljava/lang/Object;+0
  107. j java.security.ProtectionDomain$1.doIntersectionPrivilege(Ljava/security/PrivilegedAction;Ljava/security/AccessControlContext;Ljava/security/AccessControlContext;)Ljava/lang/Object;+28
  108. j java.awt.EventQueue.dispatchEvent(Ljava/awt/AWTEvent;)V+46
  109. j java.awt.EventDispatchThread.pumpOneEventForFilters(I)V+245
  110. j java.awt.EventDispatchThread.pumpEventsForFilter(ILjava/awt/Conditional;Ljava/awt/EventFilter;)V+48
  111. j java.awt.EventDispatchThread.pumpEventsForHierarchy(ILjava/awt/Conditional;Ljava/awt/Component;)V+11
  112. j java.awt.EventDispatchThread.pumpEvents(ILjava/awt/Conditional;)V+4
  113. j java.awt.EventDispatchThread.pumpEvents(Ljava/awt/Conditional;)V+3
  114. j java.awt.EventDispatchThread.run()V+9
  115. v ~StubRoutines::call_stub
  116.  
  117. --------------- P R O C E S S ---------------
  118.  
  119. Java Threads: ( => current thread )
  120. =>0x04add000 JavaThread "AWT-EventQueue-0" [_thread_in_native, id=4556, stack(0x05b60000,0x05bb0000)]
  121. 0x04aaf800 JavaThread "AWT-Windows" daemon [_thread_in_native, id=4412, stack(0x052f0000,0x05340000)]
  122. 0x04aaec00 JavaThread "AWT-Shutdown" [_thread_blocked, id=8872, stack(0x04950000,0x049a0000)]
  123. 0x04aac000 JavaThread "Java2D Disposer" daemon [_thread_blocked, id=8108, stack(0x05150000,0x051a0000)]
  124. 0x0052d400 JavaThread "Service Thread" daemon [_thread_blocked, id=6600, stack(0x04a40000,0x04a90000)]
  125. 0x0051fc00 JavaThread "C1 CompilerThread0" daemon [_thread_blocked, id=5184, stack(0x048f0000,0x04940000)]
  126. 0x0051e400 JavaThread "Attach Listener" daemon [_thread_blocked, id=8740, stack(0x04860000,0x048b0000)]
  127. 0x0051b400 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=6224, stack(0x047d0000,0x04820000)]
  128. 0x00505800 JavaThread "Finalizer" daemon [_thread_blocked, id=7236, stack(0x01010000,0x01060000)]
  129. 0x00504400 JavaThread "Reference Handler" daemon [_thread_blocked, id=7268, stack(0x04710000,0x04760000)]
  130. 0x001bb400 JavaThread "main" [_thread_in_Java, id=2068, stack(0x002f0000,0x00340000)]
  131.  
  132. Other Threads:
  133. 0x00502400 VMThread [stack: 0x00fb0000,0x01000000] [id=6736]
  134. 0x0052f000 WatcherThread [stack: 0x049a0000,0x049f0000] [id=8496]
  135.  
  136. VM state:not at safepoint (normal execution)
  137.  
  138. VM Mutex/Monitor currently owned by a thread: None
  139.  
  140. Heap
  141. def new generation total 4928K, used 1414K [0x24590000, 0x24ae0000, 0x29ae0000)
  142. eden space 4416K, 32% used [0x24590000, 0x246f1920, 0x249e0000)
  143. from space 512K, 0% used [0x249e0000, 0x249e0000, 0x24a60000)
  144. to space 512K, 0% used [0x24a60000, 0x24a60000, 0x24ae0000)
  145. tenured generation total 10944K, used 0K [0x29ae0000, 0x2a590000, 0x34590000)
  146. the space 10944K, 0% used [0x29ae0000, 0x29ae0000, 0x29ae0200, 0x2a590000)
  147. compacting perm gen total 12288K, used 905K [0x34590000, 0x35190000, 0x38590000)
  148. the space 12288K, 7% used [0x34590000, 0x346724e8, 0x34672600, 0x35190000)
  149. ro space 10240K, 45% used [0x38590000, 0x38a13960, 0x38a13a00, 0x38f90000)
  150. rw space 12288K, 54% used [0x38f90000, 0x396174d8, 0x39617600, 0x39b90000)
  151.  
  152. Code Cache [0x02620000, 0x026d0000, 0x04620000)
  153. total_blobs=278 nmethods=59 adapters=154 free_code_cache=32075Kb largest_free_block=32845568
  154.  
  155. Compilation events (10 events):
  156. Event: 0.357 Thread 0x0051fc00 52 java.util.Hashtable::rehash (137 bytes)
  157. Event: 0.358 Thread 0x0051fc00 nmethod 52 0x026c8248 code [0x026c8360, 0x026c8630]
  158. Event: 0.359 Thread 0x0051fc00 53 java.util.HashMap::get (79 bytes)
  159. Event: 0.360 Thread 0x0051fc00 nmethod 53 0x026c8888 code [0x026c89c0, 0x026c8b98]
  160. Event: 0.368 Thread 0x0051fc00 54 s sun.java2d.loops.GraphicsPrimitive::makeUniqueID (26 bytes)
  161. Event: 0.368 Thread 0x0051fc00 nmethod 54 0x026c92c8 code [0x026c93c0, 0x026c95a0]
  162. Event: 0.368 Thread 0x0051fc00 55 sun.java2d.loops.CompositeType::getUniqueID (5 bytes)
  163. Event: 0.368 Thread 0x0051fc00 nmethod 55 0x026c9688 code [0x026c9780, 0x026c9800]
  164. Event: 0.375 Thread 0x0051fc00 56 s sun.java2d.loops.GraphicsPrimitiveMgr::locatePrim (96 bytes)
  165. Event: 0.376 Thread 0x0051fc00 nmethod 56 0x026c9d88 code [0x026c9ec0, 0x026ca37c]
  166.  
  167. GC Heap History (0 events):
  168. No events
  169.  
  170. Deoptimization events (0 events):
  171. No events
  172.  
  173. Internal exceptions (10 events):
  174. Event: 0.122 Thread 0x001bb400 Threw 0x245d1800 at C:\jdk7u5_32P\jdk7u5\hotspot\src\share\vm\prims\jni.cpp:715
  175. Event: 0.142 Thread 0x001bb400 Threw 0x245dd170 at C:\jdk7u5_32P\jdk7u5\hotspot\src\share\vm\prims\jni.cpp:715
  176. Event: 0.209 Thread 0x001bb400 Threw 0x2463f250 at C:\jdk7u5_32P\jdk7u5\hotspot\src\share\vm\prims\jvm.cpp:1166
  177. Event: 0.210 Thread 0x001bb400 Threw 0x24642f60 at C:\jdk7u5_32P\jdk7u5\hotspot\src\share\vm\prims\jvm.cpp:1166
  178. Event: 0.216 Thread 0x001bb400 Threw 0x24647ce8 at C:\jdk7u5_32P\jdk7u5\hotspot\src\share\vm\prims\jvm.cpp:1166
  179. Event: 0.218 Thread 0x001bb400 Threw 0x2464a1d8 at C:\jdk7u5_32P\jdk7u5\hotspot\src\share\vm\prims\jvm.cpp:1166
  180. Event: 0.276 Thread 0x001bb400 Threw 0x2469de60 at C:\jdk7u5_32P\jdk7u5\hotspot\src\share\vm\prims\jvm.cpp:1166
  181. Event: 0.276 Thread 0x001bb400 Threw 0x2469df78 at C:\jdk7u5_32P\jdk7u5\hotspot\src\share\vm\prims\jvm.cpp:1166
  182. Event: 0.277 Thread 0x001bb400 Threw 0x246a1c38 at C:\jdk7u5_32P\jdk7u5\hotspot\src\share\vm\prims\jvm.cpp:1166
  183. Event: 0.277 Thread 0x001bb400 Threw 0x246a1d50 at C:\jdk7u5_32P\jdk7u5\hotspot\src\share\vm\prims\jvm.cpp:1166
  184.  
  185. Events (10 events):
  186. Event: 0.372 loading class 0x39c274a0
  187. Event: 0.372 loading class 0x39c274a0 done
  188. Event: 0.373 loading class 0x04b21610
  189. Event: 0.373 loading class 0x39c213c8
  190. Event: 0.373 loading class 0x39c213c8 done
  191. Event: 0.373 loading class 0x04b21610 done
  192. Event: 0.373 loading class 0x39be4158
  193. Event: 0.373 loading class 0x39be4158 done
  194. Event: 0.374 loading class 0x39c214d0
  195. Event: 0.374 loading class 0x39c214d0 done
  196.  
  197.  
  198. Dynamic libraries:
  199. 0x011f0000 - 0x0121f000 C:\Program Files (x86)\Java\jdk1.7.0_05\bin\javaw.exe
  200. 0x775b0000 - 0x77730000 C:\Windows\SysWOW64\ntdll.dll
  201. 0x762c0000 - 0x763d0000 C:\Windows\syswow64\kernel32.dll
  202. 0x76c30000 - 0x76c76000 C:\Windows\syswow64\KERNELBASE.dll
  203. 0x767e0000 - 0x76880000 C:\Windows\syswow64\ADVAPI32.dll
  204. 0x76b80000 - 0x76c2c000 C:\Windows\syswow64\msvcrt.dll
  205. 0x76e30000 - 0x76e49000 C:\Windows\SysWOW64\sechost.dll
  206. 0x76110000 - 0x76200000 C:\Windows\syswow64\RPCRT4.dll
  207. 0x75110000 - 0x75170000 C:\Windows\syswow64\SspiCli.dll
  208. 0x75100000 - 0x7510c000 C:\Windows\syswow64\CRYPTBASE.dll
  209. 0x763d0000 - 0x764d0000 C:\Windows\syswow64\USER32.dll
  210. 0x76880000 - 0x76910000 C:\Windows\syswow64\GDI32.dll
  211. 0x75fd0000 - 0x75fda000 C:\Windows\syswow64\LPK.dll
  212. 0x76220000 - 0x762bd000 C:\Windows\syswow64\USP10.dll
  213. 0x74710000 - 0x748ae000 C:\Windows\WinSxS\x86_microsoft.windows.common-controls_6595b64144ccf1df_6.0.7601.17514_none_41e6975e2bd6f2b2\COMCTL32.dll
  214. 0x76f20000 - 0x76f77000 C:\Windows\syswow64\SHLWAPI.dll
  215. 0x77000000 - 0x77060000 C:\Windows\system32\IMM32.DLL
  216. 0x76e50000 - 0x76f1c000 C:\Windows\syswow64\MSCTF.dll
  217. 0x5ce30000 - 0x5ceee000 C:\Program Files (x86)\Java\jdk1.7.0_05\jre\bin\msvcr100.dll
  218. 0x5b700000 - 0x5ba4a000 C:\Program Files (x86)\Java\jdk1.7.0_05\jre\bin\client\jvm.dll
  219. 0x74e30000 - 0x74e37000 C:\Windows\system32\WSOCK32.dll
  220. 0x76910000 - 0x76945000 C:\Windows\syswow64\WS2_32.dll
  221. 0x764d0000 - 0x764d6000 C:\Windows\syswow64\NSI.dll
  222. 0x74090000 - 0x740c2000 C:\Windows\system32\WINMM.dll
  223. 0x76040000 - 0x76045000 C:\Windows\syswow64\PSAPI.DLL
  224. 0x75080000 - 0x7508c000 C:\Program Files (x86)\Java\jdk1.7.0_05\jre\bin\verify.dll
  225. 0x684f0000 - 0x68510000 C:\Program Files (x86)\Java\jdk1.7.0_05\jre\bin\java.dll
  226. 0x721c0000 - 0x721d3000 C:\Program Files (x86)\Java\jdk1.7.0_05\jre\bin\zip.dll
  227. 0x68b80000 - 0x68bae000 C:\code\ffmpeg\debug\avutil-51.dll
  228. 0x6a0c0000 - 0x6b48a000 C:\code\ffmpeg\debug\avcodec-54.dll
  229. 0x69900000 - 0x69b74000 C:\code\ffmpeg\debug\avformat-54.dll
  230. 0x657d0000 - 0x657e9000 C:\Windows\system32\AVIFIL32.DLL
  231. 0x764e0000 - 0x7663c000 C:\Windows\syswow64\ole32.dll
  232. 0x6e910000 - 0x6e924000 C:\Windows\system32\MSACM32.dll
  233. 0x682f0000 - 0x68311000 C:\Windows\system32\MSVFW32.dll
  234. 0x751a0000 - 0x75dea000 C:\Windows\syswow64\SHELL32.dll
  235. 0x10000000 - 0x10124000 C:\code\ffmpeg\debug\MyLib.dll
  236. 0x732b0000 - 0x732b6000 C:\Program Files (x86)\Java\jre7\bin\jawt.dll
  237. 0x5cce0000 - 0x5ce22000 C:\Program Files (x86)\Java\jre7\bin\awt.dll
  238. 0x75f40000 - 0x75fcf000 C:\Windows\syswow64\OLEAUT32.dll
  239. 0x5bc50000 - 0x5bd92000 C:\Program Files (x86)\Java\jdk1.7.0_05\jre\bin\awt.dll
  240. 0x750c0000 - 0x750d3000 C:\Windows\system32\DWMAPI.DLL
  241. 0x74400000 - 0x74480000 C:\Windows\system32\uxtheme.dll
  242. 0x63840000 - 0x6386a000 C:\Program Files (x86)\Java\jdk1.7.0_05\jre\bin\fontmanager.dll
  243. 0x657b0000 - 0x657c4000 C:\Program Files (x86)\Java\jdk1.7.0_05\jre\bin\net.dll
  244. 0x74a30000 - 0x74a6c000 C:\Windows\system32\mswsock.dll
  245. 0x74620000 - 0x74626000 C:\Windows\System32\wship6.dll
  246. 0x73210000 - 0x7321f000 C:\Program Files (x86)\Java\jdk1.7.0_05\jre\bin\nio.dll
  247. 0x63800000 - 0x63831000 C:\Program Files (x86)\Java\jdk1.7.0_05\jre\bin\t2k.dll
  248. 0x731a0000 - 0x731b6000 C:\Windows\system32\CRYPTSP.dll
  249. 0x730d0000 - 0x7310b000 C:\Windows\system32\rsaenh.dll
  250. 0x745b0000 - 0x745c7000 C:\Windows\system32\USERENV.dll
  251. 0x74a10000 - 0x74a1b000 C:\Windows\system32\profapi.dll
  252. 0x74a70000 - 0x74b5b000 C:\Windows\system32\dbghelp.dll
  253. 0x72d90000 - 0x72da0000 C:\Windows\system32\NLAapi.dll
  254. 0x72d80000 - 0x72d90000 C:\Windows\system32\napinsp.dll
  255. 0x72d60000 - 0x72d72000 C:\Windows\system32\pnrpnsp.dll
  256. 0x731e0000 - 0x73201000 C:\Program Files (x86)\Bonjour\mdnsNSP.dll
  257. 0x74670000 - 0x7468c000 C:\Windows\system32\Iphlpapi.DLL
  258. 0x74660000 - 0x74667000 C:\Windows\system32\WINNSI.DLL
  259. 0x74690000 - 0x746d4000 C:\Windows\system32\DNSAPI.dll
  260. 0x72d50000 - 0x72d58000 C:\Windows\System32\winrnr.dll
  261. 0x74a20000 - 0x74a25000 C:\Windows\System32\wshtcpip.dll
  262. 0x731d0000 - 0x731d6000 C:\Windows\system32\rasadhlp.dll
  263. 0x745e0000 - 0x74618000 C:\Windows\System32\fwpuclnt.dll
  264.  
  265. VM Arguments:
  266. jvm_args: -Dfile.encoding=Cp1252
  267. java_command: com.stackoverflow.TestApp
  268. Launcher Type: SUN_STANDARD
  269.  
  270. Environment Variables:
  271. JAVA_HOME=C:\Program Files (x86)\Java\jdk1.7.0_05
  272. CLASSPATH=.;C:\Program Files (x86)\Java\jre6\lib\ext\QTJava.zip
  273. PATH=C:/Program Files (x86)/Java/jre7/bin/client;C:/Program Files (x86)/Java/jre7/bin;C:/Program Files (x86)/Java/jre7/lib/i386;C:\android-sdk-windows\platforms\android-12;C:\apache-ant-1.8.2\bin;C:\Program Files (x86)\PHP\;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files (x86)\WinSCP\;C:\Program Files (x86)\Windows Imaging\;C:\Program Files (x86)\WinMerge;C:\Program Files\SlikSvn\bin\;C:\Program Files (x86)\Git\cmd;C:\Program Files (x86)\Microsoft ASP.NET\ASP.NET Web Pages\v1.0\;C:\Program Files\MySQL\MySQL Server 5.5\bin;C:\Python27;"C:\Program Files (x86)\Java\jdk1.7.0_05\bin";C:\Program Files\Perforce;c:\Program Files (x86)\Microsoft SQL Server\90\Tools\binn\;C:\Program Files (x86)\QuickTime\QTSystem\;C:\Program Files\TortoiseSVN\bin;C:\Program Files\Microsoft Windows Performance Toolkit\;C:\eclipse-4.2;
  274. USERNAME=username
  275. OS=Windows_NT
  276. PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 37 Stepping 2, GenuineIntel
  277.  
  278.  
  279.  
  280. --------------- S Y S T E M ---------------
  281.  
  282. OS: Windows 7 , 64 bit Build 7601 Service Pack 1
  283.  
  284. CPU:total 4 (2 cores per cpu, 2 threads per core) family 6 model 37 stepping 2, cmov, cx8, fxsr, mmx, sse, sse2, sse3, ssse3, sse4.1, sse4.2, popcnt, ht, tsc, tscinvbit
  285.  
  286. Memory: 4k page, physical 3985080k(1468212k free), swap 7968308k(4277740k free)
  287.  
  288. vm_info: Java HotSpot(TM) Client VM (23.1-b03) for windows-x86 JRE (1.7.0_05-b06), built on Jun 27 2012 00:51:27 by "java_re" with unknown MS VC++:1600
  289.  
  290. time: Thu Aug 09 22:07:07 2012
  291. elapsed time: 0 seconds
Add Comment
Please, Sign In to add comment