[
https://issues.apache.org/jira/browse/FELIX-4014?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Pierre De Rop closed FELIX-4014.
--------------------------------
> 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
> Fix For: dependencymanager-3.2.0
>
>
> 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 was sent by Atlassian JIRA
(v6.2#6252)