jslfl 2014-09-23 10:02 采纳率: 0%
浏览 2576

swt中打开浏览器后,JVM崩溃

我这是swt程序,一个功能是调用浏览器访问百度地图获取坐标,以前一直都没有问题,可现在一打开这个功能JVM就挂了,下面贴出日志信息,望高手分析指点下,谢谢!

#

A fatal error has been detected by the Java Runtime Environment:

EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x67164778, pid=2728, tid=4680

JRE version: 6.0_35-b10

Java VM: Java HotSpot(TM) Client VM (20.10-b01 mixed mode windows-x86 )

Problematic frame:

C [ieframe.dll+0x64778]

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 (0x02149800): JavaThread "main" [_thread_in_native, id=4680, stack(0x001f0000,0x00240000)]

siginfo: ExceptionCode=0xc0000005, reading address 0x00000000

Registers:
EAX=0x00000000, EBX=0x0023ef50, ECX=0x00000001, EDX=0x0068972c
ESP=0x0023ef3c, EBP=0x0023ef54, ESI=0x8000ffff, EDI=0x00000000
EIP=0x67164778, EFLAGS=0x00210246

Top of Stack: (sp=0x0023ef3c)
0x0023ef3c: 38e95200 38ea4988 38ea49e4 671646c4
0x0023ef4c: 38ea49dc 00000000 0023ef5c 671646a6
0x0023ef5c: 0023ef70 6a970f3b 0068972c 38ea4988
0x0023ef6c: 38ea49dc 0023ef84 6a7f484b 000003e8
0x0023ef7c: 00000001 38ea49dc 0023efb4 6a7f4963
0x0023ef8c: 000003e8 00000001 53ac3a95 00000000
0x0023ef9c: 6509f2a4 00000000 38ea49e4 0023f054
0x0023efac: 6a9eb2a8 00000000 0023efc0 6509f2e0

Instructions: (pc=0x67164778)
0x67164758: 90 90 90 90 8b ff 53 56 57 8b d9 e8 51 08 0a 00
0x67164768: 8b f8 85 ff 0f 84 b0 54 1c 00 33 f6 39 37 74 0a
0x67164778: 8b 0f 8b c6 5f 5e 89 0b 5b c3 6a 10 6a 08 ff 15
0x67164788: 4c 12 67 67 50 ff 15 48 12 67 67 85 c0 74 12 8b

Register to memory mapping:

EAX=0x00000000 is an unknown value
EBX=0x0023ef50 is pointing into the stack for thread: 0x02149800
ECX=0x00000001 is an unknown value
EDX=0x0068972c is an unknown value
ESP=0x0023ef3c is pointing into the stack for thread: 0x02149800
EBP=0x0023ef54 is pointing into the stack for thread: 0x02149800
ESI=0x8000ffff is an unknown value
EDI=0x00000000 is an unknown value

Stack: [0x001f0000,0x00240000], sp=0x0023ef3c, free space=315k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
C [ieframe.dll+0x64778] Ordinal254+0xe0ec
C [ieframe.dll+0x646a6] Ordinal254+0xe01a
C [jscript9.dll+0x1a0f3b] DllCanUnloadNow+0x55989
C [jscript9.dll+0x2484b] JsVarToExtension+0x1f47f
C [jscript9.dll+0x24963] JsVarToExtension+0x1f597
C [mshtml.dll+0x29f2e0] Ordinal105+0xe5c2b
C [USER32.dll+0x162fa] gapfnScSendMessage+0x332
C [USER32.dll+0x16d3a] GetThreadDesktop+0xd7
C [USER32.dll+0x177c4] CharPrevW+0x138
C [USER32.dll+0x1788a] DispatchMessageW+0xf
C [swt-win32-3655.dll+0x39b7] Java_org_eclipse_swt_internal_win32_OS_DispatchMessageW+0x31
J org.eclipse.swt.internal.win32.OS.DispatchMessageW(Lorg/eclipse/swt/internal/win32/MSG;)I
J org.eclipse.swt.widgets.Display.readAndDispatch()Z
j org.eclipse.jface.window.Window.open()I+49
j com.epmis.yw01.lpbase.LpbaseView.lpDataEditEvent(Z)V+67
j com.epmis.yw01.lpbase.LpbaseView.access$1(Lcom/epmis/yw01/lpbase/LpbaseView;Z)V+2
j com.epmis.yw01.lpbase.LpbaseView$8.doubleClick(Lorg/eclipse/jface/viewers/DoubleClickEvent;)V+15
j org.eclipse.jface.viewers.StructuredViewer$1.run()V+8
j org.eclipse.core.runtime.SafeRunner.run(Lorg/eclipse/core/runtime/ISafeRunnable;)V+5
j org.eclipse.ui.internal.JFaceUtil$1.run(Lorg/eclipse/core/runtime/ISafeRunnable;)V+1
j org.eclipse.jface.util.SafeRunnable.run(Lorg/eclipse/core/runtime/ISafeRunnable;)V+4
j org.eclipse.jface.viewers.StructuredViewer.fireDoubleClick(Lorg/eclipse/jface/viewers/DoubleClickEvent;)V+32
j org.eclipse.jface.viewers.StructuredViewer.handleDoubleSelect(Lorg/eclipse/swt/events/SelectionEvent;)V+71
j org.eclipse.jface.viewers.StructuredViewer$4.widgetDefaultSelected(Lorg/eclipse/swt/events/SelectionEvent;)V+5
j org.eclipse.jface.util.OpenStrategy.fireDefaultSelectionEvent(Lorg/eclipse/swt/events/SelectionEvent;)V+20
j org.eclipse.jface.util.OpenStrategy.access$0(Lorg/eclipse/jface/util/OpenStrategy;Lorg/eclipse/swt/events/SelectionEvent;)V+2
j org.eclipse.jface.util.OpenStrategy$1.handleEvent(Lorg/eclipse/swt/widgets/Event;)V+23
J org.eclipse.swt.widgets.EventTable.sendEvent(Lorg/eclipse/swt/widgets/Event;)V
j org.eclipse.swt.widgets.Display.readAndDispatch()Z+69
j org.eclipse.ui.internal.Workbench.runEventLoop(Lorg/eclipse/jface/window/Window$IExceptionHandler;Lorg/eclipse/swt/widgets/Display;)V+9
j org.eclipse.ui.internal.Workbench.runUI()I+555
j org.eclipse.ui.internal.Workbench.access$4(Lorg/eclipse/ui/internal/Workbench;)I+1
j org.eclipse.ui.internal.Workbench$7.run()V+55
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 com.epmis.system.Application.start(Lorg/eclipse/equinox/app/IApplicationContext;)Ljava/lang/Object;+51
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;+149
j org.eclipse.core.runtime.adaptor.EclipseStarter.run([Ljava/lang/String;Ljava/lang/Runnable;)Ljava/lang/Object;+183
v ~StubRoutines::call_stub
V [jvm.dll+0xfb05b]
V [jvm.dll+0x18c901]
V [jvm.dll+0xfb0dd]
V [jvm.dll+0x1052d3]
V [jvm.dll+0x105c16]
V [jvm.dll+0xb70de]
C [java.dll+0x721d] Java_sun_reflect_NativeMethodAccessorImpl_invoke0+0x15
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
j org.eclipse.equinox.launcher.Main.main([Ljava/lang/String;)V+10
v ~StubRoutines::call_stub
V [jvm.dll+0xfb05b]
V [jvm.dll+0x18c901]
V [jvm.dll+0xfb0dd]
V [jvm.dll+0x95886]
V [jvm.dll+0x9d6c3]
C [javaw.exe+0x2155]
C [javaw.exe+0x8614]
C [kernel32.dll+0x1338a] BaseThreadInitThunk+0x12
C [ntdll.dll+0x39f72] RtlInitializeExceptionChain+0x63
C [ntdll.dll+0x39f45] RtlInitializeExceptionChain+0x36

Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
J org.eclipse.swt.internal.win32.OS.DispatchMessageW(Lorg/eclipse/swt/internal/win32/MSG;)I
J org.eclipse.swt.widgets.Display.readAndDispatch()Z
j org.eclipse.jface.window.Window.runEventLoop(Lorg/eclipse/swt/widgets/Shell;)V+23
j org.eclipse.jface.window.Window.open()I+49
j com.epmis.yw01.lpbase.LpbaseView.lpDataEditEvent(Z)V+67
j com.epmis.yw01.lpbase.LpbaseView.access$1(Lcom/epmis/yw01/lpbase/LpbaseView;Z)V+2
j com.epmis.yw01.lpbase.LpbaseView$8.doubleClick(Lorg/eclipse/jface/viewers/DoubleClickEvent;)V+15
j org.eclipse.jface.viewers.StructuredViewer$1.run()V+8
j org.eclipse.core.runtime.SafeRunner.run(Lorg/eclipse/core/runtime/ISafeRunnable;)V+5
j org.eclipse.ui.internal.JFaceUtil$1.run(Lorg/eclipse/core/runtime/ISafeRunnable;)V+1
j org.eclipse.jface.util.SafeRunnable.run(Lorg/eclipse/core/runtime/ISafeRunnable;)V+4
j org.eclipse.jface.viewers.StructuredViewer.fireDoubleClick(Lorg/eclipse/jface/viewers/DoubleClickEvent;)V+32
j org.eclipse.jface.viewers.StructuredViewer.handleDoubleSelect(Lorg/eclipse/swt/events/SelectionEvent;)V+71
j org.eclipse.jface.viewers.StructuredViewer$4.widgetDefaultSelected(Lorg/eclipse/swt/events/SelectionEvent;)V+5
j org.eclipse.jface.util.OpenStrategy.fireDefaultSelectionEvent(Lorg/eclipse/swt/events/SelectionEvent;)V+20
j org.eclipse.jface.util.OpenStrategy.access$0(Lorg/eclipse/jface/util/OpenStrategy;Lorg/eclipse/swt/events/SelectionEvent;)V+2
j org.eclipse.jface.util.OpenStrategy$1.handleEvent(Lorg/eclipse/swt/widgets/Event;)V+23
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
j org.eclipse.swt.widgets.Display.runDeferredEvents()Z+92
j org.eclipse.swt.widgets.Display.readAndDispatch()Z+69
j org.eclipse.ui.internal.Workbench.runEventLoop(Lorg/eclipse/jface/window/Window$IExceptionHandler;Lorg/eclipse/swt/widgets/Display;)V+9
j org.eclipse.ui.internal.Workbench.runUI()I+555
j org.eclipse.ui.internal.Workbench.access$4(Lorg/eclipse/ui/internal/Workbench;)I+1
j org.eclipse.ui.internal.Workbench$7.run()V+55
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 com.epmis.system.Application.start(Lorg/eclipse/equinox/app/IApplicationContext;)Ljava/lang/Object;+51
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;+149
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
j org.eclipse.equinox.launcher.Main.main([Ljava/lang/String;)V+10
v ~StubRoutines::call_stub

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

Java Threads: ( => current thread )
0x394ee800 JavaThread "Worker-0" [_thread_blocked, id=3264, stack(0x39d70000,0x39dc0000)]
0x39387800 JavaThread "Abandoned connection cleanup thread" daemon [_thread_blocked, id=3888, stack(0x3ab90000,0x3abe0000)]
0x38e09c00 JavaThread "Worker-JM" [_thread_blocked, id=3920, stack(0x391c0000,0x39210000)]
0x38dd3000 JavaThread "Framework Event Dispatcher" daemon [_thread_blocked, id=5104, stack(0x390e0000,0x39130000)]
0x38dad400 JavaThread "Start Level Event Dispatcher" daemon [_thread_blocked, id=1616, stack(0x39050000,0x390a0000)]
0x38d90c00 JavaThread "State Data Manager" daemon [_thread_blocked, id=940, stack(0x38fc0000,0x39010000)]
0x02233400 JavaThread "Low Memory Detector" daemon [_thread_blocked, id=388, stack(0x38be0000,0x38c30000)]
0x02231000 JavaThread "C1 CompilerThread0" daemon [_thread_blocked, id=3948, stack(0x38ad0000,0x38b20000)]
0x0221fc00 JavaThread "JDWP Command Reader" daemon [_thread_in_native, id=4928, stack(0x389a0000,0x389f0000)]
0x0221ec00 JavaThread "JDWP Event Helper Thread" daemon [_thread_blocked, id=1172, stack(0x38910000,0x38960000)]
0x0221d000 JavaThread "JDWP Transport Listener: dt_socket" daemon [_thread_blocked, id=4156, stack(0x387f0000,0x38840000)]
0x021ebc00 JavaThread "Attach Listener" daemon [_thread_blocked, id=4196, stack(0x386c0000,0x38710000)]
0x021e8c00 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=4276, stack(0x38630000,0x38680000)]
0x021e0c00 JavaThread "Finalizer" daemon [_thread_blocked, id=4252, stack(0x385a0000,0x385f0000)]
0x021dc000 JavaThread "Reference Handler" daemon [_thread_blocked, id=3728, stack(0x38510000,0x38560000)]
=>0x02149800 JavaThread "main" [_thread_in_native, id=4680, stack(0x001f0000,0x00240000)]

Other Threads:
0x021d7800 VMThread [stack: 0x02090000,0x020e0000] [id=1724]
0x0223ec00 WatcherThread [stack: 0x38c30000,0x38c80000] [id=4164]

VM state:not at safepoint (normal execution)

VM Mutex/Monitor currently owned by a thread: None

Heap
def new generation total 39424K, used 29698K [0x04250000, 0x06d10000, 0x14250000)
eden space 35072K, 82% used [0x04250000, 0x05e95398, 0x06490000)
from space 4352K, 17% used [0x06490000, 0x0654b830, 0x068d0000)
to space 4352K, 0% used [0x068d0000, 0x068d0000, 0x06d10000)
tenured generation total 87424K, used 15165K [0x14250000, 0x197b0000, 0x34250000)
the space 87424K, 17% used [0x14250000, 0x1511f4b0, 0x1511f600, 0x197b0000)
compacting perm gen total 26624K, used 26559K [0x34250000, 0x35c50000, 0x38250000)
the space 26624K, 99% used [0x34250000, 0x35c3fea0, 0x35c40000, 0x35c50000)
No shared spaces configured.

Code Cache [0x02250000, 0x02658000, 0x04250000)
total_blobs=2126 nmethods=1934 adapters=134 free_code_cache=29405120 largest_free_block=53120

Dynamic libraries:
0x00400000 - 0x00425000 E:\Program Files\Java\jdk1.6.0_35\bin\javaw.exe
0x77710000 - 0x77890000 C:\Windows\SysWOW64\ntdll.dll
0x75e70000 - 0x75f80000 C:\Windows\syswow64\kernel32.dll
0x75270000 - 0x752b7000 C:\Windows\syswow64\KERNELBASE.dll
0x76480000 - 0x76520000 C:\Windows\syswow64\ADVAPI32.dll
0x76230000 - 0x762dc000 C:\Windows\syswow64\msvcrt.dll
0x76370000 - 0x76389000 C:\Windows\SysWOW64\sechost.dll
0x75440000 - 0x75530000 C:\Windows\syswow64\RPCRT4.dll
0x75010000 - 0x75070000 C:\Windows\syswow64\SspiCli.dll
0x75000000 - 0x7500c000 C:\Windows\syswow64\CRYPTBASE.dll
0x752c0000 - 0x753c0000 C:\Windows\syswow64\USER32.dll
0x75d40000 - 0x75dd0000 C:\Windows\syswow64\GDI32.dll
0x759a0000 - 0x759aa000 C:\Windows\syswow64\LPK.dll
0x763e0000 - 0x7647d000 C:\Windows\syswow64\USP10.dll
0x757b0000 - 0x75810000 C:\Windows\system32\IMM32.DLL
0x75070000 - 0x7513c000 C:\Windows\syswow64\MSCTF.dll
0x7c340000 - 0x7c396000 E:\Program Files\Java\jdk1.6.0_35\jre\bin\msvcr71.dll
0x6d8c0000 - 0x6db6f000 E:\Program Files\Java\jdk1.6.0_35\jre\bin\client\jvm.dll
0x759b0000 - 0x759e2000 C:\Windows\syswow64\WINMM.dll
0x74c40000 - 0x74c8c000 C:\Windows\system32\apphelp.dll
0x6d870000 - 0x6d87c000 E:\Program Files\Java\jdk1.6.0_35\jre\bin\verify.dll
0x6d3d0000 - 0x6d3ef000 E:\Program Files\Java\jdk1.6.0_35\jre\bin\java.dll
0x6d420000 - 0x6d449000 E:\Program Files\Java\jdk1.6.0_35\jre\bin\jdwp.dll
0x6d740000 - 0x6d746000 E:\Program Files\Java\jdk1.6.0_35\jre\bin\npt.dll
0x6d8b0000 - 0x6d8bf000 E:\Program Files\Java\jdk1.6.0_35\jre\bin\zip.dll
0x6d2b0000 - 0x6d2b7000 E:\Program Files\Java\jdk1.6.0_35\jre\bin\dt_socket.dll
0x75df0000 - 0x75e25000 C:\Windows\syswow64\WS2_32.dll
0x776e0000 - 0x776e6000 C:\Windows\syswow64\NSI.dll
0x74380000 - 0x74390000 C:\Windows\system32\NLAapi.dll
0x74370000 - 0x74380000 C:\Windows\system32\napinsp.dll
0x74350000 - 0x74362000 C:\Windows\system32\pnrpnsp.dll
0x74dc0000 - 0x74dfc000 C:\Windows\System32\mswsock.dll
0x74d60000 - 0x74da4000 C:\Windows\system32\DNSAPI.dll
0x74340000 - 0x74348000 C:\Windows\System32\winrnr.dll
0x74690000 - 0x746ac000 C:\Windows\system32\IPHLPAPI.DLL
0x746c0000 - 0x746c7000 C:\Windows\system32\WINNSI.DLL
0x74d00000 - 0x74d38000 C:\Windows\System32\fwpuclnt.dll
0x74d40000 - 0x74d46000 C:\Windows\system32\rasadhlp.dll
0x74d50000 - 0x74d55000 C:\Windows\System32\wshtcpip.dll
0x74a00000 - 0x74a16000 C:\Windows\system32\CRYPTSP.dll
0x749c0000 - 0x749fb000 C:\Windows\system32\rsaenh.dll
0x75970000 - 0x75987000 C:\Windows\syswow64\USERENV.dll
0x75de0000 - 0x75deb000 C:\Windows\syswow64\profapi.dll
0x6d6b0000 - 0x6d6c3000 E:\Program Files\Java\jdk1.6.0_35\jre\bin\net.dll
0x74db0000 - 0x74db6000 C:\Windows\System32\wship6.dll
0x6d6d0000 - 0x6d6d9000 E:\Program Files\Java\jdk1.6.0_35\jre\bin\nio.dll
0x72000000 - 0x7200d000 G:\Devlopment_epmis\eclipse for jq\plugins\org.eclipse.equinox.launcher.win32.win32.x86_1.1.1.R36x_v20100810\eclipse_1309.dll
0x73fb0000 - 0x7414e000 C:\Windows\WinSxS\x86_microsoft.windows.common-controls_6595b64144ccf1df_6.0.7601.17514_none_41e6975e2bd6f2b2\COMCTL32.dll
0x75750000 - 0x757a7000 C:\Windows\syswow64\SHLWAPI.dll
0x74ce0000 - 0x74ce9000 C:\Windows\system32\VERSION.dll
0x39610000 - 0x39673000 G:\workspace_eclipse.metadata.plugins\org.eclipse.pde.core\epmis-cs.product\org.eclipse.osgi\bundles\3\1.cp\swt-win32-3655.dll
0x75810000 - 0x7596c000 C:\Windows\syswow64\ole32.dll
0x765b0000 - 0x7663f000 C:\Windows\syswow64\OLEAUT32.dll
0x76640000 - 0x766bb000 C:\Windows\syswow64\comdlg32.dll
0x766c0000 - 0x7730a000 C:\Windows\syswow64\SHELL32.dll
0x76060000 - 0x76222000 C:\Windows\syswow64\WININET.dll
0x75e60000 - 0x75e64000 C:\Windows\syswow64\api-ms-win-downlevel-user32-l1-1-0.dll
0x763d0000 - 0x763d4000 C:\Windows\syswow64\api-ms-win-downlevel-shlwapi-l1-1-0.dll
0x75990000 - 0x75994000 C:\Windows\syswow64\api-ms-win-downlevel-version-l1-1-0.dll
0x76050000 - 0x76053000 C:\Windows\syswow64\api-ms-win-downlevel-normaliz-l1-1-0.dll
0x76010000 - 0x76013000 C:\Windows\syswow64\normaliz.DLL
0x75530000 - 0x7574b000 C:\Windows\syswow64\iertutil.dll
0x759f0000 - 0x759f5000 C:\Windows\syswow64\api-ms-win-downlevel-advapi32-l1-1-0.dll
0x75b20000 - 0x75ba0000 C:\Windows\system32\uxtheme.dll
0x74740000 - 0x74753000 C:\Windows\system32\dwmapi.dll
0x003e0000 - 0x003fd000 G:\workspace_eclipse.metadata.plugins\org.eclipse.pde.core\epmis-cs.product\org.eclipse.osgi\bundles\3\1.cp\swt-gdip-win32-3655.dll
0x723f0000 - 0x72580000 C:\Windows\WinSxS\x86_microsoft.windows.gdiplus_6595b64144ccf1df_1.1.7601.18455_none_72d576ad8665e853\gdiplus.dll
0x399f0000 - 0x39b20000 C:\Windows\system32\WindowsCodecs.dll
0x74c00000 - 0x74c3c000 C:\Windows\system32\oleacc.dll
0x74660000 - 0x7466d000 C:\Windows\system32\dhcpcsvc6.DLL
0x72c30000 - 0x72c42000 C:\Windows\system32\dhcpcsvc.DLL
0x641a0000 - 0x6422a000 C:\Users\Administrator\AppData\Roaming\TaobaoProtect\TaobaoProtectSE.dll
0x753c0000 - 0x753c5000 C:\Windows\syswow64\PSAPI.DLL
0x6f0a0000 - 0x6f195000 C:\Windows\system32\propsys.dll
0x76520000 - 0x765a3000 C:\Windows\syswow64\CLBCatQ.DLL
0x6d0a0000 - 0x6d20f000 C:\Windows\system32\explorerframe.dll
0x70110000 - 0x7013f000 C:\Windows\system32\DUser.dll
0x6cfe0000 - 0x6d092000 C:\Windows\system32\DUI70.dll
0x74c90000 - 0x74c9e000 C:\Windows\system32\RpcRtRemote.dll
0x732d0000 - 0x732d5000 C:\Windows\system32\msimg32.dll
0x67100000 - 0x67c3f000 C:\Windows\SysWOW64\ieframe.dll
0x6ae60000 - 0x6ae64000 C:\Windows\SysWOW64\api-ms-win-downlevel-shell32-l1-1-0.dll
0x74720000 - 0x74724000 C:\Windows\system32\api-ms-win-downlevel-shlwapi-l2-1-0.dll
0x75140000 - 0x7526c000 C:\Windows\syswow64\urlmon.dll
0x75dd0000 - 0x75dd4000 C:\Windows\syswow64\api-ms-win-downlevel-ole32-l1-1-0.dll
0x6fcf0000 - 0x6fd4f000 C:\Windows\system32\SXS.DLL
0x64e00000 - 0x65eae000 C:\Windows\SysWOW64\mshtml.dll
0x74650000 - 0x74658000 C:\Windows\system32\Secur32.dll
0x72b20000 - 0x72b4e000 C:\Windows\system32\mlang.dll
0x74640000 - 0x74644000 C:\Windows\system32\api-ms-win-downlevel-advapi32-l2-1-0.dll
0x6ae50000 - 0x6ae5b000 C:\Windows\system32\msimtf.dll
0x6a7d0000 - 0x6abe1000 C:\Windows\SysWOW64\jscript9.dll
0x75a00000 - 0x75b20000 C:\Windows\syswow64\CRYPT32.dll
0x763c0000 - 0x763cc000 C:\Windows\syswow64\MSASN1.dll
0x6a790000 - 0x6a7c1000 C:\Windows\system32\msls31.dll
0x66c10000 - 0x66f57000 C:\Windows\system32\d2d1.dll
0x6c710000 - 0x6c845000 C:\Windows\system32\DWrite.dll
0x6a740000 - 0x6a78c000 C:\Windows\system32\dxgi.dll
0x76020000 - 0x7604e000 C:\Windows\syswow64\WINTRUST.dll
0x6a5c0000 - 0x6a735000 C:\Windows\system32\d3d11.dll
0x66a20000 - 0x66c09000 C:\Windows\system32\D3D10Warp.dll
0x75ba0000 - 0x75d3d000 C:\Windows\syswow64\SETUPAPI.dll
0x76390000 - 0x763b7000 C:\Windows\syswow64\CFGMGR32.dll
0x76340000 - 0x76352000 C:\Windows\syswow64\DEVOBJ.dll
0x6cc50000 - 0x6cc89000 C:\Windows\system32\MMDevAPI.DLL
0x6a590000 - 0x6a5c0000 C:\Windows\system32\wdmaud.drv
0x6a580000 - 0x6a584000 C:\Windows\system32\ksuser.dll
0x6a570000 - 0x6a577000 C:\Windows\system32\AVRT.dll
0x6cc90000 - 0x6ccc6000 C:\Windows\system32\AUDIOSES.DLL
0x6a560000 - 0x6a568000 C:\Windows\system32\msacm32.drv
0x753d0000 - 0x753e4000 C:\Windows\syswow64\MSACM32.dll
0x6a550000 - 0x6a557000 C:\Windows\system32\midimap.dll
0x73e60000 - 0x73eba000 C:\Windows\System32\netprofm.dll
0x74ca0000 - 0x74ca8000 C:\Windows\System32\npmproxy.dll
0x66990000 - 0x66a1c000 C:\Windows\SysWOW64\uiautomationcore.dll
0x72c00000 - 0x72c21000 C:\Windows\system32\ntmarta.dll
0x753f0000 - 0x75435000 C:\Windows\syswow64\WLDAP32.dll
0x6a530000 - 0x6a544000 C:\Windows\system32\ATL.DLL
0x74960000 - 0x74977000 C:\Windows\system32\bcrypt.dll
0x74920000 - 0x7495d000 C:\Windows\SysWOW64\bcryptprimitives.dll
0x670c0000 - 0x67100000 C:\Windows\SysWOW64\Dxtrans.dll
0x6a520000 - 0x6a52a000 C:\Windows\SysWOW64\ddrawex.dll
0x667e0000 - 0x668c7000 C:\Windows\SysWOW64\DDRAW.dll
0x6a510000 - 0x6a516000 C:\Windows\SysWOW64\DCIMAN32.dll
0x66780000 - 0x667dc000 C:\Windows\SysWOW64\Dxtmsft.dll

VM Arguments:
jvm_args: -agentlib:jdwp=transport=dt_socket,suspend=y,address=localhost:51582 -Xms128m -Xmx768m -Dfile.encoding=GBK

java_command: org.eclipse.equinox.launcher.Main -launcher G:\Devlopment_epmis\eclipse for jq\eclipse.exe -name Eclipse -showsplash 600 -product epmis-cs.product -data G:\workspace_eclipse/../runtime-epmis-cs.product -configuration file:G:/workspace_eclipse/.metadata/.plugins/org.eclipse.pde.core/epmis-cs.product/ -dev file:G:/workspace_eclipse/.metadata/.plugins/org.eclipse.pde.core/epmis-cs.product/dev.properties -os win32 -ws win32 -arch x86 -nl zh_CN -consoleLog
Launcher Type: SUN_STANDARD

Environment Variables:
JAVA_HOME=E:\Program Files\Java\jdk1.6.0_35
PATH=E:\Program Files\Java\jdk1.6.0_35\jre\bin;;C:\Python27;E:\Program Files\Java\jdk1.6.0_35\bin;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;E:\Program Files\TortoiseSVN\bin;e:\AppCan\AppCanStudioPersonal\HDK\emulator\mas\;C:\AppCan\AppCanStudioPersonal\HDK\emulator\mas\;D:\Program Files (x86)\MySQL\MySQL Server 5.5\bin
USERNAME=Administrator
OS=Windows_NT
PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 23 Stepping 10, GenuineIntel

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

OS: Windows 7 , 64 bit Build 7601 Service Pack 1

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

Memory: 4k page, physical 4158584k(1726028k free), swap 8315304k(4491184k free)

vm_info: Java HotSpot(TM) Client VM (20.10-b01) for windows-x86 JRE (1.6.0_35-b10), built on Aug 28 2012 17:31:51 by "java_re" with MS VC++ 7.1 (VS2003)

time: Tue Sep 23 17:51:45 2014
elapsed time: 145 seconds

  • 写回答

1条回答 默认 最新

  • jslfl 2014-09-24 02:04
    关注

    好了,我把问题解决了,应该是浏览器升级的问题,今天我把浏览器更新卸载了,从IE11恢复到IE9后就没有问题了。不过不知道具体是什么原因

    评论

报告相同问题?

悬赏问题

  • ¥20 搭建pt1000三线制高精度测温电路
  • ¥15 使用Jdk8自带的算法,和Jdk11自带的加密结果会一样吗,不一样的话有什么解决方案,Jdk不能升级的情况
  • ¥15 画两个图 python或R
  • ¥15 在线请求openmv与pixhawk 实现实时目标跟踪的具体通讯方法
  • ¥15 八路抢答器设计出现故障
  • ¥15 opencv 无法读取视频
  • ¥15 按键修改电子时钟,C51单片机
  • ¥60 Java中实现如何实现张量类,并用于图像处理(不运用其他科学计算库和图像处理库))
  • ¥20 5037端口被adb自己占了
  • ¥15 python:excel数据写入多个对应word文档