You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Eugene S. Ostrovsky (JIRA)" <ji...@apache.org> on 2007/06/22 11:34:26 UTC

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

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

Eugene S. Ostrovsky commented on HARMONY-4091:
----------------------------------------------

1. Can't reproduce. I press Ctrl+C and VM finishes.
2. RI also doesn't stop after closing the window

> [drlvm][util] 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.