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

[jira] Created: (HARMONY-4220) [drlvm][thread] DRLVM hangs on Windows when simultaneous interrupt and notify occur

[drlvm][thread] DRLVM hangs on Windows when simultaneous interrupt and notify occur
-----------------------------------------------------------------------------------

                 Key: HARMONY-4220
                 URL: https://issues.apache.org/jira/browse/HARMONY-4220
             Project: Harmony
          Issue Type: Bug
          Components: DRLVM
         Environment: r546792 on slow Windows XP
            Reporter: Andrey Yakushev


As a result of investigation of the HARMONY-4046 more simple test were created, that shows that problem in inside DRLVM thread handling. The problem is in DRLVM hang if both interrupt and notify occur when the thread wait on object. The problem exists on slow Windows XP computers.

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


[jira] Updated: (HARMONY-4220) [drlvm][thread] DRLVM hangs on Windows when simultaneous interrupt and notify occur

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

Pavel Rebriy updated HARMONY-4220:
----------------------------------

    Attachment: H4220-regression,patch

Added regression test.

> [drlvm][thread] DRLVM hangs on Windows when simultaneous interrupt and notify occur
> -----------------------------------------------------------------------------------
>
>                 Key: HARMONY-4220
>                 URL: https://issues.apache.org/jira/browse/HARMONY-4220
>             Project: Harmony
>          Issue Type: Bug
>          Components: DRLVM
>         Environment: r546792 on slow Windows XP
>            Reporter: Andrey Yakushev
>         Attachments: H4220-regression,patch, InterruptNotifyTest.java
>
>
> As a result of investigation of the HARMONY-4046 more simple test were created, that shows that problem in inside DRLVM thread handling. The problem is in DRLVM hang if both interrupt and notify occur when the thread wait on object. The problem exists on slow Windows XP computers.

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


[jira] Commented: (HARMONY-4220) [drlvm][thread] DRLVM hangs on Windows when simultaneous interrupt and notify occur

Posted by "Pavel Rebriy (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HARMONY-4220?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12554918 ] 

Pavel Rebriy commented on HARMONY-4220:
---------------------------------------

Test is checked on revision 607374.

> [drlvm][thread] DRLVM hangs on Windows when simultaneous interrupt and notify occur
> -----------------------------------------------------------------------------------
>
>                 Key: HARMONY-4220
>                 URL: https://issues.apache.org/jira/browse/HARMONY-4220
>             Project: Harmony
>          Issue Type: Bug
>          Components: DRLVM
>         Environment: r546792 on slow Windows XP
>            Reporter: Andrey Yakushev
>         Attachments: InterruptNotifyTest.java
>
>
> As a result of investigation of the HARMONY-4046 more simple test were created, that shows that problem in inside DRLVM thread handling. The problem is in DRLVM hang if both interrupt and notify occur when the thread wait on object. The problem exists on slow Windows XP computers.

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


[jira] Commented: (HARMONY-4220) [drlvm][thread] DRLVM hangs on Windows when simultaneous interrupt and notify occur

Posted by "Pavel Rebriy (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HARMONY-4220?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12559497#action_12559497 ] 

Pavel Rebriy commented on HARMONY-4220:
---------------------------------------

Now bug is fixed and could be closed.

> [drlvm][thread] DRLVM hangs on Windows when simultaneous interrupt and notify occur
> -----------------------------------------------------------------------------------
>
>                 Key: HARMONY-4220
>                 URL: https://issues.apache.org/jira/browse/HARMONY-4220
>             Project: Harmony
>          Issue Type: Bug
>          Components: DRLVM
>         Environment: r546792 on slow Windows XP
>            Reporter: Andrey Yakushev
>         Attachments: InterruptNotifyTest.java
>
>
> As a result of investigation of the HARMONY-4046 more simple test were created, that shows that problem in inside DRLVM thread handling. The problem is in DRLVM hang if both interrupt and notify occur when the thread wait on object. The problem exists on slow Windows XP computers.

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


[jira] Commented: (HARMONY-4220) [drlvm][thread] DRLVM hangs on Windows when simultaneous interrupt and notify occur

Posted by "Pavel Rebriy (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HARMONY-4220?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12554916 ] 

Pavel Rebriy commented on HARMONY-4220:
---------------------------------------

I've checked the test with the patch from HARMONY-5352, test passed more then 2500 times on slow WindowsXP.
After commit the patch this bug could be closed as FIXED.

> [drlvm][thread] DRLVM hangs on Windows when simultaneous interrupt and notify occur
> -----------------------------------------------------------------------------------
>
>                 Key: HARMONY-4220
>                 URL: https://issues.apache.org/jira/browse/HARMONY-4220
>             Project: Harmony
>          Issue Type: Bug
>          Components: DRLVM
>         Environment: r546792 on slow Windows XP
>            Reporter: Andrey Yakushev
>         Attachments: InterruptNotifyTest.java
>
>
> As a result of investigation of the HARMONY-4046 more simple test were created, that shows that problem in inside DRLVM thread handling. The problem is in DRLVM hang if both interrupt and notify occur when the thread wait on object. The problem exists on slow Windows XP computers.

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


[jira] Updated: (HARMONY-4220) [drlvm][thread] DRLVM hangs on Windows when simultaneous interrupt and notify occur

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

Andrey Yakushev updated HARMONY-4220:
-------------------------------------

    Attachment: InterruptNotifyTest.java

InterruptNotifyTest hangs on slow Windows XP computer. It was checked on svn revision r546792 .
RI works well.

> [drlvm][thread] DRLVM hangs on Windows when simultaneous interrupt and notify occur
> -----------------------------------------------------------------------------------
>
>                 Key: HARMONY-4220
>                 URL: https://issues.apache.org/jira/browse/HARMONY-4220
>             Project: Harmony
>          Issue Type: Bug
>          Components: DRLVM
>         Environment: r546792 on slow Windows XP
>            Reporter: Andrey Yakushev
>         Attachments: InterruptNotifyTest.java
>
>
> As a result of investigation of the HARMONY-4046 more simple test were created, that shows that problem in inside DRLVM thread handling. The problem is in DRLVM hang if both interrupt and notify occur when the thread wait on object. The problem exists on slow Windows XP computers.

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


[jira] Closed: (HARMONY-4220) [drlvm][thread] DRLVM hangs on Windows when simultaneous interrupt and notify occur

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

Gregory Shimansky closed HARMONY-4220.
--------------------------------------

    Resolution: Fixed
      Assignee: Gregory Shimansky

Regression test is committed at 612521. Issue is closed as duplicate of HARMONY-5352.

> [drlvm][thread] DRLVM hangs on Windows when simultaneous interrupt and notify occur
> -----------------------------------------------------------------------------------
>
>                 Key: HARMONY-4220
>                 URL: https://issues.apache.org/jira/browse/HARMONY-4220
>             Project: Harmony
>          Issue Type: Bug
>          Components: DRLVM
>         Environment: r546792 on slow Windows XP
>            Reporter: Andrey Yakushev
>            Assignee: Gregory Shimansky
>         Attachments: H4220-regression,patch, H4220-regression,patch, InterruptNotifyTest.java
>
>
> As a result of investigation of the HARMONY-4046 more simple test were created, that shows that problem in inside DRLVM thread handling. The problem is in DRLVM hang if both interrupt and notify occur when the thread wait on object. The problem exists on slow Windows XP computers.

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


[jira] Updated: (HARMONY-4220) [drlvm][thread] DRLVM hangs on Windows when simultaneous interrupt and notify occur

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

Pavel Rebriy updated HARMONY-4220:
----------------------------------

    Attachment: H4220-regression,patch

Second try...

> [drlvm][thread] DRLVM hangs on Windows when simultaneous interrupt and notify occur
> -----------------------------------------------------------------------------------
>
>                 Key: HARMONY-4220
>                 URL: https://issues.apache.org/jira/browse/HARMONY-4220
>             Project: Harmony
>          Issue Type: Bug
>          Components: DRLVM
>         Environment: r546792 on slow Windows XP
>            Reporter: Andrey Yakushev
>         Attachments: H4220-regression,patch, H4220-regression,patch, InterruptNotifyTest.java
>
>
> As a result of investigation of the HARMONY-4046 more simple test were created, that shows that problem in inside DRLVM thread handling. The problem is in DRLVM hang if both interrupt and notify occur when the thread wait on object. The problem exists on slow Windows XP computers.

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