-
Bug
-
Resolution: Cannot Reproduce
-
P3
-
None
-
1.3.0
-
x86
-
windows_nt
Only on Win98 by Fcs_P:
In closing window HotSpot Virtual Machine Error occurs, and the cases seems to
be specified.
When getContentPane().setLayout() is used and the following are set as
an argument of setLayout() in the application;
FlowLayout()
GridLayout()
BorderLayout()
But it is intermitted.
This phenomenon is seen also on Fcs_O.
The error message is;
# HotSpot Virtual Machine Error, EXCEPTION_ACCESS_VIOLATION
#
# Error ID: 4F533F57494E13120E43505002BE
#
abnormal program termination
With Classic VM, an error dialog appears and abnormal termination occurs.
The detail of the error is;
Module:IMM32.DLL, Address:017f:bfe1200b
Registers:
EAX=a282c482 CS=017f EIP=bfe1200b EFLGS=00010286
EBX=00013154 SS=0187 ESP=04f3fc14 EBP=04f3fc34
ECX=81fd3154 DS=0187 ESI=00013278 FS=2b6f
EDX=00000001 ES=0187 EDI=00013154 GS=0000
Bytes at CS:EIP:
8b 00 85 c0 75 04 33 c0 eb 07 50 ff 15 b8 c2 e1
Stack dump:
72cd113c a282c482 72cd1108 a282c482 00013154 72cd10a8 00013154 00000002 00000000 72cec026 00013154 00013154 00000002 004246b8 00000960 72cf0aa8
To reproduce,
1. Extract an attached Zip file and compile the test programs.
2. Run DefaultButtonModel_Test or
JLabelTest or
BorderFactoryTest
3. Close the window from the system menu.
Then, the error occurs, though it is intermitted.
- relates to
-
JDK-4366221 VMCrash on Win98 when the physical memory is short
- Resolved