You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Alexei Zakharov (JIRA)" <ji...@apache.org> on 2007/03/16 12:43:10 UTC

[jira] Assigned: (HARMONY-3059) [classlib][awt]VM hangs up if it invokes Toolkit.getDefaultToolkit()

     [ https://issues.apache.org/jira/browse/HARMONY-3059?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Alexei Zakharov reassigned HARMONY-3059:
----------------------------------------

    Assignee: Alexei Zakharov

> [classlib][awt]VM hangs up if it invokes Toolkit.getDefaultToolkit() 
> ---------------------------------------------------------------------
>
>                 Key: HARMONY-3059
>                 URL: https://issues.apache.org/jira/browse/HARMONY-3059
>             Project: Harmony
>          Issue Type: Bug
>          Components: Classlib
>         Environment: Windows, Linux
>            Reporter: Vera Petrashkova
>         Assigned To: Alexei Zakharov
>
> The following test demonstrates that VM hangs up if it invokes 
> java.awt.Toolkit.getDefaultToolkit() method.
> ----------------------
> import java.awt.Toolkit;
> public class getDefToolkitTest {
>     public static void main(String[] args) {
>         Toolkit.getDefaultToolkit();
>         System.err.println("Test finished");
>         // System.exit(0);
>     }	
> }
> ----------------------
> The running does not stop after message: "Test finished"
> But if the program contains System.exit(..) then it finishes correctly.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.