JDK-6310096 : [java control panel]java control panel core dump when moveing the scroll bar of Disk space
  • Type: Bug
  • Component: client-libs
  • Sub-Component: javax.swing
  • Affected Version: 6
  • Priority: P1
  • Status: Closed
  • Resolution: Duplicate
  • OS: linux
  • CPU: x86
  • Submitted: 2005-08-12
  • Updated: 2011-02-16
  • Resolved: 2006-03-15
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 :  
Relates :  
Description
On JDS Linux, with JRE1.6.0 b47, b46, b45, b44
open java control panel,go to Temporary File Settings, Disk space, drag the scrollbar for  setting the amount of disk space for storing temporary files.Press "OK" button.
Then java control panel crashes.

log file as the attachment

Comments
EVALUATION Could you give me the exact system configuration including the version of kernel, version of libgtk and the most important - a stable way of reproducing the bug. I couldn't reproduce it either with ControlPanel and with SwingSet. I've tried to run the applications about ten times in a row with different gtk themes and there were no core dumps.
23-08-2005

EVALUATION b44 doesn't has this bug. this bug happened from b45 on. It seems to be caused by underlying gtk libraries. the bug happens when GTK Accessibity is enabled. it can be reproduced in SwingSet2 demo, see below ( I used demo from 5.0u1, java is from 6.0 b45) # java -jar /usr/java/jdk1.5.0_01/demo/jfc/SwingSet2/SwingSet2.jar set look & feel to GTK style, then go to JSlider demo, try 3 horizontal slider serveral times, click File->exit. then this program outputs like below, GTK Accessibility Module initialized application finalize called # # An unexpected error has been detected by HotSpot Virtual Machine: # # SIGSEGV (0xb) at pc=0x440c8eaf, pid=10116, tid=1153969072 # # Java VM: Java HotSpot(TM) Client VM (1.6.0-ea-b45 mixed mode, sharing) # Problematic frame: # C [libORBit-2.so.0+0x31eaf] # # An error report file with more information is saved as hs_err_pid10116.log # # If you would like to submit a bug report, please visit: # http://java.sun.com/webapps/bugreport/crash.jsp # Aborted (core dumped) sometimes this programs can exit normally, try serveral times you can see the above output. the hs_err_pid10116.log is attached.
15-08-2005