JDK-6340925 : Mustang B57 crashed on solaris 10 by running SwingSet2 Slider demo with -d64 flag in GTK L&F
  • Type: Bug
  • Component: client-libs
  • Sub-Component: javax.swing
  • Affected Version: 6
  • Priority: P3
  • Status: Closed
  • Resolution: Duplicate
  • OS: solaris_10
  • CPU: sparc
  • Submitted: 2005-10-24
  • Updated: 2011-02-16
  • Resolved: 2005-10-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.
JDK 6
6Resolved
Related Reports
Duplicate :  
Description
Java Version:
Java VM: Java HotSpot(TM) 64-Bit Server VM (1.6.0-ea-b57 mixed mode)
Platform: Solaris-sparc10 
hostname: soda.sfbay

Problems:
When running SwingSet2 with -d64 flag and select GTK L&F, mustang recent build b57/b56
crashed by clicking Slider demo. 
It is always reproduciable. It also repruciable in solaris-amd64.
It is OK with 32 bits java and other Look & Feel.

How to reproduce:
1. Using promoted java: /java/re/jdk/1.6.0/promoted/ea/b57/binaries/solaris-sparcv9
2. run SwingSet2 by:
   bin/java -d64 -jar demo/jfc/SwingSet2/*.jar
3. select GTK L&F
4. click Slider Demo button
5. You will see core dumped.