-
Bug
-
Resolution: Duplicate
-
P2
-
None
-
1.3.0
-
x86
-
windows_98
===========================================================================
The Application is to display some strings on the Canvas.
1. Configration
JDK : Kestrel build-o
OS : Windows98(SP1, Japanese)
Note)
- Not happened on Win95 and WinNT4.0.
2. Reproduction
Initiate the attached file "FontErr98.jar" with java command.
You will see the following messages.
(the "$" is prompt.)
-------------- Error Messages -----------------------------------
$java -version
java version "1.3.0"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.0-O)
Java HotSpot(TM) Client VM (build 1.3-O, mixed mode)
$ java -jar FontErr98.jar
[1] + Done(134) java -jar FontErr98.jar
0xffe2307d Abort java
$
$ java -jar FontErr98.jar
#
# HotSpot Virtual Machine Error, EXCEPTION_INT_DIVIDE_BY_ZERO
#
# Error ID: 4F533F57494E13120E43505002BE
#
$ java_g -jar FontErr98.jar
C:\WINDOWS\Fonts\ARIAL.TTF - CMAP 3,1 found at offset 284.
C:\WINDOWS\Fonts\MSGOTHIC.TTC - CMAP 3,1 found at offset 282.
C:\WINDOWS\Fonts\WINGDING.TTF - CMAP 3,0 found at offset 282.
C:\WINDOWS\Fonts\SYMBOL.TTF - CMAP 3,0 found at offset 282.
C:\WINDOWS\Fonts\MSMINCHO.TTC - CMAP 3,1 found at offset 282.
C:\WINDOWS\Fonts\MSMINCHO.TTC - CMAP 3,1 found at offset 282.
C:\WINDOWS\Fonts\MSMINCHO.TTC - CMAP 3,1 found at offset 282.
#
# HotSpot Virtual Machine Error, EXCEPTION_INT_DIVIDE_BY_ZERO
#
# unexpected exception occurred
#
# Error ID: C:/hotspot\src\os\win32\vm\os_win32.cpp, 702
#
[1] + Done(136) java_g -jar FontErr98.jar
0xffe20a01 Floating point exception java_g
$
-------------- Error Messages -----------------------------------
3. Others
(1) The java program file are FontCacheSample.java
and FontCacheSampleCanvas.java
These are the same files that are attached to bugid:4292477
(2) This crush has not happened with build-n.
tbaba@japan 1999-11-18
===============================================================================
The Application is to display some strings on the Canvas.
1. Configration
JDK : Kestrel build-o
OS : Windows98(SP1, Japanese)
Note)
- Not happened on Win95 and WinNT4.0.
2. Reproduction
Initiate the attached file "FontErr98.jar" with java command.
You will see the following messages.
(the "$" is prompt.)
-------------- Error Messages -----------------------------------
$java -version
java version "1.3.0"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.0-O)
Java HotSpot(TM) Client VM (build 1.3-O, mixed mode)
$ java -jar FontErr98.jar
[1] + Done(134) java -jar FontErr98.jar
0xffe2307d Abort java
$
$ java -jar FontErr98.jar
#
# HotSpot Virtual Machine Error, EXCEPTION_INT_DIVIDE_BY_ZERO
#
# Error ID: 4F533F57494E13120E43505002BE
#
$ java_g -jar FontErr98.jar
C:\WINDOWS\Fonts\ARIAL.TTF - CMAP 3,1 found at offset 284.
C:\WINDOWS\Fonts\MSGOTHIC.TTC - CMAP 3,1 found at offset 282.
C:\WINDOWS\Fonts\WINGDING.TTF - CMAP 3,0 found at offset 282.
C:\WINDOWS\Fonts\SYMBOL.TTF - CMAP 3,0 found at offset 282.
C:\WINDOWS\Fonts\MSMINCHO.TTC - CMAP 3,1 found at offset 282.
C:\WINDOWS\Fonts\MSMINCHO.TTC - CMAP 3,1 found at offset 282.
C:\WINDOWS\Fonts\MSMINCHO.TTC - CMAP 3,1 found at offset 282.
#
# HotSpot Virtual Machine Error, EXCEPTION_INT_DIVIDE_BY_ZERO
#
# unexpected exception occurred
#
# Error ID: C:/hotspot\src\os\win32\vm\os_win32.cpp, 702
#
[1] + Done(136) java_g -jar FontErr98.jar
0xffe20a01 Floating point exception java_g
$
-------------- Error Messages -----------------------------------
3. Others
(1) The java program file are FontCacheSample.java
and FontCacheSampleCanvas.java
These are the same files that are attached to bugid:4292477
(2) This crush has not happened with build-n.
tbaba@japan 1999-11-18
===============================================================================
- duplicates
-
JDK-4292227 Kestrel Fcs_O on Win Japanese;HotSpot Error "EXCEPTION_INT_DIVIDE_BY_ZERO" occur
-
- Closed
-
- relates to
-
JDK-4292477 On Canvas, Cannot Change Font Style without changing font size
-
- Resolved
-