[ http://issues.apache.org/jira/browse/JAMES-428?page=all ] Soren Hilmer resolved JAMES-428: --------------------------------
Fix Version: 2.3.0 Resolution: Fixed > Deadlock in ServerConnection > ---------------------------- > > Key: JAMES-428 > URL: http://issues.apache.org/jira/browse/JAMES-428 > Project: James > Type: Bug > Reporter: Soren Hilmer > Assignee: Soren Hilmer > Fix For: 2.3.0 > > 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]