Bug 9307 - Problems running in Chinese (traditional) locale
Summary: Problems running in Chinese (traditional) locale
Status: RESOLVED DUPLICATE of bug 10459
Alias: None
Product: Platform
Classification: Eclipse Project
Component: SWT (show other bugs)
Version: 2.0   Edit
Hardware: PC Linux-Motif
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Grant Gayed CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-02-08 09:07 EST by kongh CLA
Modified: 2002-09-27 12:40 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description kongh CLA 2002-02-08 09:07:41 EST
the IDE and startup successfully, but when you click on any window, the program
will crash. the error message is:



An unexpected exception has been detected in native code outsite the VM
Unexcepted Signal : 11 occurred at PC=0x4a146a47
Function Name=XSetICValues
Library=/usr/X11R6/lib/libX11.so.6

Current Method:
          at org.eclipse.swt.internal.motif.OS.XmImVaSetFocusValues(Native Method)

...
...
....
Comment 1 Grant Gayed CLA 2002-03-04 12:04:40 EST
Is this still a problem?  If so:

- are you invoking Eclipse from its own directory (ie.- "./eclipse")?
- do you have "." at the beginning of your LD_LIBRARY_PATH?
- what are your locale settings?
- which window manager are you using?
Comment 2 Grant Gayed CLA 2002-05-16 13:41:31 EDT
Will attempt to reproduce again for fixpass 1.
Comment 3 Wei-Ming Lee CLA 2002-08-06 22:03:17 EDT
On RedHatLinux 7.2,
Build version: R2.0 20020716 motif
locale setting: Chinese(traditional)
Window Manager: GNONE
Also, There is the same condition.

If change locale setting to English, All are OK.
Comment 4 Grant Gayed CLA 2002-08-07 10:41:04 EDT
1. Problem seems to be locale-specific, so changing title accordingly
2. The original problem reporter sent me the following long ago...

I DO invoke from its own directory, and have "." at the beginning of
LD_LIBRARY_PATH, I use KDE, and I am in china, so the locale setting is
china(P.R.C)

The error point is in /usr/X11R6/lib/libX11.so.6, which links to
/usr/X11R6/lib/libX11.so.6.2 (952600 bytes)
Comment 5 Wei-Ming Lee CLA 2002-08-08 04:41:49 EDT
Before startup eclipse, change two env.
   export LC_ALL="C"
   export LANG="C"
Disable chinese input method, eclipse also work fine.
Comment 6 Silenio Quarti CLA 2002-09-18 14:00:41 EDT
I believe this is the same as Bug#10459.
Comment 7 Silenio Quarti CLA 2002-09-27 12:40:29 EDT

*** This bug has been marked as a duplicate of 10459 ***