JDK-6923313 : -Dswing.defaultlaf=com.sun.java.swing.plaf.nimbus.NimbusLookAndFeel -> JVM crash on Solaris i586
  • Type: Bug
  • Component: client-libs
  • Sub-Component: javax.swing
  • Affected Version: 7
  • Priority: P2
  • Status: Closed
  • Resolution: Duplicate
  • OS: solaris
  • CPU: x86
  • Submitted: 2010-02-04
  • Updated: 2012-03-22
  • Resolved: 2010-02-05
Related Reports
Duplicate :  
Relates :  
Description
Platform: Solaris i586
JDK: 7b57+ (since Nimbus integration to 7)

The problem described in 6919295 makes most of the Swing API unusable if Nimbus L&F is set with

  -Dswing.defaultlaf=javax.swing.plaf.nimbus.NimbusLookAndFeel

which is specified at
  http://java.sun.com/docs/books/tutorial/uiswing/lookandfeel/plaf.html#commandLine

#
# A fatal error has been detected by the Java Runtime Environment:
#
#  SIGSEGV (0xb) at pc=0xa9354181, pid=19130, tid=31
#
# JRE version: 7.0-b79
# Java VM: Java HotSpot(TM) Server VM (17.0-b06 mixed mode solaris-x86 )
# Problematic frame:
# C  [libfontconfig.so.1+0x24181]
#
# An error report file with more information is saved as:
# /net/zenit/export/users/db158260/ws/jck7/common/build/run/hs_err_pid19130.log
#
# If you would like to submit a bug report, please visit:
#   http://java.sun.com/webapps/bugreport/crash.jsp
# The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to report the bug.
#


Due to this issue 1088(of 1719) conformance tests from Swing area do fail with ERROR. List of tests that fails with ERROR is attached to CR.