PengZheng commented on PR #480: URL: https://github.com/apache/celix/pull/480#issuecomment-1437987203
> 2\. celix calls dlclose(first_library.so) <- bug This is indeed a bug. Because `celix_module_loadLibrary` has already add first_library's handle to `module->libraryHandles`, which will be closed again in `celix_module_closeLibraries`. Double-close happens. -- 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