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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]