-
Bug
-
Resolution: Cannot Reproduce
-
P4
-
None
-
1.3.0
-
x86
-
linux
hercule.li@prc 2000-08-18
java -version
java version "1.3.0rc1"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.0rc1-b15)
Java HotSpot(TM) Client VM (build 1.3.0rc1-b15, mixed mode)
locale : zh_CN
encoding : GBK
The reproduce steps:
1. get the attached file
2. javac TextBug.java .
3. java TextBug
It is IMPORTANT now, DO NOT touch anything, especially the mouse.
4. click a letter,like 'd' or 'f' or some others, you will find
the JVM crash, and the output error message is like
# # An unexpected exception has been detected in native code outside the VM.# Program counter=0x2b0472c8
#
# Problematic Thread: prio=1 tid=0x817a7c0 nid=0x218 runnable
#
VPV9 (core dumped)
Perhaps this bug is relating bug 4346384
4346384 < TextField and TextArea can not display Chinese in Turbo Linux 6.0 >
So far, the TextArea can display Chinese correctly, but the TextField
can NOT.
After running 'java TextBug', the focus is on TextField, but the
TextField cannot display the correct chinese .I input some chinese
and English words in TextField , it will cause this bug. If I only
input English words in TextField, there is no this bug.
------- hercule.li@prc 2000-08-18
java -version
java version "1.3.0rc1"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.0rc1-b15)
Java HotSpot(TM) Client VM (build 1.3.0rc1-b15, mixed mode)
locale : zh_CN
encoding : GBK
The reproduce steps:
1. get the attached file
2. javac TextBug.java .
3. java TextBug
It is IMPORTANT now, DO NOT touch anything, especially the mouse.
4. click a letter,like 'd' or 'f' or some others, you will find
the JVM crash, and the output error message is like
# # An unexpected exception has been detected in native code outside the VM.# Program counter=0x2b0472c8
#
# Problematic Thread: prio=1 tid=0x817a7c0 nid=0x218 runnable
#
VPV9 (core dumped)
Perhaps this bug is relating bug 4346384
4346384 < TextField and TextArea can not display Chinese in Turbo Linux 6.0 >
So far, the TextArea can display Chinese correctly, but the TextField
can NOT.
After running 'java TextBug', the focus is on TextField, but the
TextField cannot display the correct chinese .I input some chinese
and English words in TextField , it will cause this bug. If I only
input English words in TextField, there is no this bug.
------- hercule.li@prc 2000-08-18
- relates to
-
JDK-4346384 Linux: TextArea/TextField can not input/output Chinese on Turbo Linux 6.0 zh
- Closed