Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 347118

Summary: SWT (Version 3724) hang by EXCEPTION_ACCESS_VIOLATION when IME open
Product: [Eclipse Project] Platform Reporter: Peter Chang <peterkyc>
Component: SWTAssignee: Platform-SWT-Inbox <platform-swt-inbox>
Status: CLOSED WONTFIX QA Contact:
Severity: major    
Priority: P3 CC: eclipse.felipe, remy.suen
Version: 4.1   
Target Milestone: ---   
Hardware: PC   
OS: Windows 7   
Whiteboard: stalebug

Description Peter Chang CLA 2011-05-25 04:26:07 EDT
Build Identifier: SWT (Version 3724) 

#
# A fatal error has been detected by the Java Runtime Environment:
#
#  EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x18df20a9, pid=8928, tid=8384
#
# JRE version: 6.0_23-b05
# Java VM: Java HotSpot(TM) Client VM (19.0-b09 mixed mode windows-x86 )
# Problematic frame:
# C  [swt-win32-3724.dll+0x120a9]
#
# 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 (0x00b6a400):  JavaThread "main" [_thread_in_native, id=8384, stack(0x00310000,0x00360000)]

siginfo: ExceptionCode=0xc0000005, reading address 0x00000001

Registers:
EAX=0x00000001, EBX=0x00000000, ECX=0x0035f5ac, EDX=0x00000004
ESP=0x0035f238, EBP=0x0035f268, ESI=0x0035f244, EDI=0x0035f2bc
EIP=0x18df20a9, EFLAGS=0x00010206

Register to memory mapping:

EAX=0x00000001
0x00000001 is pointing to unknown location

EBX=0x00000000
0x00000000 is pointing to unknown location

ECX=0x0035f5ac
0x0035f5ac is pointing into the stack for thread: 0x00b6a400
"main" prio=6 tid=0x00b6a400 nid=0x20c0 runnable [0x0035f000]
   java.lang.Thread.State: RUNNABLE

EDX=0x00000004
0x00000004 is pointing to unknown location

ESP=0x0035f238
0x0035f238 is pointing into the stack for thread: 0x00b6a400
"main" prio=6 tid=0x00b6a400 nid=0x20c0 runnable [0x0035f000]
   java.lang.Thread.State: RUNNABLE

EBP=0x0035f268
0x0035f268 is pointing into the stack for thread: 0x00b6a400
"main" prio=6 tid=0x00b6a400 nid=0x20c0 runnable [0x0035f000]
   java.lang.Thread.State: RUNNABLE

ESI=0x0035f244
0x0035f244 is pointing into the stack for thread: 0x00b6a400
"main" prio=6 tid=0x00b6a400 nid=0x20c0 runnable [0x0035f000]
   java.lang.Thread.State: RUNNABLE

EDI=0x0035f2bc
0x0035f2bc is pointing into the stack for thread: 0x00b6a400
"main" prio=6 tid=0x00b6a400 nid=0x20c0 runnable [0x0035f000]
   java.lang.Thread.State: RUNNABLE


Top of Stack: (sp=0x0035f238)
0x0035f238:   00b6a400 1470fde0 1470fde0 00000000
0x0035f248:   00000000 00000000 00000000 00000000
0x0035f258:   00000000 00000000 00000000 00000000
0x0035f268:   0035f2ac 022fe7f2 00b6a518 0035f2b4
0x0035f278:   00000005 00000001 0035f2bc 00b6abe0
0x0035f288:   fffffffe 0035f28c 1470fde0 0035f2c4
0x0035f298:   147184a0 00000000 1470fde0 00000000
0x0035f2a8:   0035f2bc 0035f2e8 022f2fc5 14715ab8 

Instructions: (pc=0x18df20a9)
0x18df2099:   9e 2f 01 00 8b f0 83 c4 0c 85 f6 74 0f 8b 45 14
0x18df20a9:   8b 08 56 50 8b 45 10 ff 14 81 8b d8 85 ff 74 11 


Stack: [0x00310000,0x00360000],  sp=0x0035f238,  free space=316k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
C  [swt-win32-3724.dll+0x120a9]
j  org.eclipse.swt.internal.win32.OS.VtblCall(IILorg/eclipse/swt/internal/win32/TF_DISPLAYATTRIBUTE;)I+0
j  org.eclipse.swt.widgets.IME.getDisplayAttribute(SI)Lorg/eclipse/swt/internal/win32/TF_DISPLAYATTRIBUTE;+131
j  org.eclipse.swt.widgets.IME.WM_IME_COMPOSITION(II)Lorg/eclipse/swt/internal/win32/LRESULT;+662
j  org.eclipse.swt.widgets.Canvas.WM_IME_COMPOSITION(II)Lorg/eclipse/swt/internal/win32/LRESULT;+13
J  org.eclipse.swt.widgets.Control.windowProc(IIII)I
V  [jvm.dll+0xf33c9]
V  [jvm.dll+0x188a91]
V  [jvm.dll+0xf344d]
V  [jvm.dll+0xfd07f]
V  [jvm.dll+0xfeea7]
C  [swt-win32-3724.dll+0x122f]
C  0x003f0018
C  [USER32.dll+0x16238]
C  [USER32.dll+0x168ea]
C  [USER32.dll+0x17d31]
C  [USER32.dll+0x17dfa]
C  [swt-win32-3724.dll+0x3b6f]
J  org.eclipse.swt.internal.win32.OS.DispatchMessageW(Lorg/eclipse/swt/internal/win32/MSG;)I
J  org.eclipse.swt.widgets.Display.readAndDispatch()Z
j  com.bi.sale.dialog.DialogView.readAndDispatch()V+8
j  com.bi.sale.dialog.DialogView.open()Ljava/lang/String;+60
j  com.bi.sale.view.MVTemplateSearch.editMarketOutlook(Lorg/eclipse/swt/widgets/TreeItem;)V+59
j  com.bi.sale.view.MVTemplateSearch.itemTrigger(Lorg/eclipse/swt/widgets/Event;Lorg/eclipse/swt/widgets/TreeItem;)V+50
j  com.bi.sale.view.MVTemplateSearch.itemDefaultSelection(Lorg/eclipse/swt/widgets/Event;Lorg/eclipse/swt/widgets/Item;)V+6
j  com.bi.sale.util.TreeAdapter.defaultSelection(Lorg/eclipse/swt/widgets/Event;)Z+51
j  com.bi.sale.util.TreeAdapter$1.handleEvent(Lorg/eclipse/swt/widgets/Event;)V+179
J  org.eclipse.swt.widgets.EventTable.sendEvent(Lorg/eclipse/swt/widgets/Event;)V
j  com.bi.sale.control.MainWindow.runEventLoop()V+16
j  com.bi.sale.Application.init(Z)V+52
j  com.bi.sale.Application.init()V+2
j  com.bi.sale.Application.start(Z)V+23
j  com.bi.sale.Application.main([Ljava/lang/String;)V+5
v  ~StubRoutines::call_stub
V  [jvm.dll+0xf33c9]
V  [jvm.dll+0x188a91]
V  [jvm.dll+0xf344d]
V  [jvm.dll+0xfce3c]
V  [jvm.dll+0x104a8d]
C  [javaw.exe+0x2155]
C  [javaw.exe+0x8614]
C  [kernel32.dll+0x13677]
C  [ntdll.dll+0x39f02]
C  [ntdll.dll+0x39ed5]

Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
j  org.eclipse.swt.internal.win32.OS.VtblCall(IILorg/eclipse/swt/internal/win32/TF_DISPLAYATTRIBUTE;)I+0
j  org.eclipse.swt.widgets.IME.getDisplayAttribute(SI)Lorg/eclipse/swt/internal/win32/TF_DISPLAYATTRIBUTE;+131
j  org.eclipse.swt.widgets.IME.WM_IME_COMPOSITION(II)Lorg/eclipse/swt/internal/win32/LRESULT;+662
j  org.eclipse.swt.widgets.Canvas.WM_IME_COMPOSITION(II)Lorg/eclipse/swt/internal/win32/LRESULT;+13
J  org.eclipse.swt.widgets.Control.windowProc(IIII)I
J  org.eclipse.swt.widgets.Canvas.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  com.rsw.util.SWTUtil.runEventLoop(Lorg/eclipse/swt/widgets/Shell;Lcom/rsw/util/ShellFilter;)V+115
j  com.bi.sale.dialog.DialogView.readAndDispatch()V+8
j  com.bi.sale.dialog.DialogView.open()Ljava/lang/String;+60
j  com.bi.sale.view.MVTemplateSearch.editMarketOutlook(Lorg/eclipse/swt/widgets/TreeItem;)V+59
j  com.bi.sale.view.MVTemplateSearch.itemTrigger(Lorg/eclipse/swt/widgets/Event;Lorg/eclipse/swt/widgets/TreeItem;)V+50
j  com.bi.sale.view.MVTemplateSearch.itemDefaultSelection(Lorg/eclipse/swt/widgets/Event;Lorg/eclipse/swt/widgets/Item;)V+6
j  com.bi.sale.util.TreeAdapter.defaultSelection(Lorg/eclipse/swt/widgets/Event;)Z+51
j  com.bi.sale.util.TreeAdapter$1.handleEvent(Lorg/eclipse/swt/widgets/Event;)V+179
J  org.eclipse.swt.widgets.EventTable.sendEvent(Lorg/eclipse/swt/widgets/Event;)V
J  org.eclipse.swt.widgets.Display.runDeferredEvents()Z
J  org.eclipse.swt.widgets.Display.readAndDispatch()Z
j  com.rsw.util.SWTUtil.runEventLoop(Lorg/eclipse/swt/widgets/Shell;Lcom/rsw/util/ShellFilter;)V+115
j  com.bi.sale.control.MainWindow.runEventLoop()V+16
j  com.bi.sale.Application.init(Z)V+52
j  com.bi.sale.Application.init()V+2
j  com.bi.sale.Application.start(Z)V+23
j  com.bi.sale.Application.main([Ljava/lang/String;)V+5
v  ~StubRoutines::call_stub

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

Java Threads: ( => current thread )
  0x19228c00 JavaThread "Thread-7" [_thread_in_native, id=5204, stack(0x1e8c0000,0x1e910000)]
  0x19225000 JavaThread "Thread-6" [_thread_blocked, id=10056, stack(0x1ac70000,0x1acc0000)]
  0x19224c00 JavaThread "Thread-5" [_thread_blocked, id=8896, stack(0x1abe0000,0x1ac30000)]
  0x19224400 JavaThread "Thread-4" [_thread_blocked, id=6592, stack(0x1ab50000,0x1aba0000)]
  0x19224000 JavaThread "RunnerProvider" [_thread_blocked, id=7084, stack(0x1aac0000,0x1ab10000)]
  0x18dd9000 JavaThread "Thread-3" [_thread_in_native, id=7928, stack(0x195b0000,0x19600000)]
  0x00ab2800 JavaThread "Low Memory Detector" daemon [_thread_blocked, id=384, stack(0x18b00000,0x18b50000)]
  0x00aae400 JavaThread "CompilerThread0" daemon [_thread_blocked, id=7696, stack(0x18a70000,0x18ac0000)]
  0x00a9ac00 JavaThread "JDWP Command Reader" daemon [_thread_in_native, id=9644, stack(0x18a20000,0x18a70000)]
  0x00a99c00 JavaThread "JDWP Event Helper Thread" daemon [_thread_blocked, id=9744, stack(0x189d0000,0x18a20000)]
  0x00a97c00 JavaThread "JDWP Transport Listener: dt_socket" daemon [_thread_blocked, id=9508, stack(0x18810000,0x18860000)]
  0x00a67c00 JavaThread "Attach Listener" daemon [_thread_blocked, id=8532, stack(0x18500000,0x18550000)]
  0x00a64c00 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=9500, stack(0x18470000,0x184c0000)]
  0x00a5c800 JavaThread "Finalizer" daemon [_thread_blocked, id=9472, stack(0x183e0000,0x18430000)]
  0x00a58000 JavaThread "Reference Handler" daemon [_thread_blocked, id=8656, stack(0x00bb0000,0x00c00000)]
=>0x00b6a400 JavaThread "main" [_thread_in_native, id=8384, stack(0x00310000,0x00360000)]

Other Threads:
  0x00a55000 VMThread [stack: 0x00b00000,0x00b50000] [id=9852]
  0x00abdc00 WatcherThread [stack: 0x18b90000,0x18be0000] [id=5624]

VM state:not at safepoint (normal execution)

VM Mutex/Monitor currently owned by a thread: None

Heap
 def new generation   total 4928K, used 3709K [0x042f0000, 0x04840000, 0x09840000)
  eden space 4416K,  75% used [0x042f0000, 0x0462e420, 0x04740000)
  from space 512K,  75% used [0x04740000, 0x047a10b0, 0x047c0000)
  to   space 512K,   0% used [0x047c0000, 0x047c0000, 0x04840000)
 tenured generation   total 10944K, used 850K [0x09840000, 0x0a2f0000, 0x142f0000)
   the space 10944K,   7% used [0x09840000, 0x09914ba8, 0x09914c00, 0x0a2f0000)
 compacting perm gen  total 12288K, used 11405K [0x142f0000, 0x14ef0000, 0x182f0000)
   the space 12288K,  92% used [0x142f0000, 0x14e13618, 0x14e13800, 0x14ef0000)
No shared spaces configured.

Dynamic libraries:
0x00400000 - 0x00424000 	C:\app\jdk\1.6.0\jre\bin\javaw.exe
0x771b0000 - 0x77330000 	C:\Windows\SysWOW64\ntdll.dll
0x74d80000 - 0x74e80000 	C:\Windows\syswow64\kernel32.dll
0x76b80000 - 0x76bc6000 	C:\Windows\syswow64\KERNELBASE.dll
0x74f20000 - 0x74fc0000 	C:\Windows\syswow64\ADVAPI32.dll
0x76220000 - 0x762cc000 	C:\Windows\syswow64\msvcrt.dll
0x769c0000 - 0x769d9000 	C:\Windows\SysWOW64\sechost.dll
0x769e0000 - 0x76ad0000 	C:\Windows\syswow64\RPCRT4.dll
0x74d20000 - 0x74d80000 	C:\Windows\syswow64\SspiCli.dll
0x74d10000 - 0x74d1c000 	C:\Windows\syswow64\CRYPTBASE.dll
0x767d0000 - 0x768d0000 	C:\Windows\syswow64\USER32.dll
0x75f50000 - 0x75fe0000 	C:\Windows\syswow64\GDI32.dll
0x77180000 - 0x7718a000 	C:\Windows\syswow64\LPK.dll
0x74e80000 - 0x74f1d000 	C:\Windows\syswow64\USP10.dll
0x73000000 - 0x7304b000 	C:\Windows\system32\apphelp.dll
0x728f0000 - 0x7297c000 	C:\Windows\AppPatch\AcLayers.DLL
0x74fc0000 - 0x75c09000 	C:\Windows\syswow64\SHELL32.dll
0x768d0000 - 0x76927000 	C:\Windows\syswow64\SHLWAPI.dll
0x75c50000 - 0x75dac000 	C:\Windows\syswow64\ole32.dll
0x76930000 - 0x769bf000 	C:\Windows\syswow64\OLEAUT32.dll
0x73230000 - 0x73247000 	C:\Windows\system32\USERENV.dll
0x73200000 - 0x7320b000 	C:\Windows\system32\profapi.dll
0x72890000 - 0x728e1000 	C:\Windows\system32\WINSPOOL.DRV
0x72870000 - 0x72882000 	C:\Windows\system32\MPR.dll
0x76110000 - 0x76170000 	C:\Windows\system32\IMM32.DLL
0x76660000 - 0x7672c000 	C:\Windows\syswow64\MSCTF.dll
0x7c340000 - 0x7c396000 	C:\app\jdk\1.6.0\jre\bin\msvcr71.dll
0x6d8a0000 - 0x6db4c000 	C:\app\jdk\1.6.0\jre\bin\client\jvm.dll
0x731c0000 - 0x731f2000 	C:\Windows\system32\WINMM.dll
0x6d850000 - 0x6d85c000 	C:\app\jdk\1.6.0\jre\bin\verify.dll
0x6d3d0000 - 0x6d3ef000 	C:\app\jdk\1.6.0\jre\bin\java.dll
0x6d330000 - 0x6d338000 	C:\app\jdk\1.6.0\jre\bin\hpi.dll
0x767c0000 - 0x767c5000 	C:\Windows\syswow64\PSAPI.DLL
0x6d420000 - 0x6d449000 	C:\app\jdk\1.6.0\jre\bin\jdwp.dll
0x6d740000 - 0x6d746000 	C:\app\jdk\1.6.0\jre\bin\npt.dll
0x6d890000 - 0x6d89f000 	C:\app\jdk\1.6.0\jre\bin\zip.dll
0x6d2b0000 - 0x6d2b7000 	C:\app\jdk\1.6.0\jre\bin\dt_socket.dll
0x75c10000 - 0x75c45000 	C:\Windows\syswow64\WS2_32.dll
0x76600000 - 0x76606000 	C:\Windows\syswow64\NSI.dll
0x733c0000 - 0x733d0000 	C:\Windows\system32\NLAapi.dll
0x73510000 - 0x7354c000 	C:\Windows\System32\mswsock.dll
0x73370000 - 0x733b4000 	C:\Windows\system32\DNSAPI.dll
0x73360000 - 0x73368000 	C:\Windows\System32\winrnr.dll
0x73350000 - 0x73360000 	C:\Windows\system32\napinsp.dll
0x73330000 - 0x73342000 	C:\Windows\system32\pnrpnsp.dll
0x73320000 - 0x7332d000 	C:\Windows\system32\wshbth.dll
0x732f0000 - 0x73317000 	C:\Program Files (x86)\Common Files\Microsoft Shared\Windows Live\WLIDNSP.DLL
0x73290000 - 0x732ac000 	C:\Windows\system32\IPHLPAPI.DLL
0x73280000 - 0x73287000 	C:\Windows\system32\WINNSI.DLL
0x73180000 - 0x731b8000 	C:\Windows\System32\fwpuclnt.dll
0x73260000 - 0x73266000 	C:\Windows\system32\rasadhlp.dll
0x73500000 - 0x73505000 	C:\Windows\System32\wshtcpip.dll
0x18de0000 - 0x18e49000 	D:\dev\runtime\BISale\swt-win32-3724.dll
0x76ad0000 - 0x76b4b000 	C:\Windows\syswow64\comdlg32.dll
0x73f10000 - 0x740ae000 	C:\Windows\WinSxS\x86_microsoft.windows.common-controls_6595b64144ccf1df_6.0.7600.16661_none_420fe3fa2b8113bd\COMCTL32.dll
0x76010000 - 0x76105000 	C:\Windows\syswow64\WININET.dll
0x76c70000 - 0x76da6000 	C:\Windows\syswow64\urlmon.dll
0x762d0000 - 0x763ec000 	C:\Windows\syswow64\CRYPT32.dll
0x763f0000 - 0x763fc000 	C:\Windows\syswow64\MSASN1.dll
0x76400000 - 0x765fa000 	C:\Windows\syswow64\iertutil.dll
0x72980000 - 0x72a00000 	C:\Windows\system32\uxtheme.dll
0x00b50000 - 0x00b58000 	c:\PROGRA~2\mcafee\SITEAD~1\saHook.dll
0x72810000 - 0x72823000 	C:\Windows\system32\dwmapi.dll
0x18e50000 - 0x18e88000 	C:\Program Files\WIDCOMM\Bluetooth Software\SysWOW64\BtMmHook.dll
0x743f0000 - 0x74401000 	D:\dev\runtime\BISale\JNIWinUtil.dll
0x5ffc0000 - 0x60058000 	C:\Windows\SYSTEM32\ime\IMETC10\IMTCTIP.DLL
0x6d6b0000 - 0x6d6c3000 	C:\app\jdk\1.6.0\jre\bin\net.dll
0x73270000 - 0x73276000 	C:\Windows\System32\wship6.dll
0x724e0000 - 0x7251c000 	C:\Windows\system32\oleacc.dll
0x61380000 - 0x61409000 	C:\Users\peterkyc\AppData\Local\Temp\sqlite-unknown-sqlitejdbc.dll
0x71d70000 - 0x71d75000 	C:\Windows\system32\msimg32.dll
0x76730000 - 0x767b3000 	C:\Windows\syswow64\CLBCatQ.DLL
0x67e20000 - 0x6889f000 	C:\Windows\SysWOW64\ieframe.dll
0x72da0000 - 0x72db6000 	C:\Windows\system32\CRYPTSP.dll
0x72d60000 - 0x72d9b000 	C:\Windows\system32\rsaenh.dll
0x73050000 - 0x730af000 	C:\Windows\system32\SXS.DLL
0x723f0000 - 0x723fe000 	C:\Windows\system32\RpcRtRemote.dll
0x67860000 - 0x67e17000 	C:\Windows\SysWOW64\mshtml.dll
0x68a40000 - 0x68a6a000 	C:\Windows\SysWOW64\msls31.dll
0x73550000 - 0x73559000 	C:\Windows\SysWOW64\VERSION.dll
0x69e60000 - 0x69e8e000 	C:\Windows\system32\mlang.dll
0x67800000 - 0x6785b000 	C:\Program Files (x86)\Common Files\Microsoft Shared\VS7Debug\pdm.dll
0x67730000 - 0x67772000 	C:\Program Files (x86)\Common Files\Microsoft Shared\VS7Debug\msdbg2.dll
0x1e660000 - 0x1e67d000 	D:\dev\runtime\BISale\swt-gdip-win32-3724.dll
0x745d0000 - 0x74760000 	C:\Windows\WinSxS\x86_microsoft.windows.gdiplus_6595b64144ccf1df_1.1.7600.16385_none_72fc7cbf861225ca\gdiplus.dll
0x68ac0000 - 0x68acb000 	C:\Windows\system32\msimtf.dll
0x73630000 - 0x73669000 	C:\Windows\system32\MMDevAPI.DLL
0x73c30000 - 0x73d25000 	C:\Windows\system32\PROPSYS.dll
0x6f4b0000 - 0x6f4e0000 	C:\Windows\system32\wdmaud.drv
0x6f8c0000 - 0x6f8c4000 	C:\Windows\system32\ksuser.dll
0x70bf0000 - 0x70bf7000 	C:\Windows\system32\AVRT.dll
0x75db0000 - 0x75f4d000 	C:\Windows\syswow64\SETUPAPI.dll
0x75fe0000 - 0x76007000 	C:\Windows\syswow64\CFGMGR32.dll
0x76200000 - 0x76212000 	C:\Windows\syswow64\DEVOBJ.dll
0x70570000 - 0x705a6000 	C:\Windows\system32\AUDIOSES.DLL
0x69f80000 - 0x69fd2000 	C:\Windows\system32\RASAPI32.dll
0x69f60000 - 0x69f75000 	C:\Windows\system32\rasman.dll
0x69f50000 - 0x69f5d000 	C:\Windows\system32\rtutils.dll
0x6f450000 - 0x6f458000 	C:\Windows\system32\msacm32.drv
0x747e0000 - 0x747f4000 	C:\Windows\system32\MSACM32.dll
0x72320000 - 0x72326000 	C:\Windows\system32\sensapi.dll
0x6c9a0000 - 0x6c9a7000 	C:\Windows\system32\midimap.dll
0x76bd0000 - 0x76bd3000 	C:\Windows\syswow64\Normaliz.dll
0x74410000 - 0x74422000 	C:\Windows\SysWOW64\l3codeca.acm
0x67640000 - 0x67658000 	C:\Program Files (x86)\Common Files\McAfee\SystemCore\ScriptSn.20110518145152.dll
0x67580000 - 0x67632000 	C:\Windows\system32\JScript.dll
0x67500000 - 0x6756b000 	C:\Windows\system32\VBScript.dll
0x66ed0000 - 0x674fe000 	C:\Windows\SysWOW64\Macromed\Flash\Flash10q.ocx
0x70c00000 - 0x70c72000 	C:\Windows\system32\DSOUND.dll
0x73e10000 - 0x73e35000 	C:\Windows\system32\POWRPROF.dll
0x66e50000 - 0x66ec9000 	C:\Windows\system32\mscms.dll
0x72f10000 - 0x72f31000 	C:\Windows\system32\ntmarta.dll
0x76610000 - 0x76655000 	C:\Windows\syswow64\WLDAP32.dll
0x6f310000 - 0x6f443000 	C:\Windows\System32\msxml3.dll
0x73460000 - 0x73468000 	C:\Windows\system32\Secur32.dll
0x72b90000 - 0x72b98000 	C:\Windows\system32\credssp.dll
0x72410000 - 0x7244a000 	C:\Windows\SysWOW64\schannel.dll
0x66e30000 - 0x66e3a000 	C:\Windows\SysWOW64\ddrawex.dll
0x70b00000 - 0x70be7000 	C:\Windows\SysWOW64\DDRAW.dll
0x73610000 - 0x73616000 	C:\Windows\SysWOW64\DCIMAN32.dll
0x66e20000 - 0x66e28000 	C:\Windows\system32\atiu9pag.dll
0x66800000 - 0x66b8e000 	C:\Windows\system32\atiumdag.dll
0x66500000 - 0x667f3000 	C:\Windows\system32\atiumdva.dll
0x62640000 - 0x6266b000 	C:\Program Files (x86)\Internet Explorer\ieproxy.dll
0x74990000 - 0x749ee000 	C:\Windows\system32\ime\shared\imetip.dll
0x5ff30000 - 0x5ffb8000 	C:\Windows\SYSTEM32\ime\IMETC10\IMTCCORE.DLL
0x69ef0000 - 0x69f1d000 	C:\Windows\SYSTEM32\ime\IMETC10\IMTCCFG.DLL
0x74a40000 - 0x74a4b000 	C:\Windows\system32\ime\shared\imecfm.dll

VM Arguments:
jvm_args: -agentlib:jdwp=transport=dt_socket,suspend=y,address=localhost:64430 -Duser.dir=D:\dev\runtime\BISale -Djava.library.path=D:\dev\runtime\BISale;D:\dev\runtime\javadll -Dfile.encoding=UTF-8 
java_command: com.bi.sale.Application
Launcher Type: SUN_STANDARD

Environment Variables:
JAVA_HOME=C:\app\jdk\1.6.0
PATH=C:\app\jdk\1.6.0\jre\bin;C:/Program Files (x86)/Java/jre6/bin/client;C:/Program Files (x86)/Java/jre6/bin;C:/Program Files (x86)/Java/jre6/lib/i386;C:\Program Files (x86)\Risingware\Exp+\;C:\Program Files (x86)\Risingware\Exp+\;C:\Program Files\Common Files\Microsoft Shared\Windows Live;C:\Program Files (x86)\Common Files\Microsoft Shared\Windows Live;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files (x86)\EgisTec MyWinLocker\x86;C:\Program Files (x86)\EgisTec MyWinLocker\x64;C:\Program Files (x86)\ATI Technologies\ATI.ACE\Core-Static;C:\Program Files\WIDCOMM\Bluetooth Software\;C:\Program Files\WIDCOMM\Bluetooth Software\syswow64;C:\Program Files (x86)\Windows Live\Shared;C:\Program Files (x86)\Microsoft SQL Server\90\Tools\binn\;C:\Program Files (x86)\Microsoft SQL Server\100\Tools\Binn\;C:\Program Files (x86)\Microsoft SQL Server\100\DTS\Binn\;C:\Program Files (x86)\Microsoft SQL Server\100\Tools\Binn\VSShell\Common7\IDE\;C:\PROGRA~2\IDMCOM~1\ULTRAE~1
USERNAME=peterkyc
OS=Windows_NT
PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 37 Stepping 5, GenuineIntel



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

OS: Windows 7 Build 7600 

CPU:total 4 (2 cores per cpu, 2 threads per core) family 6 model 37 stepping 5, cmov, cx8, fxsr, mmx, sse, sse2, sse3, ssse3, sse4.1, sse4.2, popcnt, ht

Memory: 4k page, physical 5954240k(3158344k free), swap 11906580k(7452340k free)

vm_info: Java HotSpot(TM) Client VM (19.0-b09) for windows-x86 JRE (1.6.0_23-b05), built on Nov 12 2010 15:00:43 by "java_re" with MS VC++ 7.1 (VS2003)

time: Wed May 25 16:07:38 2011
elapsed time: 16 seconds



Reproducible: Always

Steps to Reproduce:
1.turn on IME
2.type some character
3.hang by EXCEPTION_ACCESS_VIOLATION
Comment 1 Felipe Heidrich CLA 2011-05-25 12:13:18 EDT
what IME ?
works for me with Japanese.
Comment 2 Lars Vogel CLA 2019-11-14 02:18:35 EST
This bug hasn't had any activity in quite some time. Maybe the problem got resolved, was a duplicate of something else, or became less pressing for some reason - or maybe it's still relevant but just hasn't been looked at yet.

If you have further information on the current state of the bug, please add it. The information can be, for example, that the problem still occurs, that you still want the feature, that more information is needed, or that the bug is (for whatever reason) no longer relevant.

If the bug is still relevant, please remove the "stalebug" whiteboard tag.