PengZheng opened a new issue, #557: URL: https://github.com/apache/celix/issues/557
In addition to the race condition mentioned in #556, there are race conditions in life cycle handling functions: * `celix_framework_startBundleEntry` * `celix_framework_stopBundleEntry` * `celix_framework_updateBundleEntry` * `celix_framework_uninstallBundleEntry` All of them cannot run concurrently, which could happen if e.g. `celix_framework_startBundle` is called for the same bundle from multiple threads. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@celix.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org