JDK-6271892 : PIT: Application hangs on Solaris after opening few dialogs
  • Type: Bug
  • Component: client-libs
  • Sub-Component: java.awt
  • Affected Version: 6
  • Priority: P3
  • Status: Closed
  • Resolution: Duplicate
  • OS: solaris_10
  • CPU: sparc
  • Submitted: 2005-05-17
  • Updated: 2011-01-19
  • Resolved: 2005-05-20
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
I have attached a sample test. Execute the sample test on XToolkit - Solaris10-JDS. 

1. 2 frames and a window will be opened.
2. Click on the file menu and click 'exit' menu item.
3. An Application Modal dialog will be opened.
4. Click on the save button. A SAVE file dialog will be opened. (this is blocked)
5. Click on the save button again. Another save dialog will be opened. (this is blocked)
6. Click on the 'CLOSE' button of 'BUTTON TEST' frame. 

Now try clicking wherever you want and all the windows are blocked. There is no alternative but to kill the application. This is not reproducible on Win32 because clicking on SAVE button would throw a NPE on win32. 

This is reproducible with the following PIT build on SolarisSparc10-JDS.
Java(TM) 2 Runtime Environment, Standard Edition (build 1.6.0-awt.pit-int-awt-blade-dm97671_11_May_2005_10_32-b00)
Java HotSpot(TM) Server VM (build 1.6.0-ea-b35, mixed mode)

###@###.### 2005-05-17 19:00:05 GMT