For help with installation, bugs reports or feature requests, please head over to our new forums.
Genuitec Community on GitHub
- This topic has 2 replies, 2 voices, and was last updated 15 years, 10 months ago by
uducharm.
-
AuthorPosts
-
uducharmMemberHi,
I have MyEclipse 7.5 with FlexBuilder Professional Plug-in installed. Everything works fine except when I Edit a MXML file in Design mode, the whole JVM exits with a EXCEPTION_ACCESS_VIOLATION.
Looking at the call stack, I can see that the problem comes from SWT that uses a DLL for drawing a rectangle. This is why I post this problem here, I feel the problem is more related to SWT and the OS than with FlexBuilder.
I copy here the full exception log to give you more information:
#
# A fatal error has been detected by the Java Runtime Environment:
#
# EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x6782bf5e, pid=236, tid=2888
#
# JRE version: 6.0_20-b02
# Java VM: Java HotSpot(TM) Client VM (16.3-b01 mixed mode windows-x86 )
# Problematic frame:
# C [gdiplus.dll+0x1bf5e]
#
# 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 (0x00396c00): JavaThread “main” [_thread_in_native, id=2888, stack(0x009c0000,0x00a10000)]
siginfo: ExceptionCode=0xc0000005, writing address 0xa972b2e8
Registers:
EAX=0x67b5bfd0, EBX=0x00000001, ECX=0x41bcf318, EDX=0xfff7f7f8
ESP=0x00a0e6c8, EBP=0x00a0e6c8, ESI=0x67ad30b0, EDI=0x67ad3078
EIP=0x6782bf5e, EFLAGS=0x00250202Top of Stack: (sp=0x00a0e6c8)
0x00a0e6c8: 00a0e6e4 6781f3a3 000001ce 67ad3078
0x00a0e6d8: a972b2e8 67ad3060 000004ba 00a0e73c
0x00a0e6e8: 678eaaa2 a972b2e8 67b5bfd0 000001cf
0x00a0e6f8: 000004ba 0000006d 00000000 67ad48a8
0x00a0e708: 67ad3060 a9650000 67ad3060 a9650000
0x00a0e718: 00000004 00000000 00000000 000001cf
0x00a0e728: 00000000 00000004 00000001 000004ba
0x00a0e738: 67b5bfd0 00a0e78c 678eac57 00002000Instructions: (pc=0x6782bf5e)
0x6782bf4e: ec 83 7d 08 00 8b c2 74 13 2b c8 8b 10 ff 4d 08
0x6782bf5e: 89 14 08 83 c0 04 83 7d 08 00 75 ef 5d c2 08 00Stack: [0x009c0000,0x00a10000], sp=0x00a0e6c8, free space=13900a0e1fck
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
C [gdiplus.dll+0x1bf5e]
C [gdiplus.dll+0xf3a3]
C [gdiplus.dll+0xdaaa2]
C [gdiplus.dll+0xdac57]
C [gdiplus.dll+0x79c24]
C [gdiplus.dll+0x16d7b]
C [gdiplus.dll+0xf2c0]
C [gdiplus.dll+0x4d5d5]
C [gdiplus.dll+0x67e97]
C [gdiplus.dll+0x4ce1c]
C [gdiplus.dll+0x4d34b]
C [gdiplus.dll+0x6e46b]
C [gdiplus.dll+0x6e352]
C [gdiplus.dll+0x6e2eb]
C [gdiplus.dll+0x4d294]
C [swt-gdip-win32-3452.dll+0x219c]
j org.eclipse.swt.internal.gdip.Gdip.Graphics_FillRectangle(IIIIII)I+0
j org.eclipse.swt.graphics.GC.fillRectangle(IIII)V+74
j org.eclipse.swt.graphics.GC.fillRectangle(Lorg/eclipse/swt/graphics/Rectangle;)V+25
j com.adobe.flexbuilder.editors.common.ui.pi.form.SectionHeading.doPaintHeading(Lorg/eclipse/swt/events/PaintEvent;)V+61
j com.adobe.flexbuilder.editors.common.ui.pi.form.SectionHeading$1.paintControl(Lorg/eclipse/swt/events/PaintEvent;)V+5
j org.eclipse.swt.widgets.TypedListener.handleEvent(Lorg/eclipse/swt/widgets/Event;)V+947
J org.eclipse.swt.widgets.EventTable.sendEvent(Lorg/eclipse/swt/widgets/Event;)V
J org.eclipse.swt.widgets.Widget.sendEvent(ILorg/eclipse/swt/widgets/Event;Z)V
j org.eclipse.swt.widgets.Widget.sendEvent(ILorg/eclipse/swt/widgets/Event;)V+4
j org.eclipse.swt.widgets.Composite.WM_PAINT(II)Lorg/eclipse/swt/internal/win32/LRESULT;+1414
J org.eclipse.swt.widgets.Control.windowProc(IIII)I
J org.eclipse.swt.widgets.Display.windowProc(IIII)I
v ~StubRoutines::call_stub
V [jvm.dll+0xf049c]
V [jvm.dll+0x17fcf1]
V [jvm.dll+0xf051d]
V [jvm.dll+0xf9e0f]
V [jvm.dll+0xfbc37]
C [swt-win32-3452.dll+0x1465]
C 0x677e0018
C [USER32.dll+0x8734]
C [USER32.dll+0x8816]
C [USER32.dll+0x18ea0]
C [USER32.dll+0x18eec]
C [ntdll.dll+0xe473]
C [USER32.dll+0x8a10]
C [swt-win32-3452.dll+0x35be]
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.ui.internal.Workbench.runEventLoop(Lorg/eclipse/jface/window/Window$IExceptionHandler;Lorg/eclipse/swt/widgets/Display;)V
j org.eclipse.ui.internal.Workbench.runUI()I+393
j org.eclipse.ui.internal.Workbench.access$4(Lorg/eclipse/ui/internal/Workbench;)I+1
j org.eclipse.ui.internal.Workbench$5.run()V+23
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;+84
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+0xf049c]
V [jvm.dll+0x17fcf1]
V [jvm.dll+0xf051d]
V [jvm.dll+0x199ceb]
V [jvm.dll+0x19a706]
V [jvm.dll+0x11bc03]
C [java.dll+0x714d]
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+114
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+0xf049c]
V [jvm.dll+0x17fcf1]
V [jvm.dll+0xf051d]
V [jvm.dll+0xf9bc5]
V [jvm.dll+0x10181d]
C [javaw.exe+0x2155]
C [javaw.exe+0x8614]
C [kernel32.dll+0xb729]Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
j org.eclipse.swt.internal.gdip.Gdip.Graphics_FillRectangle(IIIIII)I+0
j org.eclipse.swt.graphics.GC.fillRectangle(IIII)V+74
j org.eclipse.swt.graphics.GC.fillRectangle(Lorg/eclipse/swt/graphics/Rectangle;)V+25
j com.adobe.flexbuilder.editors.common.ui.pi.form.SectionHeading.doPaintHeading(Lorg/eclipse/swt/events/PaintEvent;)V+61
j com.adobe.flexbuilder.editors.common.ui.pi.form.SectionHeading$1.paintControl(Lorg/eclipse/swt/events/PaintEvent;)V+5
j org.eclipse.swt.widgets.TypedListener.handleEvent(Lorg/eclipse/swt/widgets/Event;)V+947
J org.eclipse.swt.widgets.EventTable.sendEvent(Lorg/eclipse/swt/widgets/Event;)V
J org.eclipse.swt.widgets.Widget.sendEvent(ILorg/eclipse/swt/widgets/Event;Z)V
j org.eclipse.swt.widgets.Widget.sendEvent(ILorg/eclipse/swt/widgets/Event;)V+4
j org.eclipse.swt.widgets.Composite.WM_PAINT(II)Lorg/eclipse/swt/internal/win32/LRESULT;+1414
J org.eclipse.swt.widgets.Control.windowProc(IIII)I
J org.eclipse.swt.widgets.Display.windowProc(IIII)I
v ~StubRoutines::call_stub
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.ui.internal.Workbench.runEventLoop(Lorg/eclipse/jface/window/Window$IExceptionHandler;Lorg/eclipse/swt/widgets/Display;)V
j org.eclipse.ui.internal.Workbench.runUI()I+393
j org.eclipse.ui.internal.Workbench.access$4(Lorg/eclipse/ui/internal/Workbench;)I+1
j org.eclipse.ui.internal.Workbench$5.run()V+23
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;+84
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+114
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 )
0x7a05bc00 JavaThread “Design Model Updater” daemon [_thread_blocked, id=3588, stack(0x6c420000,0x6c470000)]
0x78ece000 JavaThread “com.adobe.flexbuilder.editors.mxml.code.NamespaceChangedReconciler” daemon [_thread_blocked, id=3228, stack(0x6c3d0000,0x6c420000)]
0x79ed5400 JavaThread “com.adobe.flexbuilder.editors.common.editor.IdleTypingReconciler” daemon [_thread_blocked, id=2768, stack(0x6c330000,0x6c380000)]
0x7a075800 JavaThread “Thread-15” daemon [_thread_blocked, id=308, stack(0x6c380000,0x6c3d0000)]
0x79e44400 JavaThread “AWT-Windows” daemon [_thread_in_native, id=3872, stack(0x6c000000,0x6c050000)]
0x79db5800 JavaThread “Java2D Disposer” daemon [_thread_blocked, id=2272, stack(0x6bec0000,0x6bf10000)]
0x789ff800 JavaThread “Worker-10” [_thread_blocked, id=2084, stack(0x6bf60000,0x6bfb0000)]
0x7aa20c00 JavaThread “Timer-3” daemon [_thread_blocked, id=1400, stack(0x6be70000,0x6bec0000)]
0x7a780000 JavaThread “Timer-2” daemon [_thread_blocked, id=1720, stack(0x6be20000,0x6be70000)]
0x787cd400 JavaThread “org.eclipse.jdt.debug: JDI Event Dispatcher” daemon [_thread_blocked, id=3712, stack(0x6bc90000,0x6bce0000)]
0x787cdc00 JavaThread “Packet Send Manager” daemon [_thread_blocked, id=392, stack(0x6bd30000,0x6bd80000)]
0x785a0400 JavaThread “Packet Receive Manager” daemon [_thread_in_native, id=812, stack(0x6bce0000,0x6bd30000)]
0x68bc3800 JavaThread “Process monitor” daemon [_thread_in_native, id=3684, stack(0x6bc40000,0x6bc90000)]
0x7857e400 JavaThread “Input Stream Monitor” daemon [_thread_blocked, id=2144, stack(0x6bbf0000,0x6bc40000)]
0x78071400 JavaThread “Output Stream Monitor” daemon [_thread_in_native, id=3852, stack(0x6bba0000,0x6bbf0000)]
0x69ec6c00 JavaThread “Output Stream Monitor” daemon [_thread_in_native, id=3268, stack(0x6bb50000,0x6bba0000)]
0x785b8400 JavaThread “Timer-1” [_thread_blocked, id=1140, stack(0x6b3f0000,0x6b440000)]
0x68bbb400 JavaThread “Timer-0” [_thread_blocked, id=3632, stack(0x6b370000,0x6b3c0000)]
0x68b8fc00 JavaThread “MyEclipse Thread” [_thread_blocked, id=3736, stack(0x6b300000,0x6b350000)]
0x780b1000 JavaThread “Cleanup” daemon [_thread_in_native, id=1604, stack(0x6aec0000,0x6af10000)]
0x78097400 JavaThread “Worker-8” [_thread_blocked, id=3396, stack(0x6ae20000,0x6ae70000)]
0x78133400 JavaThread “Worker-4” [_thread_blocked, id=3832, stack(0x6ace0000,0x6ad30000)]
0x78122400 JavaThread “Worker-3” [_thread_blocked, id=2812, stack(0x6ac90000,0x6ace0000)]
0x7811cc00 JavaThread “Worker-2” [_thread_blocked, id=1540, stack(0x6ac40000,0x6ac90000)]
0x78112400 JavaThread “JavaScript indexing” daemon [_thread_blocked, id=3380, stack(0x6a880000,0x6a8d0000)]
0x6a03fc00 JavaThread “Java indexing” daemon [_thread_blocked, id=3468, stack(0x6a670000,0x6a6c0000)]
0x68b80000 JavaThread “Worker-1” [_thread_blocked, id=2028, stack(0x67e30000,0x67e80000)]
0x69de8400 JavaThread “Provisioning Event Dispatcher” daemon [_thread_blocked, id=3080, stack(0x67390000,0x673e0000)]
0x64ec0400 JavaThread “Start Level Event Dispatcher” daemon [_thread_blocked, id=3352, stack(0x656f0000,0x65740000)]
0x651a6800 JavaThread “Framework Event Dispatcher” daemon [_thread_blocked, id=208, stack(0x656a0000,0x656f0000)]
0x64ea1000 JavaThread “Low Memory Detector” daemon [_thread_blocked, id=732, stack(0x650f0000,0x65140000)]
0x64e9bc00 JavaThread “CompilerThread0” daemon [_thread_blocked, id=2200, stack(0x650a0000,0x650f0000)]
0x64e99400 JavaThread “Attach Listener” daemon [_thread_blocked, id=2880, stack(0x65050000,0x650a0000)]
0x64e98000 JavaThread “Signal Dispatcher” daemon [_thread_blocked, id=2308, stack(0x65000000,0x65050000)]
0x64e87c00 JavaThread “Finalizer” daemon [_thread_blocked, id=2608, stack(0x64fb0000,0x65000000)]
0x64e83000 JavaThread “Reference Handler” daemon [_thread_blocked, id=740, stack(0x64f60000,0x64fb0000)]
=>0x00396c00 JavaThread “main” [_thread_in_native, id=2888, stack(0x009c0000,0x00a10000)]Other Threads:
0x64e80400 VMThread [stack: 0x64f10000,0x64f60000] [id=3260]
0x64eabc00 WatcherThread [stack: 0x65140000,0x65190000] [id=772]VM state:not at safepoint (normal execution)
VM Mutex/Monitor currently owned by a thread: None
Heap
def new generation total 157248K, used 39685K [0x02a90000, 0x0d530000, 0x17fe0000)
eden space 139776K, 15% used [0x02a90000, 0x04041620, 0x0b310000)
from space 17472K, 100% used [0x0c420000, 0x0d530000, 0x0d530000)
to space 17472K, 0% used [0x0b310000, 0x0b310000, 0x0c420000)
tenured generation total 349568K, used 180984K [0x17fe0000, 0x2d540000, 0x42a90000)
the space 349568K, 51% used [0x17fe0000, 0x2309e138, 0x2309e200, 0x2d540000)
compacting perm gen total 262144K, used 110140K [0x42a90000, 0x52a90000, 0x62a90000)
the space 262144K, 42% used [0x42a90000, 0x4961f358, 0x4961f400, 0x52a90000)
No shared spaces configured.Dynamic libraries:
0x00400000 – 0x00424000 C:\Program Files\Java\jdk1.6.0_20\bin\javaw.exe
0x7c900000 – 0x7c9b2000 C:\WINDOWS\system32\ntdll.dll
0x7c800000 – 0x7c8f6000 C:\WINDOWS\system32\kernel32.dll
0x77dd0000 – 0x77e6b000 C:\WINDOWS\system32\ADVAPI32.dll
0x77e70000 – 0x77f02000 C:\WINDOWS\system32\RPCRT4.dll
0x77fe0000 – 0x77ff1000 C:\WINDOWS\system32\Secur32.dll
0x7e410000 – 0x7e4a1000 C:\WINDOWS\system32\USER32.dll
0x77f10000 – 0x77f59000 C:\WINDOWS\system32\GDI32.dll
0x76390000 – 0x763ad000 C:\WINDOWS\system32\IMM32.DLL
0x7c340000 – 0x7c396000 C:\Program Files\Java\jdk1.6.0_20\jre\bin\msvcr71.dll
0x6d8b0000 – 0x6db47000 C:\Program Files\Java\jdk1.6.0_20\jre\bin\client\jvm.dll
0x76b40000 – 0x76b6d000 C:\WINDOWS\system32\WINMM.dll
0x6d860000 – 0x6d86c000 C:\Program Files\Java\jdk1.6.0_20\jre\bin\verify.dll
0x6d3e0000 – 0x6d3ff000 C:\Program Files\Java\jdk1.6.0_20\jre\bin\java.dll
0x6d340000 – 0x6d348000 C:\Program Files\Java\jdk1.6.0_20\jre\bin\hpi.dll
0x76bf0000 – 0x76bfb000 C:\WINDOWS\system32\PSAPI.DLL
0x6d8a0000 – 0x6d8af000 C:\Program Files\Java\jdk1.6.0_20\jre\bin\zip.dll
0x72000000 – 0x72014000 C:\Program Files\Genuitec\Common\plugins\org.eclipse.equinox.launcher.win32.win32.x86_1.0.101.R34x_v20080731\eclipse_1115.dll
0x773d0000 – 0x774d3000 C:\WINDOWS\WinSxS\x86_Microsoft.Windows.Common-Controls_6595b64144ccf1df_6.0.2600.5512_x-ww_35d4ce83\COMCTL32.dll
0x77c10000 – 0x77c68000 C:\WINDOWS\system32\msvcrt.dll
0x77f60000 – 0x77fd6000 C:\WINDOWS\system32\SHLWAPI.dll
0x77c00000 – 0x77c08000 C:\WINDOWS\system32\VERSION.dll
0x74720000 – 0x7476c000 C:\WINDOWS\system32\MSCTF.dll
0x755c0000 – 0x755ee000 C:\WINDOWS\system32\msctfime.ime
0x774e0000 – 0x7761d000 C:\WINDOWS\system32\ole32.dll
0x653f0000 – 0x65428000 C:\WINDOWS\system32\UxTheme.dll
0x65430000 – 0x65439000 C:\WINDOWS\system32\mslbui.dll
0x68000000 – 0x68036000 C:\WINDOWS\system32\rsaenh.dll
0x769c0000 – 0x76a74000 C:\WINDOWS\system32\USERENV.dll
0x65560000 – 0x655b5000 C:\WINDOWS\system32\netapi32.dll
0x6d6c0000 – 0x6d6d3000 C:\Program Files\Java\jdk1.6.0_20\jre\bin\net.dll
0x71ab0000 – 0x71ac7000 C:\WINDOWS\system32\WS2_32.dll
0x71aa0000 – 0x71aa8000 C:\WINDOWS\system32\WS2HELP.dll
0x71a50000 – 0x71a8f000 C:\WINDOWS\System32\mswsock.dll
0x76f20000 – 0x76f47000 C:\WINDOWS\system32\DNSAPI.dll
0x76fb0000 – 0x76fb8000 C:\WINDOWS\System32\winrnr.dll
0x76f60000 – 0x76f8c000 C:\WINDOWS\system32\WLDAP32.dll
0x76fc0000 – 0x76fc6000 C:\WINDOWS\system32\rasadhlp.dll
0x6d6e0000 – 0x6d6e9000 C:\Program Files\Java\jdk1.6.0_20\jre\bin\nio.dll
0x673e0000 – 0x67435000 C:\Program Files\Genuitec\MyEclipse 7.0\configuration\org.eclipse.osgi\bundles\660\1\.cp\swt-win32-3452.dll
0x77120000 – 0x771ab000 C:\WINDOWS\system32\OLEAUT32.dll
0x763b0000 – 0x763f9000 C:\WINDOWS\system32\comdlg32.dll
0x7c9c0000 – 0x7d1d7000 C:\WINDOWS\system32\SHELL32.dll
0x74d90000 – 0x74dfb000 C:\WINDOWS\system32\USP10.dll
0x67440000 – 0x67511000 C:\WINDOWS\system32\WININET.dll
0x65520000 – 0x65529000 C:\WINDOWS\system32\Normaliz.dll
0x67520000 – 0x67565000 C:\WINDOWS\system32\iertutil.dll
0x677f0000 – 0x67804000 C:\Program Files\Genuitec\MyEclipse 7.0\configuration\org.eclipse.osgi\bundles\660\1\.cp\swt-gdip-win32-3452.dll
0x67810000 – 0x679bb000 C:\WINDOWS\WinSxS\x86_Microsoft.Windows.GdiPlus_6595b64144ccf1df_1.0.6001.22319_x-ww_f0b4c2df\gdiplus.dll
0x65650000 – 0x65658000 C:\Program Files\Genuitec\MyEclipse 7.0\configuration\org.eclipse.osgi\bundles\351\1\.cp\os\win32\x86\localfile_1_0_0.dll
0x67f60000 – 0x67f9a000 C:\WINDOWS\system32\oleacc.dll
0x6a120000 – 0x6a3e5000 C:\WINDOWS\system32\xpsp2res.dll
0x6a560000 – 0x6a5a0000 C:\Program Files\Genuitec\MyEclipse 7.0\configuration\org.eclipse.osgi\bundles\57\1\.cp\os\win32\x86\JNIToNativeBridge.dll
0x76380000 – 0x76385000 C:\WINDOWS\system32\msimg32.dll
0x65670000 – 0x6567f000 C:\Program Files\Genuitec\MyEclipse 7.0\configuration\org.eclipse.osgi\bundles\354\1\.cp\jWinHttp.dll
0x67d80000 – 0x67dd9000 C:\WINDOWS\system32\WINHTTP.dll
0x76fd0000 – 0x7704f000 C:\WINDOWS\system32\CLBCATQ.DLL
0x77050000 – 0x77115000 C:\WINDOWS\system32\COMRes.dll
0x75cf0000 – 0x75d81000 C:\WINDOWS\system32\mlang.dll
0x6af20000 – 0x6af78000 C:\WINDOWS\system32\hnetcfg.dll
0x71a90000 – 0x71a98000 C:\WINDOWS\System32\wshtcpip.dll
0x6d610000 – 0x6d619000 C:\Program Files\Java\jdk1.6.0_20\jre\bin\management.dll
0x6d840000 – 0x6d848000 C:\Program Files\Java\jdk1.6.0_20\jre\bin\sunmscapi.dll
0x77a80000 – 0x77b15000 C:\WINDOWS\system32\CRYPT32.dll
0x77b20000 – 0x77b32000 C:\WINDOWS\system32\MSASN1.dll
0x77b40000 – 0x77b62000 C:\WINDOWS\system32\Apphelp.dll
0x6eec0000 – 0x6eee3000 C:\Program Files\Genuitec\Common\plugins\org.tigris.subversion.clientadapter.javahl.win32_1.6.9\libapr-1.dll
0x6ee50000 – 0x6ee59000 C:\Program Files\Genuitec\Common\plugins\org.tigris.subversion.clientadapter.javahl.win32_1.6.9\libapriconv-1.dll
0x6b4b0000 – 0x6b5b8000 C:\Program Files\Genuitec\Common\plugins\org.tigris.subversion.clientadapter.javahl.win32_1.6.9\libeay32.dll
0x71ad0000 – 0x71ad9000 C:\WINDOWS\system32\WSOCK32.dll
0x6ad80000 – 0x6adb2000 C:\Program Files\Genuitec\Common\plugins\org.tigris.subversion.clientadapter.javahl.win32_1.6.9\ssleay32.dll
0x6ee60000 – 0x6ee8f000 C:\Program Files\Genuitec\Common\plugins\org.tigris.subversion.clientadapter.javahl.win32_1.6.9\libaprutil-1.dll
0x6b5c0000 – 0x6b6d5000 C:\Program Files\Genuitec\Common\plugins\org.tigris.subversion.clientadapter.javahl.win32_1.6.9\dbghelp.dll
0x6b7e0000 – 0x6b7f3000 C:\Program Files\Genuitec\Common\plugins\org.tigris.subversion.clientadapter.javahl.win32_1.6.9\libsasl.dll
0x6b800000 – 0x6b8a9000 C:\Program Files\Genuitec\Common\plugins\org.tigris.subversion.clientadapter.javahl.win32_1.6.9\libsvn_subr-1.dll
0x76780000 – 0x76789000 C:\WINDOWS\system32\SHFOLDER.dll
0x6b8b0000 – 0x6b8c5000 C:\Program Files\Genuitec\Common\plugins\org.tigris.subversion.clientadapter.javahl.win32_1.6.9\libsvn_delta-1.dll
0x676a0000 – 0x676ad000 C:\Program Files\Genuitec\Common\plugins\org.tigris.subversion.clientadapter.javahl.win32_1.6.9\libsvn_diff-1.dll
0x6b8d0000 – 0x6b905000 C:\Program Files\Genuitec\Common\plugins\org.tigris.subversion.clientadapter.javahl.win32_1.6.9\libsvn_wc-1.dll
0x6b910000 – 0x6b930000 C:\Program Files\Genuitec\Common\plugins\org.tigris.subversion.clientadapter.javahl.win32_1.6.9\libsvn_fs-1.dll
0x6b930000 – 0x6b952000 C:\Program Files\Genuitec\Common\plugins\org.tigris.subversion.clientadapter.javahl.win32_1.6.9\libsvn_repos-1.dll
0x6b960000 – 0x6b9db000 C:\Program Files\Genuitec\Common\plugins\org.tigris.subversion.clientadapter.javahl.win32_1.6.9\libsvn_ra-1.dll
0x6b9e0000 – 0x6ba12000 C:\Program Files\Genuitec\Common\plugins\org.tigris.subversion.clientadapter.javahl.win32_1.6.9\libsvn_client-1.dll
0x6ba20000 – 0x6ba4a000 C:\Program Files\Genuitec\Common\plugins\org.tigris.subversion.clientadapter.javahl.win32_1.6.9\libsvnjavahl-1.dll
0x76080000 – 0x760e5000 C:\WINDOWS\system32\MSVCP60.dll
0x6d0b0000 – 0x6d1fa000 C:\Program Files\Java\jdk1.6.0_20\jre\bin\awt.dll
0x73000000 – 0x73026000 C:\WINDOWS\system32\WINSPOOL.DRV
0x6d2e0000 – 0x6d334000 C:\Program Files\Java\jdk1.6.0_20\jre\bin\fontmanager.dll
0x6d250000 – 0x6d273000 C:\Program Files\Java\jdk1.6.0_20\jre\bin\dcpr.dll
0x6caa0000 – 0x6cab9000 C:\Program Files\Genuitec\MyEclipse 7.0\configuration\org.eclipse.osgi\bundles\4\1\.cp\os\win32\x86\PlayerJNILib.dll
0x6cae0000 – 0x6cf1a000 C:\Program Files\Genuitec\MyEclipse 7.0\configuration\org.eclipse.osgi\bundles\4\1\.cp\os\win32\player\authplay.dll
0x72d20000 – 0x72d29000 C:\WINDOWS\system32\wdmaud.drv
0x76c30000 – 0x76c5e000 C:\WINDOWS\system32\WINTRUST.dll
0x76c90000 – 0x76cb8000 C:\WINDOWS\system32\IMAGEHLP.dll
0x72d10000 – 0x72d18000 C:\WINDOWS\system32\msacm32.drv
0x77be0000 – 0x77bf5000 C:\WINDOWS\system32\MSACM32.dll
0x77bd0000 – 0x77bd7000 C:\WINDOWS\system32\midimap.dll
0x767f0000 – 0x76818000 C:\WINDOWS\system32\schannel.dll
0x71320000 – 0x71326000 C:\WINDOWS\system32\dciman32.dllVM Arguments:
jvm_args: -Xmx1024M -Xms512M -XX:MaxPermSize=512M -XX:PermSize=256M
java_command: C:\Program Files\Genuitec\MyEclipse 7.0\../Common\plugins\org.eclipse.equinox.launcher_1.0.101.R34x_v20081125.jar -os win32 -ws win32 -arch x86 -showsplash -launcher C:\Program Files\Genuitec\MyEclipse 7.0\myeclipse.exe -name Myeclipse –launcher.library C:\Program Files\Genuitec\MyEclipse 7.0\../Common\plugins\org.eclipse.equinox.launcher.win32.win32.x86_1.0.101.R34x_v20080731\eclipse_1115.dll -startup C:\Program Files\Genuitec\MyEclipse 7.0\../Common\plugins\org.eclipse.equinox.launcher_1.0.101.R34x_v20081125.jar -exitdata 5d8_48 -clean -configuration configuration -vm C:\Program Files\Java\jdk1.6.0_20\bin\javaw.exe -vmargs -Xmx1024M -Xms512M -XX:MaxPermSize=512M -XX:PermSize=256M -jar C:\Program Files\Genuitec\MyEclipse 7.0\../Common\plugins\org.eclipse.equinox.launcher_1.0.101.R34x_v20081125.jar
Launcher Type: SUN_STANDARDEnvironment Variables:
CLASSPATH=.;C:\Program Files\Java\jre6\lib\ext\QTJava.zip
PATH=C:\oracle\product\10.2.0\client_1\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\Common Files\Roxio Shared\DLLShared\;C:\Program Files\Common Files\Roxio Shared\10.0\DLLShared\;C:\WINDOWS\system32\WindowsPowerShell\v1.0;C:\Program Files\QuickTime\QTSystem\;C:\WINDOWS\System32\Wbem
USERNAME=ugod
OS=Windows_NT
PROCESSOR_IDENTIFIER=x86 Family 6 Model 37 Stepping 2, GenuineIntel————— S Y S T E M —————
OS: Windows XP Build 2600 Service Pack 3
CPU:total 2 (8 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
Memory: 4k page, physical 3071160k(1668472k free), swap 5001108k(3356124k free)
vm_info: Java HotSpot(TM) Client VM (16.3-b01) for windows-x86 JRE (1.6.0_20-b02), built on Apr 12 2010 13:52:23 by “java_re” with MS VC++ 7.1 (VS2003)
time: Mon May 17 11:17:51 2010
elapsed time: 2002 secondsCan someone suggestion me a work around or any kind of action I can take?
May 17, 2010 at 11:39 pm #308445
support-shaliniMemberuducharm,
EXCEPTION_ACCESS_VIOLATION
This exception can be caused by faulty hardware. can you download Prime95 (here: http://majorgeeks.com/downloadget.php?id=4363&file=1&evp=ffc2a25c3011b055346f699a0c02444e)
and unzip it and run it overnight? It will compute prime numbers, using all your system’s available RAM and CPU, but it will report calculation irregularities when there is a hardware issue
This will rule out any hardware issues.
Also, can you change your start up arguments to those given in the following link –
http://www.myeclipseide.com/PNphpBB2+file-viewtopic-t-10087.html
and check if the issue persists?May 20, 2010 at 10:21 am #308529
uducharmMemberI will try Prime95 tonight. For your second suggestion, I already have modified those numbers without improvements. I think it is some sort of incompatibility between SWT and my system. Have you heard of possible incompatibilities between those two?
-
AuthorPosts
