JDK-6232686 : JCK api/java_awt/Event/FrmEventTests.html#FrmEventTest0008 fails
  • Type: Bug
  • Component: client-libs
  • Sub-Component: java.awt
  • Affected Version: 6
  • Priority: P3
  • Status: Closed
  • Resolution: Cannot Reproduce
  • OS: linux_2.4
  • CPU: x86
  • Submitted: 2005-02-24
  • Updated: 2012-03-23
  • Resolved: 2006-03-14
Related Reports
Relates :  
Description
JCK test 
 api/java_awt/Event/FrmEventTests.html#FrmEventTest0008
always fail on Linux SuSe 9.2 (Gnome) with Error message:
FrmEventTest0007: Failed. FrmEventTest0007: componentResized event was not delivered when frame was resized.

I'm using JCK harness to reproduce this bug. It fails with JDK5.0 and JDK6.0b24. I haven't tested it on other platforms.

###@###.### 2005-2-24 15:14:42 GMT

Comments
EVALUATION The test works well under JCK harness on KDE. On Gnome it looks like hanged although jstack sees no other java proccesses other then JCKharness starter. It reported that test passed and marked it with green label but the list of the tests not responding on user interactions. I tried Progress Monitor and it shows the proccess alive and the memory usage is growing up. All that happens intermittently.
07-03-2006

EVALUATION It doesn't look like known AWT deadlock while dispose() invokes from synchronized method/block. ###@###.### 2005-2-24 15:14:42 GMT Strangely that now I couldn't reproduce this bug in the same environment: SuSe9.2 with GNOME as WM. This points to a thread race that occur in test or in the awt sources. ###@###.### 2005-05-13 12:59:40 GMT
24-02-2005