tira-misu commented on PR #480: URL: https://github.com/apache/celix/pull/480#issuecomment-1437981656
Here a more precise bug description: ``` add_celix_bundle( myBundleName SYMBOLIC_NAME myBundleName VERSION 1.0.0 ACTIVATOR my_activator.so DESCRIPTION "just a test" PRIVATE_LIBRARIES first_library.so )``` 1. celix unzips bundle 2. celix loads private libraries - celix calls dlopen(first_library.so) (loading was successfull) - celix calls dlclose(first_library.so) <- bug 3. celix loads my_activator.so - this will fail because first_library.so was unloaded and my_activator.so has a dependency to first_library.so -- 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 For queries about this service, please contact Infrastructure at: us...@infra.apache.org