DenisTarasyuk commented on PR #41497:
URL: https://github.com/apache/arrow/pull/41497#issuecomment-2093620197

   > It seems incorrect imho that we rely on importing the JVM symbols on 
things which should be self contained? Isn't that more of a flaw in how we are 
building/packaging the gandiva library?
   Not exactly. We do not rely on them logic is to use syms imported by gandiva 
problem is somone forgot about RTLD_GLOBAL flag when writing jni loader and it 
is just luck that jvm imports the same lib that gandiva does (libgcc). This bug 
should have beed discovered much earlier but it was hidden by jvm imported lib.


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