Guillaume Nodet created FELIX-4326: -------------------------------------- Summary: Possible Invalid BundleContext exception when shutting down the extender Key: FELIX-4326 URL: https://issues.apache.org/jira/browse/FELIX-4326 Project: Felix Issue Type: Bug Components: Utils Reporter: Guillaume Nodet Assignee: Guillaume Nodet
Due to concurrency, the extender can receive bundle events raised by the framework after the extender has been stopped. The reason is that the framework internal event listener lists can be obtained before the extender is stopped, but iterated and called after the extender is stopped. We need to guard against that. -- This message was sent by Atlassian JIRA (v6.1#6144)