PengZheng commented on PR #657:
URL: https://github.com/apache/celix/pull/657#issuecomment-1733096914

   The failure of `run_test_rsa_dfi` brings libxml2 into attention. 
   As noted in its documentation of `xmlCleanupParser`:
   
   > It's sometimes very hard to guess if libxml2 is in use in the application, 
some libraries or plugins may use it without notice. In case of doubt abstain 
from calling this function or do it just before calling exit() to avoid leak 
reports from valgrind !
   
   
https://gnome.pages.gitlab.gnome.org/libxml2/devhelp/libxml2-parser.html#xmlCleanupParser
   And we are a plugin framework. Thus we should remind our user of this 
pitfall.


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

Reply via email to