You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Geir Magnusson Jr (JIRA)" <ji...@apache.org> on 2006/10/14 18:31:42 UTC

[jira] Closed: (HARMONY-1824) [DRLVM] non-daemon thread dies when main thread finish

     [ http://issues.apache.org/jira/browse/HARMONY-1824?page=all ]

Geir Magnusson Jr closed HARMONY-1824.
--------------------------------------


> [DRLVM] non-daemon thread dies when main thread finish
> ------------------------------------------------------
>
>                 Key: HARMONY-1824
>                 URL: http://issues.apache.org/jira/browse/HARMONY-1824
>             Project: Harmony
>          Issue Type: Bug
>          Components: DRLVM
>         Environment: All
>            Reporter: Ivan Volosyuk
>         Assigned To: Geir Magnusson Jr
>
> Simple test which fails for me:
> public class Test{
>    public static void main(final String[] args) throws Exception
>    {
>       Runnable worker = new Runnable() {
>           public void run()
>           {
>               try {
>                   Thread.sleep(1000);
>                   System.err.println("PASSED");
>               } catch (Throwable e) {
>                   e.printStackTrace();
>               }
>           }
>       };
>       new Thread(worker).start();
>    }
> }

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira