-
Bug
-
Resolution: Duplicate
-
P2
-
None
-
1.2.0
-
sparc
-
solaris_2.6
Solaris 2.6 Only. When JMenu/JComboBox attempts to bring pop-up menu outside the window frame, it causes segramentation violation.
This is true on "ja(Japanese)" locale. Did not encounter under "C" locale.
STEPS: JDK1.2 Beta4 "J"
1. run SwingSet
2. shrink the window size, so that "The Swing Team" menu run under window frame when selected.
3. Select "The Swing Team" menu. => core dump
This is also true for "Combobox". On Step #2, choose "ComboBox".
When I kill the InputMethod server (Wnn6 and/or Atok8), or change locale to "C", SwingSet runs normal.
$ dbx jdk/bin/sparc/green_thread/java core
-----
(dbx) where
=>[1] _Ximp_Error_Handler(0x28c0d0, 0xeabfef18, 0xea9f3eb0, 0x0, 0x0, 0x0), at 0xea9dbc54
-----
[koushi.takahashi@japan 1998-06-22]
This is true on "ja(Japanese)" locale. Did not encounter under "C" locale.
STEPS: JDK1.2 Beta4 "J"
1. run SwingSet
2. shrink the window size, so that "The Swing Team" menu run under window frame when selected.
3. Select "The Swing Team" menu. => core dump
This is also true for "Combobox". On Step #2, choose "ComboBox".
When I kill the InputMethod server (Wnn6 and/or Atok8), or change locale to "C", SwingSet runs normal.
$ dbx jdk/bin/sparc/green_thread/java core
-----
(dbx) where
=>[1] _Ximp_Error_Handler(0x28c0d0, 0xeabfef18, 0xea9f3eb0, 0x0, 0x0, 0x0), at 0xea9dbc54
-----
[koushi.takahashi@japan 1998-06-22]
- relates to
-
JDK-4151407 Workaround for Solaris2.6 ximp40.so bug needs to be incorporated
- Closed