JDK-4686147 : Call to constructor of java.awt.Frame hangs the application on WindowsME
  • Type: Bug
  • Component: client-libs
  • Sub-Component: java.awt
  • Affected Version: 1.4.1
  • Priority: P2
  • Status: Closed
  • Resolution: Duplicate
  • OS: windows_98
  • CPU: x86
  • Submitted: 2002-05-16
  • Updated: 2002-05-17
  • Resolved: 2002-05-16
Related Reports
Duplicate :  
Description
Following Application hangs when executed on WindowsME or Windows98:

***********************************
import java.awt.*;
public class SampleFrame extends Frame
{
	public static void main(String args[])
	{
		new SampleFrame();
	}
}

How to reproduce:
=================
1. Save the following code in a file named "SampleFrame.java"	
2. set the path to b11 of hopper
3. Compile the class using " javac SampleFrame.java"
4. Execute the application 

	"java SampleFrame"

Application hangs as "java" process keeps on running without giving the control back to Console.

JDK used: jdk1.4.1 build 11
OS's affected: WindowsME and Windows98.

NOTES:
1.  On other Window OS's it is working fine.
2.  The same application works fine with B10 of hopper on all the OS's

Comments
EVALUATION Probably the same issue as 4683602 and its duplicates. ###@###.### 2002-05-16
16-05-2002