-
Bug
-
Resolution: Fixed
-
P2
-
1.3.0
-
kestrel
-
generic, x86
-
generic, windows_98
-
Verified
Kestrel Fcs_O;
"EXCEPTION_INT_DIVIDE_BY_ZERO" error often occurs on Win98 1st,2nd edition,
NT, 2K Japanese, but does not occur on Win95 Japanese.
This error does not occur by Fcs_N.
#
# HotSpot Virtual Machine Error, EXCEPTION_INT_DIVIDE_BY_ZERO
#
# Error ID: 4F533F57494E13120E43505002BE
#
To reproduce;
case1)SwingSet2 demo
1. Run SwingSet2(demo)
2. Select Internal Frames Demo or Button Demo or some demos
3. Select Source Code.
Then, Abnormal termination occured and hotspot error is displayed.
***with Classic VM***
Abnormal termination occured and Dr watoson appears on Win NT.
According to the detail outputed on the dialog in abnormal termination on Win98,
an error caused by "division by Zero" and the detail is below;
Module:FONTMANAGER.DLL, Address:015f:5020919
Registers:
EAX=00000030 CS=015f EIP=50209193 EFLGS=00010246
EBX=00000020 SS=0167 ESP=04e7e880 EBP=04e7e8bc
ECX=00000000 DS=0167 ESI=007555e0 FS=2b1f
EDX=00000000 ES=0167 EDI=00755660 GS=0000
Bytes at CS:EIP:
f7 f9 ff 75 10 8b ce 50 ff 75 f0 e8 a5 fc ff ff
Stack dump:
00000000 00000000 00000000 007555e0 04b88af0 04b88af0
00000006 0000000c 00000000 0000000a 00000006 0077b120
00000000 00000000 00000001 04e7e8f4
case2)
1. Compile and run the attached program.
2. File->Open a text file.
3. Font->Name->Monospaced
On win98/hotspot and ClassicVM----tested on 3 different win98.
1)Machine freezed---the machine which can be suspended by main switch pushed--
"Ctrl + Alt + Delete" to reset the machine can not work.
After suspend, the error dialog as same as case1 appears.
2)An error dialog as same as case1 appears and machine does not freeze,
but can not work properly and is needed to be reset.
3)An error dialog as same as case1 appears and machine can work.
On winNT and 2K/hotspot
HotSpot Virtual Machine Error, EXCEPTION_INT_DIVIDE_BY_ZERO occurs.
On winNT and 2K/ClassicVM
An Dr. Watoson error dialog appears.
- duplicates
-
JDK-4292578 Java application which draws String on Canvas Crushed on Win98
-
- Closed
-