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/03/02 07:23:01 UTC

[GitHub] [celix] PengZheng opened a new issue, #492: Framework crashes when starting bundle with unresolved symbol.

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

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


Re: [I] Framework crashes when starting bundle with unresolved symbol. (celix)

Posted by "PengZheng (via GitHub)" <gi...@apache.org>.
PengZheng closed issue #492: Framework crashes when starting bundle with unresolved symbol.
URL: https://github.com/apache/celix/issues/492


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