You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mina.apache.org by "peter royal (JIRA)" <ji...@apache.org> on 2007/09/02 18:59:19 UTC

[jira] Created: (DIRMINA-431) Deadlock in VmPipe mode

Deadlock in VmPipe mode
-----------------------

                 Key: DIRMINA-431
                 URL: https://issues.apache.org/jira/browse/DIRMINA-431
             Project: MINA
          Issue Type: Bug
          Components: Core
    Affects Versions: 1.1.2
            Reporter: peter royal
            Assignee: peter royal
            Priority: Blocker
             Fix For: 1.1.3, 2.0.0-M1


It is possible to get threads for the VmPipe implementation to deadlock when re-using connections.

See VmPipeSessionCrossCommunicationTest.

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


[jira] Commented: (DIRMINA-431) Deadlock in VmPipe mode

Posted by "Trustin Lee (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/DIRMINA-431?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12524412 ] 

Trustin Lee commented on DIRMINA-431:
-------------------------------------

Probably both in 1.0 and trunk

> Deadlock in VmPipe mode
> -----------------------
>
>                 Key: DIRMINA-431
>                 URL: https://issues.apache.org/jira/browse/DIRMINA-431
>             Project: MINA
>          Issue Type: Bug
>          Components: Core
>    Affects Versions: 1.1.2
>            Reporter: peter royal
>            Assignee: peter royal
>            Priority: Blocker
>             Fix For: 1.1.3, 2.0.0-M1
>
>
> It is possible to get threads for the VmPipe implementation to deadlock when re-using connections.
> See VmPipeSessionCrossCommunicationTest.

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


[jira] Commented: (DIRMINA-431) Deadlock in VmPipe mode

Posted by "peter royal (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/DIRMINA-431?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12524369 ] 

peter royal commented on DIRMINA-431:
-------------------------------------

Fixed in 1.1 branch. Need to evaluate trunk to determine if it needs the fix.

> Deadlock in VmPipe mode
> -----------------------
>
>                 Key: DIRMINA-431
>                 URL: https://issues.apache.org/jira/browse/DIRMINA-431
>             Project: MINA
>          Issue Type: Bug
>          Components: Core
>    Affects Versions: 1.1.2
>            Reporter: peter royal
>            Assignee: peter royal
>            Priority: Blocker
>             Fix For: 1.1.3, 2.0.0-M1
>
>
> It is possible to get threads for the VmPipe implementation to deadlock when re-using connections.
> See VmPipeSessionCrossCommunicationTest.

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


[jira] Resolved: (DIRMINA-431) Deadlock in VmPipe mode

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

Trustin Lee resolved DIRMINA-431.
---------------------------------

    Resolution: Fixed

Peter, please confirm I didn't break anything. :)

> Deadlock in VmPipe mode
> -----------------------
>
>                 Key: DIRMINA-431
>                 URL: https://issues.apache.org/jira/browse/DIRMINA-431
>             Project: MINA
>          Issue Type: Bug
>          Components: Transport
>    Affects Versions: 1.0.5, 1.1.2
>            Reporter: peter royal
>            Assignee: Trustin Lee
>            Priority: Blocker
>             Fix For: 1.0.6, 1.1.3
>
>
> It is possible to get threads for the VmPipe implementation to deadlock when re-using connections.
> See VmPipeSessionCrossCommunicationTest.

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


[jira] Closed: (DIRMINA-431) Deadlock in VmPipe mode

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

Emmanuel Lecharny closed DIRMINA-431.
-------------------------------------


> Deadlock in VmPipe mode
> -----------------------
>
>                 Key: DIRMINA-431
>                 URL: https://issues.apache.org/jira/browse/DIRMINA-431
>             Project: MINA
>          Issue Type: Bug
>          Components: Transport
>    Affects Versions: 1.0.5, 1.1.2
>            Reporter: peter royal
>            Assignee: Trustin Lee
>            Priority: Blocker
>             Fix For: 1.0.6, 1.1.3
>
>
> It is possible to get threads for the VmPipe implementation to deadlock when re-using connections.
> See VmPipeSessionCrossCommunicationTest.

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


[jira] Closed: (DIRMINA-431) Deadlock in VmPipe mode

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

peter royal closed DIRMINA-431.
-------------------------------

    Resolution: Fixed

Fixed in 1.1 and trunk. 1.0 users should upgrade, as the fix uses updated java memory model semantics in java 1.5, and java5 concurrency features.

> Deadlock in VmPipe mode
> -----------------------
>
>                 Key: DIRMINA-431
>                 URL: https://issues.apache.org/jira/browse/DIRMINA-431
>             Project: MINA
>          Issue Type: Bug
>          Components: Core
>    Affects Versions: 1.1.2
>            Reporter: peter royal
>            Assignee: peter royal
>            Priority: Blocker
>             Fix For: 1.1.3, 2.0.0-M1
>
>
> It is possible to get threads for the VmPipe implementation to deadlock when re-using connections.
> See VmPipeSessionCrossCommunicationTest.

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


[jira] Updated: (DIRMINA-431) Deadlock in VmPipe mode

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

Trustin Lee updated DIRMINA-431:
--------------------------------

          Component/s:     (was: Core)
                       Transport
        Fix Version/s:     (was: 2.0.0-M1)
                       1.0.6
    Affects Version/s: 1.0.5

> Deadlock in VmPipe mode
> -----------------------
>
>                 Key: DIRMINA-431
>                 URL: https://issues.apache.org/jira/browse/DIRMINA-431
>             Project: MINA
>          Issue Type: Bug
>          Components: Transport
>    Affects Versions: 1.0.5, 1.1.2
>            Reporter: peter royal
>            Assignee: Trustin Lee
>            Priority: Blocker
>             Fix For: 1.0.6, 1.1.3
>
>
> It is possible to get threads for the VmPipe implementation to deadlock when re-using connections.
> See VmPipeSessionCrossCommunicationTest.

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


[jira] Reopened: (DIRMINA-431) Deadlock in VmPipe mode

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

Trustin Lee reopened DIRMINA-431:
---------------------------------


This issue can be reproduced and resolved in 1.0 too.

> Deadlock in VmPipe mode
> -----------------------
>
>                 Key: DIRMINA-431
>                 URL: https://issues.apache.org/jira/browse/DIRMINA-431
>             Project: MINA
>          Issue Type: Bug
>          Components: Core
>    Affects Versions: 1.1.2
>            Reporter: peter royal
>            Assignee: Trustin Lee
>            Priority: Blocker
>             Fix For: 1.1.3, 2.0.0-M1
>
>
> It is possible to get threads for the VmPipe implementation to deadlock when re-using connections.
> See VmPipeSessionCrossCommunicationTest.

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