You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@felix.apache.org by "Xander Uiterlinden (JIRA)" <ji...@apache.org> on 2013/06/03 13:56:20 UTC

[jira] [Work started] (FELIX-4014) handleAspectAwareRemoved in ServiceDependencyImpl can cause a possible deadlock

     [ https://issues.apache.org/jira/browse/FELIX-4014?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Work on FELIX-4014 started by Xander Uiterlinden.

> handleAspectAwareRemoved in ServiceDependencyImpl can cause a possible deadlock
> -------------------------------------------------------------------------------
>
>                 Key: FELIX-4014
>                 URL: https://issues.apache.org/jira/browse/FELIX-4014
>             Project: Felix
>          Issue Type: Bug
>          Components: Dependency Manager
>            Reporter: Xander Uiterlinden
>            Assignee: Xander Uiterlinden
>
> the handleAspectAwareRemoved invokes a callback method within a synchronization block. Since we don't know what will be going there this can cause (and in our case does cause) concurrency issues.
> The fix would be to move the invoke out of the sync block.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira