DenisTarasyuk commented on PR #41497: URL: https://github.com/apache/arrow/pull/41497#issuecomment-2091913976
Yes it really depends on temuring or openjdk libgcc link. I have see cases where openjdk does not work too on some OS where it does not have libgcc linked. Jdk by default only uses RTLD_LAZY as I know. I would like to not use jna if you have any Idea how to set RTLD_GLOBAL flag (currently jdk does not see to have any way for that). Only possible solution seems to have native code that does dlopen with RTLD_GLOBAL on gandiva. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
