Deadlock in ServerConnection
----------------------------

         Key: JAMES-428
         URL: http://issues.apache.org/jira/browse/JAMES-428
     Project: James
        Type: Bug
    Reporter: Soren Hilmer
 Assigned to: Soren Hilmer 


When dispose() is called on ServerConnection, it in turn calls dispose() on all 
runners, but these runners are still running and waits for their run() to 
finish, unfortunately that requires grapping the lock on 
ClientConnectionRunners, which at that time is held by the dispose() call on 
ServerConnection.



-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to