bug-classpath
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug awt/23877] New: call to Toolkit.getDefaultToolkit() causes applicat


From: roman at kennke dot org
Subject: [Bug awt/23877] New: call to Toolkit.getDefaultToolkit() causes application to hang
Date: 14 Sep 2005 09:20:49 -0000

This testprogram hangs infinitly although it certainly should not:

class test
{
  public static final void main (String args[]) {
    java.awt.Toolkit.getDefaultToolkit();

  }
}

This can wide consequences like applications that hang when they load a font or
similar. After what I have found the problem is that in GtkToolkit.java line 132
the GTK main thread is started, which is not a daemon thread.

/Roman

-- 
           Summary: call to Toolkit.getDefaultToolkit() causes application
                    to hang
           Product: classpath
           Version: unspecified
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: awt
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: roman at kennke dot org
                CC: bug-classpath at gnu dot org


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23877




reply via email to

[Prev in Thread] Current Thread [Next in Thread]