Using the recently upgraded linux kernel machine, north-star,
Linux version 2.4.20 (root@jtg-it4) (gcc version 2.96 20000731 (Red Hat Linux 7.2 2.96-112.7.2)) #4 SMP Tue Jun 3 13:10:01 PDT 2003, I got HotSpot VM crash during the Java2D demo runtime.
The VM crash also happens in original 2.4.18 kernel.
STEP TO REPRODUCE:
1. Upgrade the linux64 from 2.4.18 kernel to 2.4.20 kernel.
2. Install JDK1.5.0 b16 bundle.
3. Launch Java2D with one of following 3 options:
a) j2sdk1.5.0/bin/java -jar -server j2sdk1.5.0/demo/jfc/Java2D/*.jar
b) j2sdk1.5.0/bin/java -jar -server -Xint j2sdk1.5.0/demo/jfc/Java2D/*.jar
c) j2sdk1.5.0/bin/java -jar -server -Xcomp j2sdk1.5.0/demo/jfc/Java2D/*.jar
4. Click on "Options" -> "Run Window"
5. When the Run Window pops up, click on Run button.
6. After a few runs, the VM crashes and the following hs_err_pid~.log are created respectively.
Results:
#
# An unexpected error has been detected by HotSpot Virtual Machine:
#
# SIGSEGV (0xb) at pc=0x20000000001a0610, pid=8374, tid=10251
#
# Java VM: Java HotSpot(TM) 64-Bit Server VM (1.5.0-beta-b16 interpreted mode)
# Problematic frame:
# C [libc.so.6.1+0xf4610]
#
a) with -server flag: see attached hs_err_pid9088.log
b) with -server -Xint flag: see attached hs_err_pid8374.log
c) with -server -Xcomp flag: see attached hs_err_pid8765.log
The VM crash also happens with the original 2.4.18 kernel:
Linux manny 2.4.18-e.12smp #1 SMP Thu Oct 17 15:13:01 EDT 2002 ia64 unknown
#
# An unexpected error has been detected by HotSpot Virtual Machine:
#
# SIGSEGV (0xb) at pc=0x20000000008458b1, pid=24925, tid=336916
#
# Java VM: Java HotSpot(TM) 64-Bit Server VM (1.5.0-beta-b16 mixed mode)
# Problematic frame:
#
[error occurred during error reporting, step 60, id 0xb]
--------------- T H R E A D ---------------
Current thread (0x60000000001dd780): JavaThread "AWT-EventQueue-0" [_thread_in_Java, id=25432]
see attached hs_err_pid24925.log for more detail.
###@###.### 2003-08-20
Cannot reproduce this bug in SWAT testing.
###@###.### 2003-09-15
Linux version 2.4.20 (root@jtg-it4) (gcc version 2.96 20000731 (Red Hat Linux 7.2 2.96-112.7.2)) #4 SMP Tue Jun 3 13:10:01 PDT 2003, I got HotSpot VM crash during the Java2D demo runtime.
The VM crash also happens in original 2.4.18 kernel.
STEP TO REPRODUCE:
1. Upgrade the linux64 from 2.4.18 kernel to 2.4.20 kernel.
2. Install JDK1.5.0 b16 bundle.
3. Launch Java2D with one of following 3 options:
a) j2sdk1.5.0/bin/java -jar -server j2sdk1.5.0/demo/jfc/Java2D/*.jar
b) j2sdk1.5.0/bin/java -jar -server -Xint j2sdk1.5.0/demo/jfc/Java2D/*.jar
c) j2sdk1.5.0/bin/java -jar -server -Xcomp j2sdk1.5.0/demo/jfc/Java2D/*.jar
4. Click on "Options" -> "Run Window"
5. When the Run Window pops up, click on Run button.
6. After a few runs, the VM crashes and the following hs_err_pid~.log are created respectively.
Results:
#
# An unexpected error has been detected by HotSpot Virtual Machine:
#
# SIGSEGV (0xb) at pc=0x20000000001a0610, pid=8374, tid=10251
#
# Java VM: Java HotSpot(TM) 64-Bit Server VM (1.5.0-beta-b16 interpreted mode)
# Problematic frame:
# C [libc.so.6.1+0xf4610]
#
a) with -server flag: see attached hs_err_pid9088.log
b) with -server -Xint flag: see attached hs_err_pid8374.log
c) with -server -Xcomp flag: see attached hs_err_pid8765.log
The VM crash also happens with the original 2.4.18 kernel:
Linux manny 2.4.18-e.12smp #1 SMP Thu Oct 17 15:13:01 EDT 2002 ia64 unknown
#
# An unexpected error has been detected by HotSpot Virtual Machine:
#
# SIGSEGV (0xb) at pc=0x20000000008458b1, pid=24925, tid=336916
#
# Java VM: Java HotSpot(TM) 64-Bit Server VM (1.5.0-beta-b16 mixed mode)
# Problematic frame:
#
[error occurred during error reporting, step 60, id 0xb]
--------------- T H R E A D ---------------
Current thread (0x60000000001dd780): JavaThread "AWT-EventQueue-0" [_thread_in_Java, id=25432]
see attached hs_err_pid24925.log for more detail.
###@###.### 2003-08-20
Cannot reproduce this bug in SWAT testing.
###@###.### 2003-09-15
- relates to
-
JDK-4908459 RT_DEMO crash on linux platform
-
- Closed
-