You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Yuri Dolgov (JIRA)" <ji...@apache.org> on 2007/06/08 08:55:27 UTC

[jira] Updated: (HARMONY-4091) [drlvm]Harmony doesn't respond on Ctrl+C

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

Yuri Dolgov updated HARMONY-4091:
---------------------------------

    Component/s: DRLVM
        Summary: [drlvm]Harmony doesn't respond on Ctrl+C  (was: Harmony doesn't respond on Ctrl+C)

> [drlvm]Harmony doesn't respond on Ctrl+C
> ----------------------------------------
>
>                 Key: HARMONY-4091
>                 URL: https://issues.apache.org/jira/browse/HARMONY-4091
>             Project: Harmony
>          Issue Type: Bug
>          Components: DRLVM
>         Environment: Windows XP on IA32
>            Reporter: Yuri Dolgov
>
> Harmony doesn't respond on Ctrl+C after running the following test. 
> And VM doesn't stop after closing the window.
> import javax.swing.JFrame;
> public class SwingTest {
>     public static void main (String[] args) {
>         JFrame f = new JFrame();
>         f.show();
>     }
> }

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