chemclipse icon indicating copy to clipboard operation
chemclipse copied to clipboard

Identification Target (Drag & Drop) - fatal crash on Windows

Open eselmeister opened this issue 2 years ago • 0 comments

Drag & Drop for the Identification Targets introduced here: https://github.com/eclipse/chemclipse/issues/1317

It works well on Linux. On Windows, it produces a fatal crash which terminates the application.

#
# A fatal error has been detected by the Java Runtime Environment:
#
#  EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x00007ffa889a3ec6, pid=8696, tid=4816
#
# JRE version: OpenJDK Runtime Environment Temurin-17.0.6+10 (17.0.6+10) (build 17.0.6+10)
# Java VM: OpenJDK 64-Bit Server VM Temurin-17.0.6+10 (17.0.6+10, mixed mode, sharing, tiered, compressed oops, compressed class ptrs, g1 gc, windows-amd64)
# Problematic frame:
# C  [swt-win32-4956r13.dll+0x63ec6]
#
# No core dump will be written. Minidumps are not enabled by default on client versions of Windows
#
# If you would like to submit a bug report, please visit:
#   https://github.com/adoptium/adoptium-support/issues
# The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to report the bug.
#

---------------  S U M M A R Y ------------

Command Line: -Xms1g -Xmx4g -Dosgi.nl=en_US -Dosgi.framework.extensions=com.lablicate.licensing -Declipse.log.level=WARNING -Dapplication.name=OpenChrom_Analytics_Edition -Dapplication.version=1.5.x -Denable.cli.support=false [email protected]/OpenChrom/1.5.x [email protected]/.openchrom/1.5.x -Dorg.eclipse.update.reconcile=true --add-opens java.base/java.lang=ALL-UNNAMED --add-modules=ALL-SYSTEM -Djava.security.manager=allow 

Host: 11th Gen Intel(R) Core(TM) i7-1185G7 @ 3.00GHz, 8 cores, 31G,  Windows 10 , 64 bit Build 19041 (10.0.19041.2546)
Time: Mon Mar  6 11:35:13 2023 W. Europe Standard Time elapsed time: 60.550455 seconds (0d 0h 1m 0s)

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

Current thread (0x00000165745e7fe0):  JavaThread "main" [_thread_in_native, id=4816, stack(0x0000001c89600000,0x0000001c89700000)]

Stack: [0x0000001c89600000,0x0000001c89700000],  sp=0x0000001c896fc7a8,  free space=1009k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
C  [swt-win32-4956r13.dll+0x63ec6]

Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
j  org.eclipse.swt.internal.ole.win32.COM.MoveMemory(JLorg/eclipse/swt/internal/ole/win32/FORMATETC;I)V+0
j  org.eclipse.swt.dnd.OleEnumFORMATETC.Next(IJJ)I+59
j  org.eclipse.swt.dnd.OleEnumFORMATETC$1.method3([J)J+14
j  org.eclipse.swt.internal.ole.win32.COMObject.callback3([J)J+54
v  ~StubRoutines::call_stub
j  org.eclipse.swt.internal.ole.win32.COM.DoDragDrop(JJI[I)I+0
j  org.eclipse.swt.dnd.DragSource.drag(Lorg/eclipse/swt/widgets/Event;)V+466
j  org.eclipse.swt.dnd.DragSource.lambda$0(Lorg/eclipse/swt/widgets/Event;)V+38
j  org.eclipse.swt.dnd.DragSource$$Lambda$605+0x00000008014278f0.handleEvent(Lorg/eclipse/swt/widgets/Event;)V+5
J 8891 c2 org.eclipse.swt.widgets.EventTable.sendEvent(Lorg/eclipse/swt/widgets/Event;)V (619 bytes) @ 0x0000016508009df0 [0x0000016508009d20+0x00000000000000d0]
J 10791 c2 org.eclipse.swt.widgets.Display.sendEvent(Lorg/eclipse/swt/widgets/EventTable;Lorg/eclipse/swt/widgets/Event;)V (34 bytes) @ 0x0000016507f8ab30 [0x0000016507f8a9c0+0x0000000000000170]
J 8096 c1 org.eclipse.swt.widgets.Display.runDeferredEvents()Z (109 bytes) @ 0x0000016500b5fdf4 [0x0000016500b5f5a0+0x0000000000000854]
J 8013 c1 org.eclipse.swt.widgets.Display.readAndDispatch()Z (94 bytes) @ 0x00000165006e306c [0x00000165006e2b00+0x000000000000056c]
j  org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$5.run()V+564
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.lambda$3(Lorg/eclipse/swt/widgets/Display;Lorg/eclipse/ui/application/WorkbenchAdvisor;[I)V+393
j  org.eclipse.ui.internal.Workbench$$Lambda$170+0x0000000800dcab20.run()V+12
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+16
j  org.eclipse.ui.PlatformUI.createAndRunWorkbench(Lorg/eclipse/swt/widgets/Display;Lorg/eclipse/ui/application/WorkbenchAdvisor;)I+2
j  org.eclipse.chemclipse.rcp.app.ui.internal.support.ApplicationSupportDefault.start()Ljava/lang/Object;+12
j  org.eclipse.chemclipse.rcp.app.ui.Application.start(Lorg/eclipse/equinox/app/IApplicationContext;)Ljava/lang/Object;+78
j  org.eclipse.equinox.internal.app.EclipseAppHandle.run(Ljava/lang/Object;)Ljava/lang/Object;+138
j  org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(Ljava/lang/Object;)Ljava/lang/Object;+85
j  org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(Ljava/lang/Object;)Ljava/lang/Object;+79
j  org.eclipse.core.runtime.adaptor.EclipseStarter.run(Ljava/lang/Object;)Ljava/lang/Object;+99
j  org.eclipse.core.runtime.adaptor.EclipseStarter.run([Ljava/lang/String;Ljava/lang/Runnable;)Ljava/lang/Object;+132
v  ~StubRoutines::call_stub
j  jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Ljava/lang/reflect/Method;Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+0 [email protected]
j  jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+133 [email protected]
j  jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+6 [email protected]
j  java.lang.reflect.Method.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+59 [email protected]
j  org.eclipse.equinox.launcher.Main.invokeFramework([Ljava/lang/String;[Ljava/net/URL;)V+201
j  org.eclipse.equinox.launcher.Main.basicRun([Ljava/lang/String;)V+159
j  org.eclipse.equinox.launcher.Main.run([Ljava/lang/String;)I+4
v  ~StubRoutines::call_stub

siginfo: EXCEPTION_ACCESS_VIOLATION (0xc0000005), reading address 0x0000000000000000


Register to memory mapping:

RIP=0x00007ffa889a3ec6 swt-win32-4956r13.dll
RAX=0x0000001c896fd110 is pointing into the stack for thread: 0x00000165745e7fe0
RBX=0x0000001c896fd110 is pointing into the stack for thread: 0x00000165745e7fe0
RCX=0x0000001c896fd110 is pointing into the stack for thread: 0x00000165745e7fe0
RDX=0x0 is NULL
RSP=0x0000001c896fc7a8 is pointing into the stack for thread: 0x00000165745e7fe0
RBP=0x0000001c896fc888 is pointing into the stack for thread: 0x00000165745e7fe0
RSI=0x0000000000000003 is an unknown value
RDI=0x0 is NULL
R8 =0x0000000000000020 is an unknown value
R9 =0x0 is NULL
R10=0x00007ffa88940000 swt-win32-4956r13.dll
R11=0x0000000700e30a58 is an oop: java.lang.Class 
{0x0000000700e30a58} - klass: 'java/lang/Class'
 - ---- fields (total size 176 words):
 - private volatile transient 'classRedefinedCount' 'I' @12  0
 - private volatile transient 'cachedConstructor' 'Ljava/lang/reflect/Constructor;' @40  NULL (0)
 - private transient 'name' 'Ljava/lang/String;' @44  "org.eclipse.swt.internal.ole.win32.COM"{0x0000000700e31fb8} (e01c63f7)
 - private transient 'module' 'Ljava/lang/Module;' @48  a 'java/lang/Module'{0x0000000700e284e0} (e01c509c)
 - private final 'classLoader' 'Ljava/lang/ClassLoader;' @52  a 'org/eclipse/osgi/internal/loader/EquinoxClassLoader'{0x0000000700e28518} (e01c50a3)
 - private transient 'classData' 'Ljava/lang/Object;' @56  NULL (0)
 - private transient 'packageName' 'Ljava/lang/String;' @60  "org.eclipse.swt.internal.ole.win32"{0x0000000700e2ee70} (e01c5dce)
 - private final 'componentType' 'Ljava/lang/Class;' @64  NULL (0)
 - private volatile transient 'reflectionData' 'Ljava/lang/ref/SoftReference;' @68  NULL (0)
 - private volatile transient 'genericInfo' 'Lsun/reflect/generics/repository/ClassRepository;' @72  NULL (0)
 - private volatile transient 'enumConstants' '[Ljava/lang/Object;' @76  NULL (0)
 - private volatile transient 'enumConstantDirectory' 'Ljava/util/Map;' @80  NULL (0)
 - private volatile transient 'annotationData' 'Ljava/lang/Class$AnnotationData;' @84  NULL (0)
 - private volatile transient 'annotationType' 'Lsun/reflect/annotation/AnnotationType;' @88  NULL (0)
 - transient 'classValueMap' 'Ljava/lang/ClassValue$ClassValueMap;' @92  NULL (0)
 - signature: Lorg/eclipse/swt/internal/ole/win32/COM;
 - fake entry for mirror: 'org/eclipse/swt/internal/ole/win32/COM'
 - fake entry for array: NULL
 - fake entry for oop_size: 176
 - fake entry for static_oop_field_count: 84
 - public static final 'CLSID_CMultiLanguage' 'Lorg/eclipse/swt/internal/ole/win32/GUID;' @112  a 'org/eclipse/swt/internal/ole/win32/GUID'{0x0000000700e31f88} (e01c63f1)
 - public static final 'CLSID_DestinationList' 'Lorg/eclipse/swt/internal/ole/win32/GUID;' @116  a 'org/eclipse/swt/internal/ole/win32/GUID'{0x0000000700e31f58} (e01c63eb)
 - public static final 'CLSID_DragDropHelper' 'Lorg/eclipse/swt/internal/ole/win32/GUID;' @120  a 'org/eclipse/swt/internal/ole/win32/GUID'{0x0000000700e31f28} (e01c63e5)
 - public static final 'CLSID_EnumerableObjectCollection' 'Lorg/eclipse/swt/internal/ole/win32/GUID;' @124  a 'org/eclipse/swt/internal/ole/win32/GUID'{0x0000000700e31ef8} (e01c63df)
 - public static final 'CLSID_FileOpenDialog' 'Lorg/eclipse/swt/internal/ole/win32/GUID;' @128  a 'org/eclipse/swt/internal/ole/win32/GUID'{0x0000000700e31ec8} (e01c63d9)
 - public static final 'CLSID_FileSaveDialog' 'Lorg/eclipse/swt/internal/ole/win32/GUID;' @132  a 'org/eclipse/swt/internal/ole/win32/GUID'{0x0000000700e31e98} (e01c63d3)
 - public static final 'CLSID_ShellLink' 'Lorg/eclipse/swt/internal/ole/win32/GUID;' @136  a 'org/eclipse/swt/internal/ole/win32/GUID'{0x0000000700e31e68} (e01c63cd)
 - public static final 'CLSID_TaskbarList' 'Lorg/eclipse/swt/internal/ole/win32/GUID;' @140  a 'org/eclipse/swt/internal/ole/win32/GUID'{0x0000000700e31e38} (e01c63c7)
 - public static final 'CLSID_TF_InputProcessorProfiles' 'Lorg/eclipse/swt/internal/ole/win32/GUID;' @144  a 'org/eclipse/swt/internal/ole/win32/GUID'{0x0000000700e31e08} (e01c63c1)
 - public static final 'GUID_TFCAT_TIP_KEYBOARD' 'Lorg/eclipse/swt/internal/ole/win32/GUID;' @148  a 'org/eclipse/swt/internal/ole/win32/GUID'{0x0000000700e31dd8} (e01c63bb)
 - public static final 'IID_ICustomDestinationList' 'Lorg/eclipse/swt/internal/ole/win32/GUID;' @152  a 'org/eclipse/swt/internal/ole/win32/GUID'{0x0000000700e31da8} (e01c63b5)
 - public static final 'IID_IDropTargetHelper' 'Lorg/eclipse/swt/internal/ole/win32/GUID;' @156  a 'org/eclipse/swt/internal/ole/win32/GUID'{0x0000000700e31d78} (e01c63af)
 - public static final 'IID_IFileOpenDialog' 'Lorg/eclipse/swt/internal/ole/win32/GUID;' @160  a 'org/eclipse/swt/internal/ole/win32/GUID'{0x0000000700e31d48} (e01c63a9)
 - public static final 'IID_IFileSaveDialog' 'Lorg/eclipse/swt/internal/ole/win32/GUID;' @164  a 'org/eclipse/swt/internal/ole/win32/GUID'{0x0000000700e31d18} (e01c63a3)
 - public static final 'IID_IMLangFontLink2' 'Lorg/eclipse/swt/internal/ole/win32/GUID;' @168  a 'org/eclipse/swt/internal/ole/win32/GUID'{0x0000000700e31ce8} (e01c639d)
 - public static final 'IID_IObjectArray' 'Lorg/eclipse/swt/internal/ole/win32/GUID;' @172  a 'org/eclipse/swt/internal/ole/win32/GUID'{0x0000000700e31cb8} (e01c6397)
 - public static final 'IID_IObjectCollection' 'Lorg/eclipse/swt/internal/ole/win32/GUID;' @176  a 'org/eclipse/swt/internal/ole/win32/GUID'{0x0000000700e31c88} (e01c6391)
 - public static final 'IID_IPropertyStore' 'Lorg/eclipse/swt/internal/ole/win32/GUID;' @180  a 'org/eclipse/swt/internal/ole/win32/GUID'{0x0000000700e31c58} (e01c638b)
 - public static final 'IID_IShellItem' 'Lorg/eclipse/swt/internal/ole/win32/GUID;' @184  a 'org/eclipse/swt/internal/ole/win32/GUID'{0x0000000700e31c28} (e01c6385)
 - public static final 'IID_IShellLinkW' 'Lorg/eclipse/swt/internal/ole/win32/GUID;' @188  a 'org/eclipse/swt/internal/ole/win32/GUID'{0x0000000700e31bf8} (e01c637f)
 - public static final 'IID_ITaskbarList3' 'Lorg/eclipse/swt/internal/ole/win32/GUID;' @192  a 'org/eclipse/swt/internal/ole/win32/GUID'{0x0000000700e31bc8} (e01c6379)
 - public static final 'IID_ITfDisplayAttributeProvider' 'Lorg/eclipse/swt/internal/ole/win32/GUID;' @196  a 'org/eclipse/swt/internal/ole/win32/GUID'{0x0000000700e31b98} (e01c6373)
 - public static final 'IID_ITfInputProcessorProfiles' 'Lorg/eclipse/swt/internal/ole/win32/GUID;' @200  a 'org/eclipse/swt/internal/ole/win32/GUID'{0x0000000700e31b68} (e01c636d)
 - public static final 'IIDJavaBeansBridge' 'Lorg/eclipse/swt/internal/ole/win32/GUID;' @204  a 'org/eclipse/swt/internal/ole/win32/GUID'{0x0000000700e31b38} (e01c6367)
 - public static final 'IIDShockwaveActiveXControl' 'Lorg/eclipse/swt/internal/ole/win32/GUID;' @208  a 'org/eclipse/swt/internal/ole/win32/GUID'{0x0000000700e31b08} (e01c6361)
 - public static final 'IIDIAccessible' 'Lorg/eclipse/swt/internal/ole/win32/GUID;' @212  a 'org/eclipse/swt/internal/ole/win32/GUID'{0x0000000700e31ad8} (e01c635b)
 - public static final 'IIDIAdviseSink' 'Lorg/eclipse/swt/internal/ole/win32/GUID;' @216  a 'org/eclipse/swt/internal/ole/win32/GUID'{0x0000000700e31aa8} (e01c6355)
 - public static final 'IIDIClassFactory' 'Lorg/eclipse/swt/internal/ole/win32/GUID;' @220  a 'org/eclipse/swt/internal/ole/win32/GUID'{0x0000000700e31a78} (e01c634f)
 - public static final 'IIDIClassFactory2' 'Lorg/eclipse/swt/internal/ole/win32/GUID;' @224  a 'org/eclipse/swt/internal/ole/win32/GUID'{0x0000000700e31a48} (e01c6349)
 - public static final 'IIDIConnectionPointContainer' 'Lorg/eclipse/swt/internal/ole/win32/GUID;' @228  a 'org/eclipse/swt/internal/ole/win32/GUID'{0x0000000700e31a18} (e01c6343)
 - public static final 'IIDIDataObject' 'Lorg/eclipse/swt/internal/ole/win32/GUID;' @232  a 'org/eclipse/swt/internal/ole/win32/GUID'{0x0000000700e319e8} (e01c633d)
 - public static final 'IIDIDispatch' 'Lorg/eclipse/swt/internal/ole/win32/GUID;' @236  a 'org/eclipse/swt/internal/ole/win32/GUID'{0x0000000700e319b8} (e01c6337)
 - public static final 'IIDIDispatchEx' 'Lorg/eclipse/swt/internal/ole/win32/GUID;' @240  a 'org/eclipse/swt/internal/ole/win32/GUID'{0x0000000700e31988} (e01c6331)
 - public static final 'IIDIDocHostUIHandler' 'Lorg/eclipse/swt/internal/ole/win32/GUID;' @244  a 'org/eclipse/swt/internal/ole/win32/GUID'{0x0000000700e31958} (e01c632b)
 - public static final 'IIDIDocHostShowUI' 'Lorg/eclipse/swt/internal/ole/win32/GUID;' @248  a 'org/eclipse/swt/internal/ole/win32/GUID'{0x0000000700e31928} (e01c6325)
 - public static final 'IIDIDropSource' 'Lorg/eclipse/swt/internal/ole/win32/GUID;' @252  a 'org/eclipse/swt/internal/ole/win32/GUID'{0x0000000700e318f8} (e01c631f)
 - public static final 'IIDIDropTarget' 'Lorg/eclipse/swt/internal/ole/win32/GUID;' @256  a 'org/eclipse/swt/internal/ole/win32/GUID'{0x0000000700e318c8} (e01c6319)
 - public static final 'IIDIEnumFORMATETC' 'Lorg/eclipse/swt/internal/ole/win32/GUID;' @260  a 'org/eclipse/swt/internal/ole/win32/GUID'{0x0000000700e31898} (e01c6313)
 - public static final 'IIDIEnumVARIANT' 'Lorg/eclipse/swt/internal/ole/win32/GUID;' @264  a 'org/eclipse/swt/internal/ole/win32/GUID'{0x0000000700e31868} (e01c630d)
 - public static final 'IIDIHTMLDocumentEvents2' 'Ljava/lang/String;' @268  "{3050F613-98B5-11CF-BB82-00AA00BDCE0B}"{0x0000000700e31818} (e01c6303)
 - public static final 'IIDIInternetSecurityManager' 'Lorg/eclipse/swt/internal/ole/win32/GUID;' @272  a 'org/eclipse/swt/internal/ole/win32/GUID'{0x0000000700e317e8} (e01c62fd)
 - public static final 'IIDIAuthenticate' 'Lorg/eclipse/swt/internal/ole/win32/GUID;' @276  a 'org/eclipse/swt/internal/ole/win32/GUID'{0x0000000700e317b8} (e01c62f7)
 - public static final 'IIDIJScriptTypeInfo' 'Lorg/eclipse/swt/internal/ole/win32/GUID;' @280  a 'org/eclipse/swt/internal/ole/win32/GUID'{0x0000000700e31788} (e01c62f1)
 - public static final 'IIDIOleClientSite' 'Lorg/eclipse/swt/internal/ole/win32/GUID;' @284  a 'org/eclipse/swt/internal/ole/win32/GUID'{0x0000000700e31758} (e01c62eb)
 - public static final 'IIDIOleCommandTarget' 'Lorg/eclipse/swt/internal/ole/win32/GUID;' @288  a 'org/eclipse/swt/internal/ole/win32/GUID'{0x0000000700e31728} (e01c62e5)
 - public static final 'IIDIOleControl' 'Lorg/eclipse/swt/internal/ole/win32/GUID;' @292  a 'org/eclipse/swt/internal/ole/win32/GUID'{0x0000000700e316f8} (e01c62df)
 - public static final 'IIDIOleControlSite' 'Lorg/eclipse/swt/internal/ole/win32/GUID;' @296  a 'org/eclipse/swt/internal/ole/win32/GUID'{0x0000000700e316c8} (e01c62d9)
 - public static final 'IIDIOleDocument' 'Lorg/eclipse/swt/internal/ole/win32/GUID;' @300  a 'org/eclipse/swt/internal/ole/win32/GUID'{0x0000000700e31698} (e01c62d3)
 - public static final 'IIDIOleDocumentSite' 'Lorg/eclipse/swt/internal/ole/win32/GUID;' @304  a 'org/eclipse/swt/internal/ole/win32/GUID'{0x0000000700e31668} (e01c62cd)
 - public static final 'IIDIOleInPlaceFrame' 'Lorg/eclipse/swt/internal/ole/win32/GUID;' @308  a 'org/eclipse/swt/internal/ole/win32/GUID'{0x0000000700e31638} (e01c62c7)
 - public static final 'IIDIOleInPlaceObject' 'Lorg/eclipse/swt/internal/ole/win32/GUID;' @312  a 'org/eclipse/swt/internal/ole/win32/GUID'{0x0000000700e31608} (e01c62c1)
 - public static final 'IIDIOleInPlaceSite' 'Lorg/eclipse/swt/internal/ole/win32/GUID;' @316  a 'org/eclipse/swt/internal/ole/win32/GUID'{0x0000000700e315d8} (e01c62bb)
 - public static final 'IIDIOleLink' 'Lorg/eclipse/swt/internal/ole/win32/GUID;' @320  a 'org/eclipse/swt/internal/ole/win32/GUID'{0x0000000700e315a8} (e01c62b5)
 - public static final 'IIDIOleObject' 'Lorg/eclipse/swt/internal/ole/win32/GUID;' @324  a 'org/eclipse/swt/internal/ole/win32/GUID'{0x0000000700e31578} (e01c62af)
 - public static final 'IIDIPersist' 'Lorg/eclipse/swt/internal/ole/win32/GUID;' @328  a 'org/eclipse/swt/internal/ole/win32/GUID'{0x0000000700e31548} (e01c62a9)
 - public static final 'IIDIPersistFile' 'Lorg/eclipse/swt/internal/ole/win32/GUID;' @332  a 'org/eclipse/swt/internal/ole/win32/GUID'{0x0000000700e31518} (e01c62a3)
 - public static final 'IIDIPersistStorage' 'Lorg/eclipse/swt/internal/ole/win32/GUID;' @336  a 'org/eclipse/swt/internal/ole/win32/GUID'{0x0000000700e314e8} (e01c629d)
 - public static final 'IIDIPersistStreamInit' 'Lorg/eclipse/swt/internal/ole/win32/GUID;' @340  a 'org/eclipse/swt/internal/ole/win32/GUID'{0x0000000700e314b8} (e01c6297)
 - public static final 'IIDIPropertyNotifySink' 'Lorg/eclipse/swt/internal/ole/win32/GUID;' @344  a 'org/eclipse/swt/internal/ole/win32/GUID'{0x0000000700e31488} (e01c6291)
 - public static final 'IIDIProvideClassInfo' 'Lorg/eclipse/swt/internal/ole/win32/GUID;' @348  a 'org/eclipse/swt/internal/ole/win32/GUID'{0x0000000700e31458} (e01c628b)
 - public static final 'IIDIProvideClassInfo2' 'Lorg/eclipse/swt/internal/ole/win32/GUID;' @352  a 'org/eclipse/swt/internal/ole/win32/GUID'{0x0000000700e31428} (e01c6285)
 - public static final 'IIDIServiceProvider' 'Lorg/eclipse/swt/internal/ole/win32/GUID;' @356  a 'org/eclipse/swt/internal/ole/win32/GUID'{0x0000000700e313f8} (e01c627f)
 - public static final 'IIDISpecifyPropertyPages' 'Lorg/eclipse/swt/internal/ole/win32/GUID;' @360  a 'org/eclipse/swt/internal/ole/win32/GUID'{0x0000000700e313c8} (e01c6279)
 - public static final 'IIDIUnknown' 'Lorg/eclipse/swt/internal/ole/win32/GUID;' @364  a 'org/eclipse/swt/internal/ole/win32/GUID'{0x0000000700e31398} (e01c6273)
 - public static final 'IIDIViewObject2' 'Lorg/eclipse/swt/internal/ole/win32/GUID;' @368  a 'org/eclipse/swt/internal/ole/win32/GUID'{0x0000000700e31368} (e01c626d)
 - public static final 'CGID_DocHostCommandHandler' 'Lorg/eclipse/swt/internal/ole/win32/GUID;' @372  a 'org/eclipse/swt/internal/ole/win32/GUID'{0x0000000700e31338} (e01c6267)
 - public static final 'CGID_Explorer' 'Lorg/eclipse/swt/internal/ole/win32/GUID;' @376  a 'org/eclipse/swt/internal/ole/win32/GUID'{0x0000000700e31308} (e01c6261)
 - public static final 'IID_ICoreWebView2Environment2' 'Lorg/eclipse/swt/internal/ole/win32/GUID;' @380  a 'org/eclipse/swt/internal/ole/win32/GUID'{0x0000000700e312d8} (e01c625b)
 - public static final 'IID_ICoreWebView2_2' 'Lorg/eclipse/swt/internal/ole/win32/GUID;' @384  a 'org/eclipse/swt/internal/ole/win32/GUID'{0x0000000700e312a8} (e01c6255)
 - public static final 'IIDIAccessible2' 'Lorg/eclipse/swt/internal/ole/win32/GUID;' @388  a 'org/eclipse/swt/internal/ole/win32/GUID'{0x0000000700e31278} (e01c624f)
 - public static final 'IIDIAccessibleRelation' 'Lorg/eclipse/swt/internal/ole/win32/GUID;' @392  a 'org/eclipse/swt/internal/ole/win32/GUID'{0x0000000700e31248} (e01c6249)
 - public static final 'IIDIAccessibleAction' 'Lorg/eclipse/swt/internal/ole/win32/GUID;' @396  a 'org/eclipse/swt/internal/ole/win32/GUID'{0x0000000700e31218} (e01c6243)
 - public static final 'IIDIAccessibleComponent' 'Lorg/eclipse/swt/internal/ole/win32/GUID;' @400  a 'org/eclipse/swt/internal/ole/win32/GUID'{0x0000000700e311e8} (e01c623d)
 - public static final 'IIDIAccessibleValue' 'Lorg/eclipse/swt/internal/ole/win32/GUID;' @404  a 'org/eclipse/swt/internal/ole/win32/GUID'{0x0000000700e311b8} (e01c6237)
 - public static final 'IIDIAccessibleText' 'Lorg/eclipse/swt/internal/ole/win32/GUID;' @408  a 'org/eclipse/swt/internal/ole/win32/GUID'{0x0000000700e31188} (e01c6231)
 - public static final 'IIDIAccessibleEditableText' 'Lorg/eclipse/swt/internal/ole/win32/GUID;' @412  a 'org/eclipse/swt/internal/ole/win32/GUID'{0x0000000700e31158} (e01c622b)
 - public static final 'IIDIAccessibleHyperlink' 'Lorg/eclipse/swt/internal/ole/win32/GUID;' @416  a 'org/eclipse/swt/internal/ole/win32/GUID'{0x0000000700e31128} (e01c6225)
 - public static final 'IIDIAccessibleHypertext' 'Lorg/eclipse/swt/internal/ole/win32/GUID;' @420  a 'org/eclipse/swt/internal/ole/win32/GUID'{0x0000000700e310f8} (e01c621f)
 - public static final 'IIDIAccessibleTable' 'Lorg/eclipse/swt/internal/ole/win32/GUID;' @424  a 'org/eclipse/swt/internal/ole/win32/GUID'{0x0000000700e310c8} (e01c6219)
 - public static final 'IIDIAccessibleTable2' 'Lorg/eclipse/swt/internal/ole/win32/GUID;' @428  a 'org/eclipse/swt/internal/ole/win32/GUID'{0x0000000700e31098} (e01c6213)
 - public static final 'IIDIAccessibleTableCell' 'Lorg/eclipse/swt/internal/ole/win32/GUID;' @432  a 'org/eclipse/swt/internal/ole/win32/GUID'{0x0000000700e31068} (e01c620d)
 - public static final 'IIDIAccessibleImage' 'Lorg/eclipse/swt/internal/ole/win32/GUID;' @436  a 'org/eclipse/swt/internal/ole/win32/GUID'{0x0000000700e31038} (e01c6207)
 - public static final 'IIDIAccessibleApplication' 'Lorg/eclipse/swt/internal/ole/win32/GUID;' @440  a 'org/eclipse/swt/internal/ole/win32/GUID'{0x0000000700e31008} (e01c6201)
 - public static final 'IIDIAccessibleContext' 'Lorg/eclipse/swt/internal/ole/win32/GUID;' @444  a 'org/eclipse/swt/internal/ole/win32/GUID'{0x0000000700e30fd8} (e01c61fb)
 - public static final 'CF_TEXT' 'I' @448  1
 - public static final 'CF_BITMAP' 'I' @452  2
 - public static final 'CF_METAFILEPICT' 'I' @456  3
 - public static final 'CF_SYLK' 'I' @460  4
 - public static final 'CF_DIF' 'I' @464  5
 - public static final 'CF_TIFF' 'I' @468  6
 - public static final 'CF_OEMTEXT' 'I' @472  7
 - public static final 'CF_DIB' 'I' @476  8
 - public static final 'CF_PALETTE' 'I' @480  9
 - public static final 'CF_PENDATA' 'I' @484  10 (a)
 - public static final 'CF_RIFF' 'I' @488  11 (b)
 - public static final 'CF_WAVE' 'I' @492  12 (c)
 - public static final 'CF_UNICODETEXT' 'I' @496  13 (d)
 - public static final 'CF_ENHMETAFILE' 'I' @500  14 (e)
 - public static final 'CF_HDROP' 'I' @504  15 (f)
 - public static final 'CF_LOCALE' 'I' @508  16 (10)
 - public static final 'CF_MAX' 'I' @512  17 (11)
 - public static final 'CLSCTX_INPROC_HANDLER' 'I' @516  2
 - public static final 'CLSCTX_INPROC_SERVER' 'I' @520  1
 - public static final 'CLSCTX_LOCAL_SERVER' 'I' @524  4
 - public static final 'DATADIR_GET' 'I' @528  1
 - public static final 'DATADIR_SET' 'I' @532  2
 - public static final 'DISPATCH_CONSTRUCT' 'I' @536  16384 (4000)
 - public static final 'DISP_E_EXCEPTION' 'I' @540  -2147352567 (80020009)
 - public static final 'DISP_E_MEMBERNOTFOUND' 'I' @544  -2147352573 (80020003)
 - public static final 'DISP_E_UNKNOWNINTERFACE' 'I' @548  -2147352575 (80020001)
 - public static final 'DISP_E_UNKNOWNNAME' 'I' @552  -2147352570 (80020006)
 - public static final 'DISPID_AMBIENT_BACKCOLOR' 'I' @556  -701 (fffffd43)
 - public static final 'DISPID_AMBIENT_FONT' 'I' @560  -703 (fffffd41)
 - public static final 'DISPID_AMBIENT_FORECOLOR' 'I' @564  -704 (fffffd40)
 - public static final 'DISPID_AMBIENT_LOCALEID' 'I' @568  -705 (fffffd3f)
 - public static final 'DISPID_AMBIENT_MESSAGEREFLECT' 'I' @572  -706 (fffffd3e)
 - public static final 'DISPID_AMBIENT_OFFLINEIFNOTCONNECTED' 'I' @576  -5501 (ffffea83)
 - public static final 'DISPID_AMBIENT_SHOWGRABHANDLES' 'I' @580  -711 (fffffd39)
 - public static final 'DISPID_AMBIENT_SHOWHATCHING' 'I' @584  -712 (fffffd38)
 - public static final 'DISPID_AMBIENT_SILENT' 'I' @588  -5502 (ffffea82)
 - public static final 'DISPID_AMBIENT_SUPPORTSMNEMONICS' 'I' @592  -714 (fffffd36)
 - public static final 'DISPID_AMBIENT_UIDEAD' 'I' @596  -710 (fffffd3a)
 - public static final 'DISPID_AMBIENT_USERMODE' 'I' @600  -709 (fffffd3b)
 - public static final 'DISPID_BACKCOLOR' 'I' @604  -501 (fffffe0b)
 - public static final 'DISPID_FONT' 'I' @608  -512 (fffffe00)
 - public static final 'DISPID_FONT_BOLD' 'I' @612  3
 - public static final 'DISPID_FONT_CHARSET' 'I' @616  8
 - public static final 'DISPID_FONT_ITALIC' 'I' @620  4
 - public static final 'DISPID_FONT_NAME' 'I' @624  0
 - public static final 'DISPID_FONT_SIZE' 'I' @628  2
 - public static final 'DISPID_FONT_STRIKE' 'I' @632  6
 - public static final 'DISPID_FONT_UNDER' 'I' @636  5
 - public static final 'DISPID_FONT_WEIGHT' 'I' @640  7
 - public static final 'DISPID_FORECOLOR' 'I' @644  -513 (fffffdff)
 - public static final 'DISPID_HTMLDOCUMENTEVENTS_ONDBLCLICK' 'I' @648  -601 (fffffda7)
 - public static final 'DISPID_HTMLDOCUMENTEVENTS_ONDRAGEND' 'I' @652  -2147418091 (80010015)
 - public static final 'DISPID_HTMLDOCUMENTEVENTS_ONDRAGSTART' 'I' @656  -2147418101 (8001000b)
 - public static final 'DISPID_HTMLDOCUMENTEVENTS_ONKEYDOWN' 'I' @660  -602 (fffffda6)
 - public static final 'DISPID_HTMLDOCUMENTEVENTS_ONKEYPRESS' 'I' @664  -603 (fffffda5)
 - public static final 'DISPID_HTMLDOCUMENTEVENTS_ONKEYUP' 'I' @668  -604 (fffffda4)
 - public static final 'DISPID_HTMLDOCUMENTEVENTS_ONMOUSEOUT' 'I' @672  -2147418103 (80010009)
 - public static final 'DISPID_HTMLDOCUMENTEVENTS_ONMOUSEOVER' 'I' @676  -2147418104 (80010008)
 - public static final 'DISPID_HTMLDOCUMENTEVENTS_ONMOUSEMOVE' 'I' @680  -606 (fffffda2)
 - public static final 'DISPID_HTMLDOCUMENTEVENTS_ONMOUSEDOWN' 'I' @684  -605 (fffffda3)
 - public static final 'DISPID_HTMLDOCUMENTEVENTS_ONMOUSEUP' 'I' @688  -607 (fffffda1)
 - public static final 'DISPID_HTMLDOCUMENTEVENTS_ONMOUSEWHEEL' 'I' @692  1033 (409)
 - public static final 'DRAGDROP_S_DROP' 'I' @696  262400 (40100)
 - public static final 'DRAGDROP_S_CANCEL' 'I' @700  262401 (40101)
 - public static final 'DRAGDROP_S_USEDEFAULTCURSORS' 'I' @704  262402 (40102)
 - public static final 'DROPEFFECT_NONE' 'I' @708  0
 - public static final 'DROPEFFECT_COPY' 'I' @712  1
 - public static final 'DROPEFFECT_MOVE' 'I' @716  2
 - public static final 'DROPEFFECT_LINK' 'I' @720  4
 - public static final 'DV_E_FORMATETC' 'I' @724  -2147221404 (80040064)
 - public static final 'DV_E_STGMEDIUM' 'I' @728  -2147221402 (80040066)
 - public static final 'DV_E_TYMED' 'I' @732  -2147221399 (80040069)
 - public static final 'DVASPECT_CONTENT' 'I' @736  1
 - public static final 'E_ACCESSDENIED' 'I' @740  -2147024891 (80070005)
 - public static final 'E_FAIL' 'I' @744  -2147467259 (80004005)
 - public static final 'E_INVALIDARG' 'I' @748  -2147024809 (80070057)
 - public static final 'E_NOINTERFACE' 'I' @752  -2147467262 (80004002)
 - public static final 'E_NOTIMPL' 'I' @756  -2147467263 (80004001)
 - public static final 'E_NOTSUPPORTED' 'I' @760  -2147221248 (80040100)
 - public static final 'E_OUTOFMEMORY' 'I' @764  -2147024882 (8007000e)
 - public static final 'GMEM_FIXED' 'I' @768  0
 - public static final 'GMEM_ZEROINIT' 'I' @772  64 (40)
 - public static final 'GUIDKIND_DEFAULT_SOURCE_DISP_IID' 'I' @776  1
 - public static final 'IMPLTYPEFLAG_FDEFAULT' 'I' @780  1
 - public static final 'IMPLTYPEFLAG_FRESTRICTED' 'I' @784  4
 - public static final 'IMPLTYPEFLAG_FSOURCE' 'I' @788  2
 - public static final 'LOCALE_USER_DEFAULT' 'I' @792  2048 (800)
 - public static final 'OLECLOSE_NOSAVE' 'I' @796  1
 - public static final 'OLECLOSE_SAVEIFDIRTY' 'I' @800  0
 - public static final 'OLEEMBEDDED' 'I' @804  1
 - public static final 'OLELINKED' 'I' @808  0
 - public static final 'OLERENDER_DRAW' 'I' @812  1
 - public static final 'REGDB_E_CLASSNOTREG' 'I' @816  -2147221164 (80040154)
 - public static final 'S_FALSE' 'I' @820  1
 - public static final 'S_OK' 'I' @824  0
 - public static final 'STGC_DEFAULT' 'I' @828  0
 - public static final 'STGM_CREATE' 'I' @832  4096 (1000)
 - public static final 'STGM_DELETEONRELEASE' 'I' @836  67108864 (4000000)
 - public static final 'STGM_DIRECT' 'I' @840  0
 - public static final 'STGM_READ' 'I' @844  0
 - public static final 'STGM_READWRITE' 'I' @848  2
 - public static final 'STGM_SHARE_EXCLUSIVE' 'I' @852  16 (10)
 - public static final 'STGM_TRANSACTED' 'I' @856  65536 (10000)
 - public static final 'TYMED_HGLOBAL' 'I' @860  1
 - public static final 'DISPATCH_METHOD' 'S' @1352  1
 - public static final 'DISPATCH_PROPERTYGET' 'S' @1354  2
 - public static final 'DISPATCH_PROPERTYPUT' 'S' @1356  4
 - public static final 'DISPATCH_PROPERTYPUTREF' 'S' @1358  8
 - public static final 'DISPID_PROPERTYPUT' 'S' @1360  -3 (fffffffd)
 - public static final 'DISPID_UNKNOWN' 'S' @1362  -1 (ffffffff)
 - public static final 'DISPID_VALUE' 'S' @1364  0
 - public static final 'VT_BOOL' 'S' @1366  11 (b)
 - public static final 'VT_BSTR' 'S' @1368  8
 - public static final 'VT_BYREF' 'S' @1370  16384 (4000)
 - public static final 'VT_DATE' 'S' @1372  7
 - public static final 'VT_DISPATCH' 'S' @1374  9
 - public static final 'VT_EMPTY' 'S' @1376  0
 - public static final 'VT_I1' 'S' @1378  16 (10)
 - public static final 'VT_I2' 'S' @1380  2
 - public static final 'VT_I4' 'S' @1382  3
 - public static final 'VT_I8' 'S' @1384  20 (14)
 - public static final 'VT_NULL' 'S' @1386  1
 - public static final 'VT_R4' 'S' @1388  4
 - public static final 'VT_R8' 'S' @1390  5
 - public static final 'VT_UI1' 'S' @1392  17 (11)
 - public static final 'VT_UI2' 'S' @1394  18 (12)
 - public static final 'VT_UI4' 'S' @1396  19 (13)
 - public static final 'VT_UNKNOWN' 'S' @1398  13 (d)
 - public static final 'VT_VARIANT' 'S' @1400  12 (c)
 - public static final 'COREWEBVIEW2_MOVE_FOCUS_REASON_PROGRAMMATIC' 'I' @864  0
 - public static final 'COREWEBVIEW2_MOVE_FOCUS_REASON_NEXT' 'I' @868  1
 - public static final 'COREWEBVIEW2_MOVE_FOCUS_REASON_PREVIOUS' 'I' @872  2
 - public static 'FreeUnusedLibraries' 'Z' @1402  true
 - public static final 'CHILDID_SELF' 'I' @876  0
 - public static final 'CO_E_OBJNOTCONNECTED' 'I' @880  -2147220995 (800401fd)
 - public static final 'ROLE_SYSTEM_MENUBAR' 'I' @884  2
 - public static final 'ROLE_SYSTEM_SCROLLBAR' 'I' @888  3
 - public static final 'ROLE_SYSTEM_ALERT' 'I' @892  8
 - public static final 'ROLE_SYSTEM_WINDOW' 'I' @896  9
 - public static final 'ROLE_SYSTEM_CLIENT' 'I' @900  10 (a)
 - public static final 'ROLE_SYSTEM_MENUPOPUP' 'I' @904  11 (b)
 - public static final 'ROLE_SYSTEM_MENUITEM' 'I' @908  12 (c)
 - public static final 'ROLE_SYSTEM_TOOLTIP' 'I' @912  13 (d)
 - public static final 'ROLE_SYSTEM_DOCUMENT' 'I' @916  15 (f)
 - public static final 'ROLE_SYSTEM_DIALOG' 'I' @920  18 (12)
 - public static final 'ROLE_SYSTEM_GROUPING' 'I' @924  20 (14)
 - public static final 'ROLE_SYSTEM_SEPARATOR' 'I' @928  21 (15)
 - public static final 'ROLE_SYSTEM_TOOLBAR' 'I' @932  22 (16)
 - public static final 'ROLE_SYSTEM_STATUSBAR' 'I' @936  23 (17)
 - public static final 'ROLE_SYSTEM_TABLE' 'I' @940  24 (18)
 - public static final 'ROLE_SYSTEM_COLUMNHEADER' 'I' @944  25 (19)
 - public static final 'ROLE_SYSTEM_ROWHEADER' 'I' @948  26 (1a)
 - public static final 'ROLE_SYSTEM_COLUMN' 'I' @952  27 (1b)
 - public static final 'ROLE_SYSTEM_ROW' 'I' @956  28 (1c)
 - public static final 'ROLE_SYSTEM_CELL' 'I' @960  29 (1d)
 - public static final 'ROLE_SYSTEM_LINK' 'I' @964  30 (1e)
 - public static final 'ROLE_SYSTEM_LIST' 'I' @968  33 (21)
 - public static final 'ROLE_SYSTEM_LISTITEM' 'I' @972  34 (22)
 - public static final 'ROLE_SYSTEM_OUTLINE' 'I' @976  35 (23)
 - public static final 'ROLE_SYSTEM_OUTLINEITEM' 'I' @980  36 (24)
 - public static final 'ROLE_SYSTEM_PAGETAB' 'I' @984  37 (25)
 - public static final 'ROLE_SYSTEM_GRAPHIC' 'I' @988  40 (28)
 - public static final 'ROLE_SYSTEM_STATICTEXT' 'I' @992  41 (29)
 - public static final 'ROLE_SYSTEM_TEXT' 'I' @996  42 (2a)
 - public static final 'ROLE_SYSTEM_PUSHBUTTON' 'I' @1000  43 (2b)
 - public static final 'ROLE_SYSTEM_CHECKBUTTON' 'I' @1004  44 (2c)
 - public static final 'ROLE_SYSTEM_RADIOBUTTON' 'I' @1008  45 (2d)
 - public static final 'ROLE_SYSTEM_COMBOBOX' 'I' @1012  46 (2e)
 - public static final 'ROLE_SYSTEM_DROPLIST' 'I' @1016  47 (2f)
 - public static final 'ROLE_SYSTEM_PROGRESSBAR' 'I' @1020  48 (30)
 - public static final 'ROLE_SYSTEM_SLIDER' 'I' @1024  51 (33)
 - public static final 'ROLE_SYSTEM_SPINBUTTON' 'I' @1028  52 (34)
 - public static final 'ROLE_SYSTEM_ANIMATION' 'I' @1032  54 (36)
 - public static final 'ROLE_SYSTEM_PAGETABLIST' 'I' @1036  60 (3c)
 - public static final 'ROLE_SYSTEM_CLOCK' 'I' @1040  61 (3d)
 - public static final 'ROLE_SYSTEM_SPLITBUTTON' 'I' @1044  62 (3e)
 - public static final 'STATE_SYSTEM_NORMAL' 'I' @1048  0
 - public static final 'STATE_SYSTEM_UNAVAILABLE' 'I' @1052  1
 - public static final 'STATE_SYSTEM_SELECTED' 'I' @1056  2
 - public static final 'STATE_SYSTEM_FOCUSED' 'I' @1060  4
 - public static final 'STATE_SYSTEM_PRESSED' 'I' @1064  8
 - public static final 'STATE_SYSTEM_CHECKED' 'I' @1068  16 (10)
 - public static final 'STATE_SYSTEM_MIXED' 'I' @1072  32 (20)
 - public static final 'STATE_SYSTEM_READONLY' 'I' @1076  64 (40)
 - public static final 'STATE_SYSTEM_HOTTRACKED' 'I' @1080  128 (80)
 - public static final 'STATE_SYSTEM_EXPANDED' 'I' @1084  512 (200)
 - public static final 'STATE_SYSTEM_COLLAPSED' 'I' @1088  1024 (400)
 - public static final 'STATE_SYSTEM_BUSY' 'I' @1092  2048 (800)
 - public static final 'STATE_SYSTEM_INVISIBLE' 'I' @1096  32768 (8000)
 - public static final 'STATE_SYSTEM_OFFSCREEN' 'I' @1100  65536 (10000)
 - public static final 'STATE_SYSTEM_SIZEABLE' 'I' @1104  131072 (20000)
 - public static final 'STATE_SYSTEM_FOCUSABLE' 'I' @1108  1048576 (100000)
 - public static final 'STATE_SYSTEM_SELECTABLE' 'I' @1112  2097152 (200000)
 - public static final 'STATE_SYSTEM_LINKED' 'I' @1116  4194304 (400000)
 - public static final 'STATE_SYSTEM_MULTISELECTABLE' 'I' @1120  16777216 (1000000)
 - public static final 'EVENT_OBJECT_SELECTIONWITHIN' 'I' @1124  32777 (8009)
 - public static final 'EVENT_OBJECT_STATECHANGE' 'I' @1128  32778 (800a)
 - public static final 'EVENT_OBJECT_LOCATIONCHANGE' 'I' @1132  32779 (800b)
 - public static final 'EVENT_OBJECT_NAMECHANGE' 'I' @1136  32780 (800c)
 - public static final 'EVENT_OBJECT_DESCRIPTIONCHANGE' 'I' @1140  32781 (800d)
 - public static final 'EVENT_OBJECT_VALUECHANGE' 'I' @1144  32782 (800e)
 - public static final 'EVENT_OBJECT_TEXTSELECTIONCHANGED' 'I' @1148  32788 (8014)
 - public static final 'IA2_COORDTYPE_SCREEN_RELATIVE' 'I' @1152  0
 - public static final 'IA2_COORDTYPE_PARENT_RELATIVE' 'I' @1156  1
 - public static final 'IA2_STATE_ACTIVE' 'I' @1160  1
 - public static final 'IA2_STATE_SINGLE_LINE' 'I' @1164  8192 (2000)
 - public static final 'IA2_STATE_MULTI_LINE' 'I' @1168  512 (200)
 - public static final 'IA2_STATE_REQUIRED' 'I' @1172  2048 (800)
 - public static final 'IA2_STATE_INVALID_ENTRY' 'I' @1176  64 (40)
 - public static final 'IA2_STATE_SUPPORTS_AUTOCOMPLETION' 'I' @1180  32768 (8000)
 - public static final 'IA2_STATE_EDITABLE' 'I' @1184  8
 - public static final 'IA2_EVENT_DOCUMENT_LOAD_COMPLETE' 'I' @1188  261 (105)
 - public static final 'IA2_EVENT_DOCUMENT_LOAD_STOPPED' 'I' @1192  262 (106)
 - public static final 'IA2_EVENT_DOCUMENT_RELOAD' 'I' @1196  263 (107)
 - public static final 'IA2_EVENT_PAGE_CHANGED' 'I' @1200  273 (111)
 - public static final 'IA2_EVENT_SECTION_CHANGED' 'I' @1204  274 (112)
 - public static final 'IA2_EVENT_ACTION_CHANGED' 'I' @1208  257 (101)
 - public static final 'IA2_EVENT_HYPERLINK_START_INDEX_CHANGED' 'I' @1212  269 (10d)
 - public static final 'IA2_EVENT_HYPERLINK_END_INDEX_CHANGED' 'I' @1216  264 (108)
 - public static final 'IA2_EVENT_HYPERLINK_ANCHOR_COUNT_CHANGED' 'I' @1220  265 (109)
 - public static final 'IA2_EVENT_HYPERLINK_SELECTED_LINK_CHANGED' 'I' @1224  266 (10a)
 - public static final 'IA2_EVENT_HYPERLINK_ACTIVATED' 'I' @1228  267 (10b)
 - public static final 'IA2_EVENT_HYPERTEXT_LINK_SELECTED' 'I' @1232  268 (10c)
 - public static final 'IA2_EVENT_HYPERTEXT_LINK_COUNT_CHANGED' 'I' @1236  271 (10f)
 - public static final 'IA2_EVENT_ATTRIBUTE_CHANGED' 'I' @1240  272 (110)
 - public static final 'IA2_EVENT_TABLE_CAPTION_CHANGED' 'I' @1244  275 (113)
 - public static final 'IA2_EVENT_TABLE_COLUMN_DESCRIPTION_CHANGED' 'I' @1248  276 (114)
 - public static final 'IA2_EVENT_TABLE_COLUMN_HEADER_CHANGED' 'I' @1252  277 (115)
 - public static final 'IA2_EVENT_TABLE_CHANGED' 'I' @1256  278 (116)
 - public static final 'IA2_EVENT_TABLE_ROW_DESCRIPTION_CHANGED' 'I' @1260  279 (117)
 - public static final 'IA2_EVENT_TABLE_ROW_HEADER_CHANGED' 'I' @1264  280 (118)
 - public static final 'IA2_EVENT_TABLE_SUMMARY_CHANGED' 'I' @1268  281 (119)
 - public static final 'IA2_EVENT_TEXT_ATTRIBUTE_CHANGED' 'I' @1272  282 (11a)
 - public static final 'IA2_EVENT_TEXT_CARET_MOVED' 'I' @1276  283 (11b)
 - public static final 'IA2_EVENT_TEXT_COLUMN_CHANGED' 'I' @1280  285 (11d)
 - public static final 'IA2_EVENT_TEXT_INSERTED' 'I' @1284  286 (11e)
 - public static final 'IA2_EVENT_TEXT_REMOVED' 'I' @1288  287 (11f)
 - public static final 'IA2_TEXT_BOUNDARY_CHAR' 'I' @1292  0
 - public static final 'IA2_TEXT_BOUNDARY_WORD' 'I' @1296  1
 - public static final 'IA2_TEXT_BOUNDARY_SENTENCE' 'I' @1300  2
 - public static final 'IA2_TEXT_BOUNDARY_PARAGRAPH' 'I' @1304  3
 - public static final 'IA2_TEXT_BOUNDARY_LINE' 'I' @1308  4
 - public static final 'IA2_TEXT_BOUNDARY_ALL' 'I' @1312  5
 - public static final 'IA2_TEXT_OFFSET_LENGTH' 'I' @1316  -1 (ffffffff)
 - public static final 'IA2_TEXT_OFFSET_CARET' 'I' @1320  -2 (fffffffe)
 - public static final 'IA2_SCROLL_TYPE_TOP_LEFT' 'I' @1324  0
 - public static final 'IA2_SCROLL_TYPE_BOTTOM_RIGHT' 'I' @1328  1
 - public static final 'IA2_SCROLL_TYPE_TOP_EDGE' 'I' @1332  2
 - public static final 'IA2_SCROLL_TYPE_BOTTOM_EDGE' 'I' @1336  3
 - public static final 'IA2_SCROLL_TYPE_LEFT_EDGE' 'I' @1340  4
 - public static final 'IA2_SCROLL_TYPE_RIGHT_EDGE' 'I' @1344  5
 - public static final 'IA2_SCROLL_TYPE_ANYWHERE' 'I' @1348  6
R12=0x0 is NULL
R13={method} {0x000001651d18b8d8} 'MoveMemory' '(JLorg/eclipse/swt/internal/ole/win32/FORMATETC;I)V' in 'org/eclipse/swt/internal/ole/win32/COM'
R14=0x0000001c896fc8c0 is pointing into the stack for thread: 0x00000165745e7fe0
R15=0x00000165745e7fe0 is a thread


Registers:
RAX=0x0000001c896fd110, RBX=0x0000001c896fd110, RCX=0x0000001c896fd110, RDX=0x0000000000000000
RSP=0x0000001c896fc7a8, RBP=0x0000001c896fc888, RSI=0x0000000000000003, RDI=0x0000000000000000
R8 =0x0000000000000020, R9 =0x0000000000000000, R10=0x00007ffa88940000, R11=0x0000000700e30a58
R12=0x0000000000000000, R13=0x000001651d18b8d0, R14=0x0000001c896fc8c0, R15=0x00000165745e7fe0
RIP=0x00007ffa889a3ec6, EFLAGS=0x0000000000010246

Top of Stack: (sp=0x0000001c896fc7a8)
0x0000001c896fc7a8:   00007ffa8899d81e 000001651d18b8d0
0x0000001c896fc7b8:   00000165745e7fe0 0000000000000000
0x0000001c896fc7c8:   000001650753d48e 000001651d18b8d0
0x0000001c896fc7d8:   000001651d18b8d0 00000165745e7fe0
0x0000001c896fc7e8:   00000165745e7fe0 000001651d18b8d0
0x0000001c896fc7f8:   000001650753d621 0000000000000000
0x0000001c896fc808:   000001650753d33c 000001651d18b8d0
0x0000001c896fc818:   0000000000000003 0000016500000020
0x0000001c896fc828:   0000000000000000 0000000000000000
0x0000001c896fc838:   000001650753d2f6 0000001c896fc840
0x0000001c896fc848:   000001651d18b8d0 0000001c896fc8c0
0x0000001c896fc858:   000001651d190980 0000000000000000
0x0000001c896fc868:   0000000700e30a58 000001651d18b8d0
0x0000001c896fc878:   0000000000000000 0000001c896fc8a8
0x0000001c896fc888:   0000001c896fc910 00000165075394fe
0x0000001c896fc898:   0000000700e30a58 000001650753af78 

Instructions: (pc=0x00007ffa889a3ec6)
0x00007ffa889a3dc6:   0b 00 4d 03 ca 41 ff e1 c3 90 4c 8b 02 8b 4a 08
0x00007ffa889a3dd6:   44 0f b7 4a 0c 44 0f b6 52 0e 4c 89 00 89 48 08
0x00007ffa889a3de6:   66 44 89 48 0c 44 88 50 0e c3 4c 8b 02 0f b7 4a
0x00007ffa889a3df6:   08 44 0f b6 4a 0a 4c 89 00 66 89 48 08 44 88 48
0x00007ffa889a3e06:   0a c3 0f b7 0a 66 89 08 c3 90 8b 0a 44 0f b7 42
0x00007ffa889a3e16:   04 44 0f b6 4a 06 89 08 66 44 89 40 04 44 88 48
0x00007ffa889a3e26:   06 c3 4c 8b 02 8b 4a 08 44 0f b7 4a 0c 4c 89 00
0x00007ffa889a3e36:   89 48 08 66 44 89 48 0c c3 0f b7 0a 44 0f b6 42
0x00007ffa889a3e46:   02 66 89 08 44 88 40 02 c3 90 4c 8b 02 8b 4a 08
0x00007ffa889a3e56:   44 0f b6 4a 0c 4c 89 00 89 48 08 44 88 48 0c c3
0x00007ffa889a3e66:   4c 8b 02 0f b7 4a 08 4c 89 00 66 89 48 08 c3 4c
0x00007ffa889a3e76:   8b 02 0f b6 4a 08 4c 89 00 88 48 08 c3 4c 8b 02
0x00007ffa889a3e86:   8b 4a 08 4c 89 00 89 48 08 c3 8b 0a 44 0f b7 42
0x00007ffa889a3e96:   04 89 08 66 44 89 40 04 c3 8b 0a 44 0f b6 42 04
0x00007ffa889a3ea6:   89 08 44 88 40 04 c3 48 8b 0a 48 89 08 c3 0f b6
0x00007ffa889a3eb6:   0a 88 08 c3 8b 0a 89 08 c3 90 49 83 f8 20 77 17
0x00007ffa889a3ec6:   f3 0f 6f 0a f3 42 0f 6f 54 02 f0 f3 0f 7f 09 f3
0x00007ffa889a3ed6:   42 0f 7f 54 01 f0 c3 48 3b d1 73 0e 4e 8d 0c 02
0x00007ffa889a3ee6:   49 3b c9 0f 82 41 04 00 00 90 83 3d 91 99 03 00
0x00007ffa889a3ef6:   03 0f 82 e3 02 00 00 49 81 f8 00 20 00 00 76 16
0x00007ffa889a3f06:   49 81 f8 00 00 18 00 77 0d f6 05 6e d4 03 00 02
0x00007ffa889a3f16:   0f 85 64 fe ff ff c5 fe 6f 02 c4 a1 7e 6f 6c 02
0x00007ffa889a3f26:   e0 49 81 f8 00 01 00 00 0f 86 c4 00 00 00 4c 8b
0x00007ffa889a3f36:   c9 49 83 e1 1f 49 83 e9 20 49 2b c9 49 2b d1 4d
0x00007ffa889a3f46:   03 c1 49 81 f8 00 01 00 00 0f 86 a3 00 00 00 49
0x00007ffa889a3f56:   81 f8 00 00 18 00 0f 87 3e 01 00 00 66 66 66 66
0x00007ffa889a3f66:   66 66 0f 1f 84 00 00 00 00 00 c5 fe 6f 0a c5 fe
0x00007ffa889a3f76:   6f 52 20 c5 fe 6f 5a 40 c5 fe 6f 62 60 c5 fd 7f
0x00007ffa889a3f86:   09 c5 fd 7f 51 20 c5 fd 7f 59 40 c5 fd 7f 61 60
0x00007ffa889a3f96:   c5 fe 6f 8a 80 00 00 00 c5 fe 6f 92 a0 00 00 00
0x00007ffa889a3fa6:   c5 fe 6f 9a c0 00 00 00 c5 fe 6f a2 e0 00 00 00
0x00007ffa889a3fb6:   c5 fd 7f 89 80 00 00 00 c5 fd 7f 91 a0 00 00 00 


Stack slot to memory mapping:
stack at sp + 0 slots: 0x00007ffa8899d81e swt-win32-4956r13.dll
stack at sp + 1 slots: {method} {0x000001651d18b8d8} 'MoveMemory' '(JLorg/eclipse/swt/internal/ole/win32/FORMATETC;I)V' in 'org/eclipse/swt/internal/ole/win32/COM'
stack at sp + 2 slots: 0x00000165745e7fe0 is a thread
stack at sp + 3 slots: 0x0 is NULL
stack at sp + 4 slots: 0x000001650753d48e is at code_begin+590 in an Interpreter codelet
method entry point (kind = native)  [0x000001650753d240, 0x000001650753dbc0]  2432 bytes
stack at sp + 5 slots: {method} {0x000001651d18b8d8} 'MoveMemory' '(JLorg/eclipse/swt/internal/ole/win32/FORMATETC;I)V' in 'org/eclipse/swt/internal/ole/win32/COM'
stack at sp + 6 slots: {method} {0x000001651d18b8d8} 'MoveMemory' '(JLorg/eclipse/swt/internal/ole/win32/FORMATETC;I)V' in 'org/eclipse/swt/internal/ole/win32/COM'
stack at sp + 7 slots: 0x00000165745e7fe0 is a thread

eselmeister avatar Mar 16 '23 16:03 eselmeister