PengZheng opened a new issue, #492:
URL: https://github.com/apache/celix/issues/492

   The root cause is use of `RTLD_LAZY` in `celix_libloader_open`.
   In this case, `dlopen` succeeded, and then the framework continued to start 
bundle calling `celix_bundleActivator_start`, which referenced some unknown 
symbols.
   
   IMHO, let `dlopen` fail immediately may be more reasonable.


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

Reply via email to