eclipse错误日志

#

# An unexpected error has been detected by Java Runtime Environment:

#

#  EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x7c931689, pid=1656, tid=5920

#

# Java VM: Java HotSpot(TM) Client VM (11.0-b15 mixed mode windows-x86)

# Problematic frame:

# C  [ntdll.dll+0x11689]

#

# If you would like to submit a bug report, please visit:

#   http://java.sun.com/webapps/bugreport/crash.jsp

# The crash happened outside the Java Virtual Machine in native code.

# See problematic frame for where to report the bug.

#

 

---------------  T H R E A D  ---------------

 

Current thread (0x00a66800):  JavaThread "main" [_thread_in_native, id=5920, stack(0x00030000,0x00130000)]

 

siginfo: ExceptionCode=0xc0000005, reading address 0x00000000

 

Registers:

EAX=0x35358d08, EBX=0x00a60000, ECX=0x00000000, EDX=0x00000000

ESP=0x0012deb8, EBP=0x0012dec4, ESI=0x35358d00, EDI=0x353a9000

EIP=0x7c931689, EFLAGS=0x00010246

 

Top of Stack: (sp=0x0012deb8)

0x0012deb8:   00a60000 00000002 00a60006 0012defc

0x0012dec8:   7c938ccd 00000000 353a9000 0012def0

0x0012ded8:   00000000 000003db 00000000 00a60000

0x0012dee8:   00000006 00a606e8 00000400 35330000

0x0012def8:   00000000 0012e12c 7c93248d 02a60000

0x0012df08:   00001ed8 0012e1e4 00001ecc 34b27348

0x0012df18:   7c9301db 00000000 00000001 0012e1e4

0x0012df28:   34a30000 00a60000 0012dd28 00000079 

 

Instructions: (pc=0x7c931689)

0x7c931679:   85 92 97 03 00 8b 4e 0c 8d 46 08 8b 10 89 4d 08

0x7c931689:   8b 09 3b 4a 04 89 55 0c 0f 85 9d 00 00 00 3b c8 

 

 

Stack: [0x00030000,0x00130000],  sp=0x0012deb8,  free space=1015k

Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)

C  [ntdll.dll+0x11689]

C  [ntdll.dll+0x18ccd]

C  [ntdll.dll+0x1248d]

C  [MSVCR71.dll+0x16b3]

C  [MSVCR71.dll+0x16db]

C  [verify.dll+0x4f34]

 

Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)

j  org.eclipse.epp.internal.mpc.ui.wizards.DiscoveryItem.createStyledTextLabel(Lorg/eclipse/swt/widgets/Composite;)Lorg/eclipse/swt/custom/StyledText;+0

j  org.eclipse.epp.internal.mpc.ui.wizards.DiscoveryItem.createDescription(Lorg/eclipse/swt/widgets/Composite;)V+3

j  org.eclipse.epp.internal.mpc.ui.wizards.DiscoveryItem.createContent()V+53

j  org.eclipse.epp.internal.mpc.ui.wizards.DiscoveryItem.<init>(Lorg/eclipse/swt/widgets/Composite;ILorg/eclipse/equinox/internal/p2/ui/discovery/wizards/DiscoveryResources;Lorg/eclipse/jface/window/IShellProvider;Lorg/eclipse/epp/internal/mpc/ui/wizards/IMarketplaceWebBrowser;Lorg/eclipse/equinox/internal/p2/discovery/model/CatalogItem;Lorg/eclipse/epp/internal/mpc/ui/wizards/MarketplaceViewer;)V+54

j  org.eclipse.epp.internal.mpc.ui.wizards.MarketplaceViewer.doCreateViewerItem(Lorg/eclipse/swt/widgets/Composite;Ljava/lang/Object;)Lorg/eclipse/equinox/internal/p2/ui/discovery/util/ControlListItem;+82

j  org.eclipse.equinox.internal.p2.ui.discovery.wizards.CatalogViewer$3.doCreateItem(Lorg/eclipse/swt/widgets/Composite;Ljava/lang/Object;)Lorg/eclipse/equinox/internal/p2/ui/discovery/util/ControlListItem;+6

j  org.eclipse.equinox.internal.p2.ui.discovery.util.ControlListViewer.createNewItem(Ljava/lang/Object;)Lorg/eclipse/equinox/internal/p2/ui/discovery/util/ControlListItem;+6

j  org.eclipse.equinox.internal.p2.ui.discovery.util.ControlListViewer.refreshAll()V+59

j  org.eclipse.equinox.internal.p2.ui.discovery.util.ControlListViewer.inputChanged(Ljava/lang/Object;Ljava/lang/Object;)V+7

j  org.eclipse.jface.viewers.ContentViewer.setInput(Ljava/lang/Object;)V+72

j  org.eclipse.jface.viewers.StructuredViewer.setInput(Ljava/lang/Object;)V+33

j  org.eclipse.equinox.internal.p2.ui.discovery.wizards.CatalogViewer.catalogUpdated(ZZ)V+27

j  org.eclipse.epp.internal.mpc.ui.wizards.MarketplaceViewer.catalogUpdated(ZZ)V+3

j  org.eclipse.equinox.internal.p2.ui.discovery.wizards.CatalogViewer.updateCatalog()V+101

j  org.eclipse.epp.internal.mpc.ui.wizards.MarketplaceViewer.updateCatalog()V+81

j  org.eclipse.epp.internal.mpc.ui.wizards.MarketplacePage$7.run()V+40

j  org.eclipse.swt.widgets.RunnableLock.run()V+11

j  org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Z)Z+29

j  org.eclipse.swt.widgets.Display.runAsyncMessages(Z)Z+5

j  org.eclipse.swt.widgets.Display.readAndDispatch()Z+91

j  org.eclipse.jface.window.Window.runEventLoop(Lorg/eclipse/swt/widgets/Shell;)V+23

j  org.eclipse.jface.window.Window.open()I+49

j  org.eclipse.epp.internal.mpc.ui.commands.MarketplaceWizardCommand.execute(Lorg/eclipse/core/commands/ExecutionEvent;)Ljava/lang/Object;+561

j  org.eclipse.ui.internal.handlers.HandlerProxy.execute(Lorg/eclipse/core/commands/ExecutionEvent;)Ljava/lang/Object;+33

j  org.eclipse.ui.internal.handlers.E4HandlerProxy.execute(Lorg/eclipse/e4/core/contexts/IEclipseContext;Ljava/util/Map;Lorg/eclipse/swt/widgets/Event;Lorg/eclipse/core/expressions/IEvaluationContext;)Ljava/lang/Object;+117

v  ~StubRoutines::call_stub

j  sun.reflect.NativeMethodAccessorImpl.invoke0(Ljava/lang/reflect/Method;Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+0

j  sun.reflect.NativeMethodAccessorImpl.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+87

j  sun.reflect.DelegatingMethodAccessorImpl.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+6

j  java.lang.reflect.Method.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+161

j  org.eclipse.e4.core.internal.di.MethodRequestor.execute()Ljava/lang/Object;+84

j  org.eclipse.e4.core.internal.di.InjectorImpl.invokeUsingClass(Ljava/lang/Object;Ljava/lang/Class;Ljava/lang/Class;Ljava/lang/Object;Lorg/eclipse/e4/core/di/suppliers/PrimaryObjectSupplier;Lorg/eclipse/e4/core/di/suppliers/PrimaryObjectSupplier;Z)Ljava/lang/Object;+104

j  org.eclipse.e4.core.internal.di.InjectorImpl.invoke(Ljava/lang/Object;Ljava/lang/Class;Ljava/lang/Object;Lorg/eclipse/e4/core/di/suppliers/PrimaryObjectSupplier;Lorg/eclipse/e4/core/di/suppliers/PrimaryObjectSupplier;)Ljava/lang/Object;+13

j  org.eclipse.e4.core.contexts.ContextInjectionFactory.invoke(Ljava/lang/Object;Ljava/lang/Class;Lorg/eclipse/e4/core/contexts/IEclipseContext;Lorg/eclipse/e4/core/contexts/IEclipseContext;Ljava/lang/Object;)Ljava/lang/Object;+29

j  org.eclipse.e4.core.commands.internal.HandlerServiceHandler.execute(Lorg/eclipse/core/commands/ExecutionEvent;)Ljava/lang/Object;+65

j  org.eclipse.core.commands.Command.executeWithChecks(Lorg/eclipse/core/commands/ExecutionEvent;)Ljava/lang/Object;+164

j  org.eclipse.core.commands.ParameterizedCommand.executeWithChecks(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;+21

j  org.eclipse.e4.core.commands.internal.HandlerServiceImpl.executeHandler(Lorg/eclipse/core/commands/ParameterizedCommand;Lorg/eclipse/e4/core/contexts/IEclipseContext;)Ljava/lang/Object;+21

j  org.eclipse.e4.ui.workbench.renderers.swt.HandledContributionItem.executeItem(Lorg/eclipse/swt/widgets/Event;)V+53

j  org.eclipse.e4.ui.workbench.renderers.swt.HandledContributionItem.handleWidgetSelection(Lorg/eclipse/swt/widgets/Event;)V+123

j  org.eclipse.e4.ui.workbench.renderers.swt.HandledContributionItem.access$7(Lorg/eclipse/e4/ui/workbench/renderers/swt/HandledContributionItem;Lorg/eclipse/swt/widgets/Event;)V+2

j  org.eclipse.e4.ui.workbench.renderers.swt.HandledContributionItem$4.handleEvent(Lorg/eclipse/swt/widgets/Event;)V+55

J  org.eclipse.swt.widgets.EventTable.sendEvent(Lorg/eclipse/swt/widgets/Event;)V

j  org.eclipse.swt.widgets.Widget.sendEvent(Lorg/eclipse/swt/widgets/Event;)V+25

j  org.eclipse.swt.widgets.Display.runDeferredEvents()Z+92

j  org.eclipse.swt.widgets.Display.readAndDispatch()Z+69

j  org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$9.run()V+638

j  org.eclipse.core.databinding.observable.Realm.runWithDefault(Lorg/eclipse/core/databinding/observable/Realm;Ljava/lang/Runnable;)V+12

j  org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(Lorg/eclipse/e4/ui/model/application/MApplicationElement;Lorg/eclipse/e4/core/contexts/IEclipseContext;)Ljava/lang/Object;+57

j  org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(Lorg/eclipse/e4/ui/model/application/MApplicationElement;)V+20

j  org.eclipse.ui.internal.Workbench$5.run()V+236

j  org.eclipse.core.databinding.observable.Realm.runWithDefault(Lorg/eclipse/core/databinding/observable/Realm;Ljava/lang/Runnable;)V+12

j  org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Lorg/eclipse/swt/widgets/Display;Lorg/eclipse/ui/application/WorkbenchAdvisor;)I+18

j  org.eclipse.ui.PlatformUI.createAndRunWorkbench(Lorg/eclipse/swt/widgets/Display;Lorg/eclipse/ui/application/WorkbenchAdvisor;)I+2

j  org.eclipse.ui.internal.ide.application.IDEApplication.start(Lorg/eclipse/equinox/app/IApplicationContext;)Ljava/lang/Object;+108

j  org.eclipse.equinox.internal.app.EclipseAppHandle.run(Ljava/lang/Object;)Ljava/lang/Object;+135

j  org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(Ljava/lang/Object;)Ljava/lang/Object;+103

j  org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(Ljava/lang/Object;)Ljava/lang/Object;+29

j  org.eclipse.core.runtime.adaptor.EclipseStarter.run(Ljava/lang/Object;)Ljava/lang/Object;+119

j  org.eclipse.core.runtime.adaptor.EclipseStarter.run([Ljava/lang/String;Ljava/lang/Runnable;)Ljava/lang/Object;+183

v  ~StubRoutines::call_stub

j  sun.reflect.NativeMethodAccessorImpl.invoke0(Ljava/lang/reflect/Method;Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+0

j  sun.reflect.NativeMethodAccessorImpl.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+87

j  sun.reflect.DelegatingMethodAccessorImpl.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+6

j  java.lang.reflect.Method.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+161

j  org.eclipse.equinox.launcher.Main.invokeFramework([Ljava/lang/String;[Ljava/net/URL;)V+211

j  org.eclipse.equinox.launcher.Main.basicRun([Ljava/lang/String;)V+126

j  org.eclipse.equinox.launcher.Main.run([Ljava/lang/String;)I+4

v  ~StubRoutines::call_stub

 

---------------  P R O C E S S  ---------------

 

Java Threads: ( => current thread )

  0x360f4400 JavaThread "Worker-11" [_thread_blocked, id=4584, stack(0x3c580000,0x3c680000)]

  0x35650800 JavaThread "Worker-10" [_thread_blocked, id=1768, stack(0x3c480000,0x3c580000)]

  0x36881400 JavaThread "Keep-Alive-Timer" daemon [_thread_blocked, id=4732, stack(0x3b3a0000,0x3b4a0000)]

  0x36176800 JavaThread "[ThreadPool Manager] - Idle Thread" daemon [_thread_blocked, id=5856, stack(0x3b0c0000,0x3b1c0000)]

  0x356fb800 JavaThread "Thread-10" [_thread_blocked, id=4528, stack(0x3abc0000,0x3acc0000)]

  0x357b7800 JavaThread "Worker-9" [_thread_blocked, id=364, stack(0x3a8c0000,0x3a9c0000)]

  0x3664c800 JavaThread "Worker-8" [_thread_blocked, id=5196, stack(0x3a7c0000,0x3a8c0000)]

  0x362f5400 JavaThread "Worker-7" [_thread_blocked, id=3112, stack(0x3a6c0000,0x3a7c0000)]

  0x3591a800 JavaThread "Worker-6" [_thread_blocked, id=5648, stack(0x3a5c0000,0x3a6c0000)]

  0x360d9400 JavaThread "Worker-5" [_thread_blocked, id=5044, stack(0x3a4c0000,0x3a5c0000)]

  0x355ae400 JavaThread "Worker-4" [_thread_blocked, id=1752, stack(0x3a3c0000,0x3a4c0000)]

  0x3543d800 JavaThread "Worker-3" [_thread_blocked, id=260, stack(0x3a2c0000,0x3a3c0000)]

  0x36420c00 JavaThread "Worker-2" [_thread_blocked, id=4428, stack(0x39c20000,0x39d20000)]

  0x36666800 JavaThread "Java indexing" daemon [_thread_blocked, id=1152, stack(0x39a00000,0x39b00000)]

  0x3643d000 JavaThread "EMF Reference Cleaner" daemon [_thread_blocked, id=5992, stack(0x37090000,0x37190000)]

  0x362dac00 JavaThread "Worker-1" [_thread_blocked, id=3736, stack(0x36d90000,0x36e90000)]

  0x36291400 JavaThread "Provisioning Event Dispatcher" daemon [_thread_blocked, id=5412, stack(0x36c90000,0x36d90000)]

  0x35813400 JavaThread "Worker-0" [_thread_blocked, id=1684, stack(0x36b90000,0x36c90000)]

  0x35893800 JavaThread "Worker-JM" [_thread_blocked, id=2076, stack(0x36890000,0x36990000)]

  0x36113800 JavaThread "Bundle File Closer" daemon [_thread_blocked, id=1736, stack(0x36a90000,0x36b90000)]

  0x35927400 JavaThread "[Timer] - Main Queue Handler" daemon [_thread_blocked, id=1444, stack(0x36990000,0x36a90000)]

  0x3557a400 JavaThread "Framework Event Dispatcher" daemon [_thread_blocked, id=5772, stack(0x35f90000,0x36090000)]

  0x35569800 JavaThread "Start Level Event Dispatcher" daemon [_thread_blocked, id=4436, stack(0x35cf0000,0x35df0000)]

  0x3557bc00 JavaThread "State Data Manager" daemon [_thread_blocked, id=2536, stack(0x35bf0000,0x35cf0000)]

  0x3554cc00 JavaThread "Framework Active Thread" [_thread_blocked, id=5444, stack(0x35af0000,0x35bf0000)]

  0x34aca000 JavaThread "Low Memory Detector" daemon [_thread_blocked, id=5896, stack(0x35130000,0x35230000)]

  0x34ac4400 JavaThread "CompilerThread0" daemon [_thread_blocked, id=5272, stack(0x35030000,0x35130000)]

  0x34abe000 JavaThread "Attach Listener" daemon [_thread_blocked, id=5128, stack(0x34f30000,0x35030000)]

  0x34abd400 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=6040, stack(0x34e30000,0x34f30000)]

  0x34aabc00 JavaThread "Finalizer" daemon [_thread_blocked, id=472, stack(0x34d30000,0x34e30000)]

  0x34aa7400 JavaThread "Reference Handler" daemon [_thread_blocked, id=3528, stack(0x34c30000,0x34d30000)]

=>0x00a66800 JavaThread "main" [_thread_in_native, id=5920, stack(0x00030000,0x00130000)]

 

Other Threads:

  0x34aa2400 VMThread [stack: 0x34b30000,0x34c30000] [id=4044]

  0x34ad4400 WatcherThread [stack: 0x35230000,0x35330000] [id=4152]

 

VM state:not at safepoint (normal execution)

 

VM Mutex/Monitor currently owned by a thread: None

 

Heap

 def new generation   total 6784K, used 1184K [0x02b20000, 0x03270000, 0x05280000)

  eden space 6080K,   7% used [0x02b20000, 0x02b98038, 0x03110000)

  from space 704K, 100% used [0x03110000, 0x031c0000, 0x031c0000)

  to   space 704K,   0% used [0x031c0000, 0x031c0000, 0x03270000)

 tenured generation   total 88936K, used 55886K [0x05280000, 0x0a95a000, 0x22b20000)

   the space 88936K,  62% used [0x05280000, 0x089139b0, 0x08913a00, 0x0a95a000)

 compacting perm gen  total 57088K, used 56994K [0x22b20000, 0x262e0000, 0x32b20000)

   the space 57088K,  99% used [0x22b20000, 0x262c8940, 0x262c8a00, 0x262e0000)

No shared spaces configured.

 

Dynamic libraries:

0x00400000 - 0x0044e000 E:\eclipse\eclipse.exe

0x7c920000 - 0x7c9b6000 C:\WINDOWS\system32\ntdll.dll

0x7c800000 - 0x7c91e000 C:\WINDOWS\system32\kernel32.dll

0x77d10000 - 0x77da0000 C:\WINDOWS\system32\USER32.dll

0x77ef0000 - 0x77f39000 C:\WINDOWS\system32\GDI32.dll

0x77180000 - 0x77283000 C:\WINDOWS\WinSxS\x86_Microsoft.Windows.Common-Controls_6595b64144ccf1df_6.0.2600.6028_x-ww_61e65202\COMCTL32.dll

0x77be0000 - 0x77c38000 C:\WINDOWS\system32\msvcrt.dll

0x77da0000 - 0x77e49000 C:\WINDOWS\system32\ADVAPI32.dll

0x77e50000 - 0x77ee3000 C:\WINDOWS\system32\RPCRT4.dll

0x77fc0000 - 0x77fd1000 C:\WINDOWS\system32\Secur32.dll

0x77f40000 - 0x77fb6000 C:\WINDOWS\system32\SHLWAPI.dll

0x76300000 - 0x7631d000 C:\WINDOWS\system32\IMM32.DLL

0x62c20000 - 0x62c29000 C:\WINDOWS\system32\LPK.DLL

0x73fa0000 - 0x7400b000 C:\WINDOWS\system32\USP10.dll

0x72000000 - 0x7200d000 E:\eclipse\plugins\org.eclipse.equinox.launcher.win32.win32.x86_1.1.200.v20130807-1835\eclipse_1503.dll

0x77bd0000 - 0x77bd8000 C:\WINDOWS\system32\VERSION.dll

0x5adc0000 - 0x5adf7000 C:\WINDOWS\system32\uxtheme.dll

0x74680000 - 0x746cc000 C:\WINDOWS\system32\MSCTF.dll

0x73640000 - 0x7366e000 C:\WINDOWS\system32\msctfime.ime

0x76990000 - 0x76ace000 C:\WINDOWS\system32\ole32.dll

0x6d800000 - 0x6da56000 E:\software\jre\bin\client\jvm.dll

0x76b10000 - 0x76b3a000 C:\WINDOWS\system32\WINMM.dll

0x7c340000 - 0x7c396000 C:\WINDOWS\system32\MSVCR71.dll

0x6d280000 - 0x6d288000 E:\software\jre\bin\hpi.dll

0x76bc0000 - 0x76bcb000 C:\WINDOWS\system32\PSAPI.DLL

0x6d7b0000 - 0x6d7bc000 E:\software\jre\bin\verify.dll

0x6d320000 - 0x6d33f000 E:\software\jre\bin\java.dll

0x6d7f0000 - 0x6d7ff000 E:\software\jre\bin\zip.dll

0x6d610000 - 0x6d623000 E:\software\jre\bin\net.dll

0x71a20000 - 0x71a37000 C:\WINDOWS\system32\WS2_32.dll

0x71a10000 - 0x71a18000 C:\WINDOWS\system32\WS2HELP.dll

0x6d630000 - 0x6d639000 E:\software\jre\bin\nio.dll

0x719c0000 - 0x719fe000 C:\WINDOWS\System32\mswsock.dll

0x76ef0000 - 0x76f17000 C:\WINDOWS\system32\DNSAPI.dll

0x76d30000 - 0x76d48000 C:\WINDOWS\system32\iphlpapi.dll

0x76f80000 - 0x76f88000 C:\WINDOWS\System32\winrnr.dll

0x76f30000 - 0x76f5c000 C:\WINDOWS\system32\WLDAP32.dll

0x76f90000 - 0x76f96000 C:\WINDOWS\system32\rasadhlp.dll

0x36f90000 - 0x37000000 E:\eclipse\configuration\org.eclipse.osgi\bundles\662\1\.cp\swt-win32-4333.dll

0x770f0000 - 0x7717b000 C:\WINDOWS\system32\OLEAUT32.dll

0x76320000 - 0x76367000 C:\WINDOWS\system32\comdlg32.dll

0x7d590000 - 0x7dd84000 C:\WINDOWS\system32\SHELL32.dll

0x72f70000 - 0x72f96000 C:\WINDOWS\system32\WINSPOOL.DRV

0x3e410000 - 0x3e4f7000 C:\WINDOWS\system32\WININET.dll

0x35e80000 - 0x35e89000 C:\WINDOWS\system32\Normaliz.dll

0x43ce0000 - 0x43e14000 C:\WINDOWS\system32\urlmon.dll

0x3eab0000 - 0x3ec9c000 C:\WINDOWS\system32\iertutil.dll

0x765e0000 - 0x76673000 C:\WINDOWS\system32\CRYPT32.dll

0x76db0000 - 0x76dc2000 C:\WINDOWS\system32\MSASN1.dll

0x37390000 - 0x373ad000 E:\eclipse\configuration\org.eclipse.osgi\bundles\662\1\.cp\swt-gdip-win32-4333.dll

0x4ae90000 - 0x4b03b000 C:\WINDOWS\WinSxS\x86_Microsoft.Windows.GdiPlus_6595b64144ccf1df_1.0.6002.23084_x-ww_f3f35550\gdiplus.dll

0x61880000 - 0x618ba000 C:\WINDOWS\system32\oleacc.dll

0x376c0000 - 0x376cc000 E:\eclipse\configuration\org.eclipse.osgi\bundles\78\1\.cp\os\win32\x86\localfile_1_0_0.dll

0x68000000 - 0x68036000 C:\WINDOWS\system32\rsaenh.dll

0x759d0000 - 0x75a7f000 C:\WINDOWS\system32\USERENV.dll

0x5fdd0000 - 0x5fe25000 C:\WINDOWS\system32\netapi32.dll

0x36f00000 - 0x36f0f000 E:\eclipse\configuration\org.eclipse.osgi\bundles\81\1\.cp\jWinHttp-1.0.0.dll

0x4a410000 - 0x4a469000 C:\WINDOWS\system32\WINHTTP.dll

0x76eb0000 - 0x76eec000 C:\WINDOWS\system32\RASAPI32.DLL

0x76e60000 - 0x76e72000 C:\WINDOWS\system32\rasman.dll

0x76e80000 - 0x76eaf000 C:\WINDOWS\system32\TAPI32.dll

0x76e50000 - 0x76e5e000 C:\WINDOWS\system32\rtutils.dll

0x77c40000 - 0x77c65000 C:\WINDOWS\system32\msv1_0.dll

0x76760000 - 0x7676c000 C:\WINDOWS\system32\cryptdll.dll

0x392b0000 - 0x397f9000 C:\WINDOWS\system32\xpsp2res.dll

0x76fa0000 - 0x7701f000 C:\WINDOWS\system32\CLBCATQ.DLL

0x77020000 - 0x770ba000 C:\WINDOWS\system32\COMRes.dll

0x74cf0000 - 0x74d81000 C:\WINDOWS\system32\mlang.dll

0x762f0000 - 0x762f5000 C:\WINDOWS\system32\msimg32.dll

0x73b30000 - 0x73b36000 C:\WINDOWS\system32\dciman32.dll

0x60fd0000 - 0x61025000 C:\WINDOWS\system32\hnetcfg.dll

0x71a00000 - 0x71a08000 C:\WINDOWS\System32\wshtcpip.dll

0x6d000000 - 0x6d138000 E:\software\jre\bin\awt.dll

 

VM Arguments:

jvm_args: -Dosgi.requiredJavaVersion=1.6 -Xms40m -Xmx512m -Dsun.lang.ClassLoader.allowArraySyntax=true -XX:MaxPermSize=256m 

java_command: <unknown>

Launcher Type: generic

 

Environment Variables:

JAVA_HOME=E:\software\jdk

PATH=E:/software/jre/bin/client;E:/software/jre/bin;E:/software/jre/lib/i386;D:\app\Administrator\product\11.2.0\client_1\bin;E:\software\oracle_client;C:\Program Files\Common Files\NetSarang;E:\software\oracle\product\11.2.0\client_1\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;E:\software\apache-maven-3.1.0\bin;E:\software\apache-ant-1.9.2\bin;E:\software\jdk\bin;E:\node\node\;E:\software\svn1.8\svn\bin;C:\Documents and Settings\Administrator\Application Data\npm;E:\eclipse;

USERNAME=Administrator

OS=Windows_NT

PROCESSOR_IDENTIFIER=x86 Family 6 Model 23 Stepping 10, GenuineIntel

 

 

 

---------------  S Y S T E M  ---------------

 

OS: Windows XP Build 2600 Service Pack 3

 

CPU:total 2 (2 cores per cpu, 1 threads per core) family 6 model 7 stepping 10, cmov, cx8, fxsr, mmx, sse, sse2, sse3, ssse3

 

Memory: 4k page, physical 3634348k(2050596k free), swap 4194303k(3762108k free)

 

vm_info: Java HotSpot(TM) Client VM (11.0-b15) for windows-x86 JRE (1.6.0_10-rc2-b32), built on Sep 12 2008 00:52:11 by "java_re" with MS VC++ 7.1

 

time: Fri Nov 08 20:36:08 2013

elapsed time: 39 seconds

 

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值