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

[jira] Created: (HARMONY-4075) [drlvm][util] It isn't possible to kill DLRVM with Ctrl-C in some conditions

[drlvm][util] It isn't possible to kill DLRVM with Ctrl-C in some conditions
----------------------------------------------------------------------------

                 Key: HARMONY-4075
                 URL: https://issues.apache.org/jira/browse/HARMONY-4075
             Project: Harmony
          Issue Type: Bug
          Components: DRLVM
         Environment: Linux on all architectures
            Reporter: Gregory Shimansky


When running the attached test DL.java two threads dead lock each other. After dead lock happens DRLVM cannot be killed by Ctrl-C on Linux. I suspect that the problem is in handling SIGINT by DRLVM.

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


[jira] Updated: (HARMONY-4075) [drlvm][util] It isn't possible to kill DLRVM with Ctrl-C in some conditions

Posted by "Gregory Shimansky (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HARMONY-4075?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Gregory Shimansky updated HARMONY-4075:
---------------------------------------

    Attachment: DL.java

Test to reproduce the problem.

> [drlvm][util] It isn't possible to kill DLRVM with Ctrl-C in some conditions
> ----------------------------------------------------------------------------
>
>                 Key: HARMONY-4075
>                 URL: https://issues.apache.org/jira/browse/HARMONY-4075
>             Project: Harmony
>          Issue Type: Bug
>          Components: DRLVM
>         Environment: Linux on all architectures
>            Reporter: Gregory Shimansky
>         Attachments: DL.java
>
>
> When running the attached test DL.java two threads dead lock each other. After dead lock happens DRLVM cannot be killed by Ctrl-C on Linux. I suspect that the problem is in handling SIGINT by DRLVM.

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


[jira] Assigned: (HARMONY-4075) [drlvm][util] It isn't possible to kill DLRVM with Ctrl-C in some conditions

Posted by "Gregory Shimansky (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HARMONY-4075?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Gregory Shimansky reassigned HARMONY-4075:
------------------------------------------

    Assignee: Gregory Shimansky

> [drlvm][util] It isn't possible to kill DLRVM with Ctrl-C in some conditions
> ----------------------------------------------------------------------------
>
>                 Key: HARMONY-4075
>                 URL: https://issues.apache.org/jira/browse/HARMONY-4075
>             Project: Harmony
>          Issue Type: Bug
>          Components: DRLVM
>         Environment: Linux on all architectures
>            Reporter: Gregory Shimansky
>            Assignee: Gregory Shimansky
>         Attachments: DL.java, H4075-Deadlock-in-DestroyJavaVM-fixed.patch
>
>
> When running the attached test DL.java two threads dead lock each other. After dead lock happens DRLVM cannot be killed by Ctrl-C on Linux. I suspect that the problem is in handling SIGINT by DRLVM.

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


[jira] Closed: (HARMONY-4075) [drlvm][util] It isn't possible to kill DLRVM with Ctrl-C in some conditions

Posted by "Gregory Shimansky (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HARMONY-4075?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Gregory Shimansky closed HARMONY-4075.
--------------------------------------

    Resolution: Fixed

Patch applied at 549823. I checked that Ctrl-C works now. Thanks a lot Eugene.

> [drlvm][util] It isn't possible to kill DLRVM with Ctrl-C in some conditions
> ----------------------------------------------------------------------------
>
>                 Key: HARMONY-4075
>                 URL: https://issues.apache.org/jira/browse/HARMONY-4075
>             Project: Harmony
>          Issue Type: Bug
>          Components: DRLVM
>         Environment: Linux on all architectures
>            Reporter: Gregory Shimansky
>            Assignee: Gregory Shimansky
>         Attachments: DL.java, H4075-Deadlock-in-DestroyJavaVM-fixed.patch
>
>
> When running the attached test DL.java two threads dead lock each other. After dead lock happens DRLVM cannot be killed by Ctrl-C on Linux. I suspect that the problem is in handling SIGINT by DRLVM.

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


[jira] Updated: (HARMONY-4075) [drlvm][util] It isn't possible to kill DLRVM with Ctrl-C in some conditions

Posted by "Eugene S. Ostrovsky (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HARMONY-4075?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Eugene S. Ostrovsky updated HARMONY-4075:
-----------------------------------------

    Attachment: H4075-Deadlock-in-DestroyJavaVM-fixed.patch

Added patch:
  H4075-Deadlock-in-DestroyJavaVM-fixed.patch

Fix for the issue.

> [drlvm][util] It isn't possible to kill DLRVM with Ctrl-C in some conditions
> ----------------------------------------------------------------------------
>
>                 Key: HARMONY-4075
>                 URL: https://issues.apache.org/jira/browse/HARMONY-4075
>             Project: Harmony
>          Issue Type: Bug
>          Components: DRLVM
>         Environment: Linux on all architectures
>            Reporter: Gregory Shimansky
>         Attachments: DL.java, H4075-Deadlock-in-DestroyJavaVM-fixed.patch
>
>
> When running the attached test DL.java two threads dead lock each other. After dead lock happens DRLVM cannot be killed by Ctrl-C on Linux. I suspect that the problem is in handling SIGINT by DRLVM.

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