You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@celix.apache.org by "PengZheng (via GitHub)" <gi...@apache.org> on 2023/05/15 13:19:07 UTC

[I] Life Cycle Layer Thread Safety (celix)

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-unsubscribe@celix.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [I] Life Cycle Layer Thread Safety (celix)

Posted by "PengZheng (via GitHub)" <gi...@apache.org>.
PengZheng closed issue #557: Life Cycle Layer Thread Safety
URL: https://github.com/apache/celix/issues/557


-- 
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-unsubscribe@celix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org