You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@celix.apache.org by "pnoltes (via GitHub)" <gi...@apache.org> on 2023/03/16 20:31:39 UTC

[GitHub] [celix] pnoltes commented on a diff in pull request #476: Feature/refactor bundle cache

pnoltes commented on code in PR #476:
URL: https://github.com/apache/celix/pull/476#discussion_r1139329250


##########
libs/framework/src/celix_libloader.c:
##########
@@ -34,13 +33,20 @@ celix_library_handle_t* celix_libloader_open(celix_bundle_context_t *ctx, const
     if (noDelete) {
         flags = RTLD_LAZY|RTLD_LOCAL|RTLD_NODELETE;

Review Comment:
   To be honest, I do not remember exactly. So good to look into this and improves this.
   
   I think this had to with circular symbol usage between libraries, but that should not be present or IMO allowed.



-- 
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