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


##########
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:
   There is a related issue #492, which may be fixed in another PR. 
   I'm curious why use `RTLD_LAZY` at the first place.



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

Reply via email to