JDK-6341903 : Some tests failed on RHEL4.0 AMD against VM crash.
  • Type: Bug
  • Component: client-libs
  • Sub-Component: javax.swing
  • Affected Version: 6
  • Priority: P2
  • Status: Closed
  • Resolution: Duplicate
  • OS: linux_redhat_4.0
  • CPU: x86
  • Submitted: 2005-10-26
  • Updated: 2011-03-11
  • Resolved: 2005-11-02
Related Reports
Duplicate :  
Description
Bug Info:
=========
The following tests failed against VM crash.

${SQE_JFC_WS}/swing/src/Swing_JComponent/Automated/CCC4281034
${SQE_JFC_WS}/swing/src/Swing_JSlider/Automated/CCC4411767
${SQE_JFC_WS}/swing/src/Swing_AllComponents/Automated/Pink/ColorChooserTestCase.java
${SQE_JFC_WS}/swing/src/Swing_AllComponents/Automated/Pink/SliderTestCase.java


Error Details:
==============
#
# An unexpected error has been detected by HotSpot Virtual Machine:
#
#  SIGSEGV (0xb) at pc=0x0000003b2f81289d, pid=23345, tid=1087158624
#
# Java VM: Java HotSpot(TM) 64-Bit Server VM (1.6.0-ea-b57 mixed mode)
# Problematic frame:
# C  [libgobject-2.0.so.0+0x1289d]


JDK Info:
=========
java version "1.6.0-ea"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.6.0-ea-b57)
Java HotSpot(TM) 64-Bit Server VM (build 1.6.0-ea-b57, mixed mode, sharing)


Swing WS Location:
==================
SQE_JFC_WS =/net/jit048.india.sun.com/space/dtf/knight_ws/suites/JFC_Mustang_int_ws


Hardware Details:
=================
OS:Red Hat Enterprise Linux AS release 4 (Nahant Update 1)

uname:Linux 2.6.9-11.EL #1 Fri May 20 18:15:25 EDT 2005 x86_64
libc:glibc 2.3.4 NPTL 2.3.4 
rlimit: STACK 10240k, CORE 0k, NPROC 4095, NOFILE 1024, AS infinity
load average:0.00 0.06 0.16

CPU:total 1 amd64 3dnow

Memory: 4k page, physical 509804k(45288k free), swap 1052216k(1052056k free)

vm_info: Java HotSpot(TM) 64-Bit Server VM (1.6.0-ea-b57) for linux-amd64, built on Oct 20 2005 01:09:03 by "java_re" with gcc 3.2.2 (SuSE Linux)


Please check the attached log files for more details about the bug.

Comments
EVALUATION All crashes happen in slider on 64bit VM, which clearly indicates the problem is related to 6310183.
02-11-2005

EVALUATION Three of the error logs show that the Java frame in question is: j com.sun.java.swing.plaf.gtk.GTKNativeStyle.native_get_xthickness(I)I+0 One of the error logs shows the Java frame: j com.sun.java.swing.plaf.gtk.GTKNativeStyle.native_get_pango_font_name(I)Ljava/lang/String;+0 So this may be two separate bugs.
26-10-2005