DenisTarasyuk commented on issue #40839:
URL: https://github.com/apache/arrow/issues/40839#issuecomment-2072247267

   We have identified that issue is caused by Gandiva being loaded by java with 
RTLD_LOCAL flag so symbols from libgcc  are not visible to llvm generated code. 
To fix this Gandiva should be loaded with RTLD_GLOBAL flag using jna for 
example or some other library.


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

Reply via email to