Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-6255272

JVM killed during Japanese character input operation on Windows XP x64 Japanese RC2

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Cannot Reproduce
    • Icon: P4 P4
    • None
    • 5.0u1
    • client-libs

      OPERATING SYSTEM(S):
      Windows XP Professional x64 Edition for Japanese
        Evaluation copy, Build 3790 (Service Pack 1. v.1433)

      FULL JDK VERSION(S):

      >>java -version

      java version "1.5.0_01"
      Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_01-b08)
      Java HotSpot(TM) 64-Bit Server VM (build 1.5.0_01-b08, mixed mode)


      >>java -version

      java version "1.5.0_02"
      Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_02-b09)
      Java HotSpot(TM) 64-Bit Server VM (build 1.5.0_02-b09, mixed mode)


      >>java -version

      java version "1.5.0_03"
      Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_03-b06)
      Java HotSpot(TM) 64-Bit Server VM (build 1.5.0_03-b06, mixed mode)

      DESCRIPTION:
      When I tried to input Japanese characters on Swing component,
      access violation was happened.

      Test instruction is as follows:
      This test requires Windows XP Professional x64 Edition for Japanese RC2
      1. Compile and run following test program (JTextAreaTest.java)
      2. Turn on Japanese IME (MS-IME)
      3. Type "a" and press Space key twice to display candidate window.
         Then EXCEPTION_ACCESS_VIOLATION is happend
      4. Compile and run another test program (SwingPassiveTest.java)
      5. Turn on Japanese IME (MS-IME)
      6. Type "a", then EXCEPTION_ACCESS_VIOLATION is happend

      === JTextAreaTest.java ==============================
      import javax.swing.*;

      class JTextAreaTest extends JFrame {
          JTextAreaTest() {
              getContentPane().add(new JTextArea(5,40));
              setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
              pack();
              setVisible(true);
          }
          public static void main(String[] args) {
              JTextAreaTest f = new JTextAreaTest();
          }
      }
      =====================================================

      === SwingPassiveTest.java ===========================
      import javax.swing.*;

      class SwingPassiveTest extends JFrame {
          SwingPassiveTest() {
              getContentPane().add(new JButton("JButton"));
              setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
              pack();
              setVisible(true);
          }
          public static void main(String[] args) {
              SwingPassiveTest f = new SwingPassiveTest();
          }
      }
      =====================================================

      Command line output:

      >>java JTextAreaTest

      #
      # An unexpected error has been detected by HotSpot Virtual Machine:
      #
      # EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x0000000077d0f5cf, pid=2888, tid=3120
      #
      # Java VM: Java HotSpot(TM) 64-Bit Server VM (1.5.0_01-b08 mixed mode)
      # Problematic frame:
      # C [kernel32.dll+0x2f5cf]
      #
      # An error report file with more information is saved as hs_err_pid2888.log
      #
      # If you would like to submit a bug report, please visit:
      # http://java.sun.com/webapps/bugreport/crash.jsp
      #


      Output for hs_err_pid2888.log:
      (Some of path name and username are converted to "...")
      ===============================================================================
      #
      # An unexpected error has been detected by HotSpot Virtual Machine:
      #
      # EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x0000000077d0f5cf, pid=2888, tid=3120
      #
      # Java VM: Java HotSpot(TM) 64-Bit Server VM (1.5.0_01-b08 mixed mode)
      # Problematic frame:
      # C [kernel32.dll+0x2f5cf]
      #

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

      Current thread (0x000000000045e380): JavaThread "AWT-Windows" daemon [_thread_in_native, id=3120]

      siginfo: ExceptionCode=0xc0000005, reading address 0x000007ff00000000

      Registers:
      EAX=0x000007ff0000000f, EBX=0x0000000000000000, ECX=0x000007ff00000000, EDX=0x0000000000000010
      ESP=0x000000000483ef40, EBP=0x0000000000000001, ESI=0x0000000000000001, EDI=0x000007ff00000000
      EIP=0x0000000077d0f5cf, EFLAGS=0x0000000000010206

        Top of Stack: (sp=0x000000000483ef40)
      0x000000000483ef40: 000000000483f000 0000000000000001
      0x000000000483ef50: 00000000fffffff8 000007ff76fa2d78
      0x000000000483ef60: 0000000000000000 000007ff0000000f
      0x000000000483ef70: 00000000004d32d8 0000000000000001
      0x000000000483ef80: 000213a000000190 0000000000010003
      0x000000000483ef90: 000000000301b520 0000000000000000
      0x000000000483efa0: 0000000000000003 000007ff76fd36af
      0x000000000483efb0: 0000000000000000 0000000000010003
      0x000000000483efc0: 0000000002f93b00 0000000000000001
      0x000000000483efd0: 000007ff76fbc400 0000000000000000
      0x000000000483efe0: 0000000000000000 000000003e0103dd
      0x000000000483eff0: 000000000483f150 0000000000000001
      0x000000000483f000: 0000000000000000 0000000000010003
      0x000000000483f010: 00000000fffffff8 000000000492660b
      0x000000000483f020: 0000000000000000 0000000004b18170
      0x000000000483f030: 0000000004b1c9a8 0000000000000000

      Instructions: (pc=0x0000000077d0f5cf)
      0x0000000077d0f5bf: 11 ff 48 89 44 24 28 48 3b c1 0f 82 33 a1 04 00
      0x0000000077d0f5cf: 0f b6 01 41 8d 41 ff f7 d0 48 63 c8 48 8b d1 49


      Stack: [0x0000000004740000,0x0000000004840000), sp=0x000000000483ef40, free space=1019k
      Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
      C [kernel32.dll+0x2f5cf]

      [error occurred during error reporting, step 120, id 0xc0000005]

      Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
      j sun.awt.windows.WToolkit.eventLoop()V+0
      j sun.awt.windows.WToolkit.run()V+69
      j java.lang.Thread.run()V+11
      v ~StubRoutines::call_stub

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

      Java Threads: ( => current thread )
        0x000000000045e8e0 JavaThread "TimerQueue" daemon [_thread_blocked, id=3316]
        0x000000000045c8a0 JavaThread "DestroyJavaVM" [_thread_blocked, id=3124]
        0x000000000045e630 JavaThread "AWT-EventQueue-0" [_thread_in_native, id=3220]
      =>0x000000000045e380 JavaThread "AWT-Windows" daemon [_thread_in_native, id=3120]
        0x000000000045e0d0 JavaThread "AWT-Shutdown" [_thread_blocked, id=2844]
        0x000000000045de20 JavaThread "Java2D Disposer" daemon [_thread_blocked, id=3284]
        0x000000000045db70 JavaThread "Low Memory Detector" daemon [_thread_blocked, id=1724]
        0x000000000045d8c0 JavaThread "CompilerThread1" daemon [_thread_blocked, id=988]
        0x000000000045d610 JavaThread "CompilerThread0" daemon [_thread_blocked, id=1536]
        0x000000000045d360 JavaThread "AdapterThread" daemon [_thread_blocked, id=1356]
        0x000000000045d0b0 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=2368]
        0x000000000045ce00 JavaThread "Finalizer" daemon [_thread_blocked, id=2244]
        0x000000000045cb50 JavaThread "Reference Handler" daemon [_thread_blocked, id=4080]

      Other Threads:
        0x0000000000454830 VMThread [id=1856]
        0x0000000000454b60 WatcherThread [id=2632]

      VM state:not at safepoint (normal execution)

      VM Mutex/Monitor currently owned by a thread: None

      Heap
       PSYoungGen total 9536K, used 2368K [0x000000006a770000, 0x000000006b210000, 0x0000000075210000)
        eden space 8192K, 28% used [0x000000006a770000,0x000000006a9c0038,0x000000006af70000)
        from space 1344K, 0% used [0x000000006b0c0000,0x000000006b0c0000,0x000000006b210000)
        to space 1344K, 0% used [0x000000006af70000,0x000000006af70000,0x000000006b0c0000)
       PSOldGen total 21888K, used 0K [0x0000000055210000, 0x0000000056770000, 0x000000006a770000)
        object space 21888K, 0% used [0x0000000055210000,0x0000000055210000,0x0000000056770000)
       PSPermGen total 21248K, used 9175K [0x0000000050010000, 0x00000000514d0000, 0x0000000055210000)
        object space 21248K, 43% used [0x0000000050010000,0x0000000050905ee0,0x00000000514d0000)

      Dynamic libraries:
      0x0000000000400000 - 0x0000000000410000 E:\...\jdk1.5.0_01_64\bin\java.exe
      0x0000000077ea0000 - 0x0000000077ff3000 E:\WINDOWS\system32\ntdll.dll
      0x0000000077ce0000 - 0x0000000077e91000 E:\WINDOWS\system32\kernel32.dll
      0x000007ff7fed0000 - 0x000007ff7ffe4000 E:\WINDOWS\system32\ADVAPI32.dll
      0x000007ff7fd20000 - 0x000007ff7fec9000 E:\WINDOWS\system32\RPCRT4.dll
      0x000007ff7fbf0000 - 0x000007ff7fc77000 E:\WINDOWS\system32\MSVCRT.dll
      0x0000000008000000 - 0x00000000084a7000 E:\...\jdk1.5.0_01_64\jre\bin\server\jvm.dll
      0x0000000077bd0000 - 0x0000000077cdc000 E:\WINDOWS\system32\USER32.dll
      0x000007ff7fc80000 - 0x000007ff7fd18000 E:\WINDOWS\system32\GDI32.dll
      0x000007ff7dfa0000 - 0x000007ff7dfeb000 E:\WINDOWS\system32\WINMM.dll
      0x000007ff7d1f0000 - 0x000007ff7d229000 E:\WINDOWS\system32\IMM32.DLL
      0x000007ff67b60000 - 0x000007ff67b6d000 E:\WINDOWS\system32\LPK.DLL
      0x000007ff78bd0000 - 0x000007ff78c5a000 E:\WINDOWS\system32\USP10.dll
      0x0000000010000000 - 0x0000000010009000 E:\...\jdk1.5.0_01_64\jre\bin\hpi.dll
      0x000007ff7e0e0000 - 0x000007ff7e0f0000 E:\WINDOWS\system32\PSAPI.DLL
      0x00000000003d0000 - 0x00000000003e0000 E:\...\jdk1.5.0_01_64\jre\bin\verify.dll
      0x0000000001c30000 - 0x0000000001c5a000 E:\...\jdk1.5.0_01_64\jre\bin\java.dll
      0x00000000003e0000 - 0x00000000003f4000 E:\...\jdk1.5.0_01_64\jre\bin\zip.dll
      0x0000000003d70000 - 0x0000000003f65000 E:\...\jdk1.5.0_01_64\jre\bin\awt.dll
      0x000007ff78c60000 - 0x000007ff78ca1000 E:\WINDOWS\system32\WINSPOOL.DRV
      0x000007ff7eb10000 - 0x000007ff7ed81000 E:\WINDOWS\system32\ole32.dll
      0x000007ff76fa0000 - 0x000007ff7701e000 E:\WINDOWS\system32\uxtheme.dll
      0x000007ff790a0000 - 0x000007ff79112000 E:\WINDOWS\system32\ddraw.dll
      0x000007ff792f0000 - 0x000007ff792f8000 E:\WINDOWS\system32\DCIMAN32.dll
      0x00000000040e0000 - 0x000000000413c000 E:\...\jdk1.5.0_01_64\jre\bin\fontmanager.dll
      0x000007ff7a140000 - 0x000007ff7a1df000 E:\WINDOWS\system32\MSCTF.dll
      0x000007ff7cb50000 - 0x000007ff7cb91000 E:\WINDOWS\system32\apphelp.dll
      0x0000000004890000 - 0x00000000048ec000 E:\WINDOWS\system32\msctfime.ime
      0x00000000048f0000 - 0x0000000004984000 E:\WINDOWS\system32\imjp81.ime
      0x000007ff7f1a0000 - 0x000007ff7fb92000 E:\WINDOWS\system32\SHELL32.dll
      0x000007ff7ed90000 - 0x000007ff7ee2b000 E:\WINDOWS\system32\SHLWAPI.dll
      0x000007ff7ef20000 - 0x000007ff7f00e000 E:\WINDOWS\WinSxS\amd64_Microsoft.Windows.Common-Controls_6595b64144ccf1df_5.82.3790.1433_x-ww_4B80EF29\COMCTL32.dll
      0x000007ff69aa0000 - 0x000007ff69bbf000 E:\WINDOWS\system32\imjp81k.dll
      0x000007ff7f010000 - 0x000007ff7f197000 E:\WINDOWS\WinSxS\amd64_Microsoft.Windows.Common-Controls_6595b64144ccf1df_6.0.3790.1433_x-ww_AAF534AE\comctl32.dll
      0x0000000004c40000 - 0x0000000004c5a000 E:\...\jdk1.5.0_01_64\jre\bin\net.dll
      0x000007ff77080000 - 0x000007ff770b0000 E:\WINDOWS\system32\WS2_32.dll
      0x000007ff77070000 - 0x000007ff7707c000 E:\WINDOWS\system32\WS2HELP.dll
      0x0000000004ce0000 - 0x0000000004cea000 E:\...\jdk1.5.0_01_64\jre\bin\nio.dll
      0x000007ff7c380000 - 0x000007ff7c484000 E:\WINDOWS\system32\USERENV.dll
      0x0000000005300000 - 0x000000000531e000 E:\WINDOWS\IME\IMJP8_1\Dicts\IMJPCD.DIC
      0x000007ff7e9f0000 - 0x000007ff7eb04000 E:\WINDOWS\system32\oleaut32.dll
      0x0000000007920000 - 0x000000000794c000 E:\...\jdk1.5.0_01_64\jre\bin\dcpr.dll

      VM Arguments:
      java_command: JTextAreaTest

      Environment Variables:
      JAVA_HOME=E:\...
      JAVA_COMPILER=NONE
      PATH=E:\...\jdk1.5.0_01_64\bin;E:\...\jdk1.5.0_01_64\jre\bin;...
      USERNAME=...
      OS=Windows_NT
      PROCESSOR_IDENTIFIER=EM64T Family 15 Model 3 Stepping 4, GenuineIntel


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

      OS: Windows Server 2003 family Build 3790 Service Pack 1, v.1433

      CPU:total 4 em64t ht

      Memory: 4k page, physical 2095992k(1612000k free), swap 4058756k(3654768k free)

      vm_info: Java HotSpot(TM) 64-Bit Server VM (1.5.0_01-b08) for windows-amd64, built on Dec 6 2004 19:13:46 by "java_re" with unknown MS VC++:1400
      ###@###.### 2005-04-14 13:39:17 GMT

            xlu Xiaobin Lu (Inactive)
            elarsen Erik Larsen (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: