JDK-6262242 : 1.3.1-only: JCK runtime 13a Failure. javasoft.sqe.tests.api.javax.swing.SwingUtilities.otherTests
  • Type: Bug
  • Component: client-libs
  • Sub-Component: 2d
  • Affected Version: 1.3.1_16
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • OS: solaris_10
  • CPU: generic
  • Submitted: 2005-04-27
  • Updated: 2012-03-23
  • Resolved: 2005-05-27
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
Other
1.3.1_16 b06Fixed
Related Reports
Relates :  
Relates :  
Relates :  
Description
OS
=======
Solaris 10 3/05 s10_74L2a SPARC
Solaris 10 7/05 s10s_u1wos_03 SPARC

JDK
==================
Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.1_16-b02)
Java HotSpot(TM) Client VM (build 1.3.1_16-b02, mixed mode)

NOTE: The test also fails with 1.3.1fcs
java version "1.3.1"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.1-b24)
Java HotSpot(TM) Client VM (build 1.3.1-b24, mixed mode)

TESTS THAT FAIL
======================
javasoft.sqe.tests.api.javax.swing.SwingUtilities.otherTests

HOW TO REPRODUCE
=======================
1.export CLASSPATH=/net/latte.ireland.sun.com/export/home4/jck/JCK-runtime-13a/tests/../classes:/net/latte.ireland.sun.com/export/home4/jck/JCK-runtime-13a/javatest.jar

2. 
export LD_LIBRARY_PATH=/net/latte.ireland.sun.com/export/home4/jck/JCK-runtime-13a/lib-sparc

3.
set your display

4.
java -server -Djava.awt.headless=false -Xfuture -Djava.security.policy=/net/latte.ireland/export/home4/jck/JCK-runtime-13a/lib/jck.policy -Djava.rmi.activation.port= javasoft.sqe.tests.api.javax.swing.SwingUtilities.otherTests -exclude SwingUtilities3036,SwingUtilities3037,SwingUtilities3038,SwingUtilities3039 -TestCaseID ALL

See error report file attached fo detailed error message.


###@###.### 2005-04-27 15:40:20 GMT

###@###.### 2005-05-04 01:16:38 GMT

Comments
EVALUATION VM is crashing while using a font file (for font metrics) ../teTeX/share/texmf/fonts/type1/bluesky/cm/cmbxsl10.pfb that got installed in the machine where this failure is seen. The crash is not specific to Solaris 10. But, it is more related to reading font files. ###@###.### 2005-05-04 00:15:26 GMT Since the problem is seen only with 1.3.1xx on Solairs 10. and 1.3.1xx is not supported on Solaris 10, we are closing the bug as 'will not fix'. (pl. feel free to reopen, if you need a fix, with justification) ###@###.### 2005-05-11 01:33:13 GMT The crash happened because of the contour count reading. When the contour count for these font files was zero, 1.3.1xx codebase assumed it's non-zero. Hence, there was a crash. The font file list in the comments section. The first evaluation related to font family Compute Modern, is a different bug. It's closely related to bug# 6229389. ###@###.### 2005-05-27 23:17:30 GMT
04-05-2005