You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "Augusto Alves Silva (Jira)" <ji...@apache.org> on 2021/12/23 23:35:00 UTC

[jira] [Created] (ARROW-15200) [C++][Gandiva] Fix UnsatisfiedLinkError when using Gandiva's generated jar files

Augusto Alves Silva created ARROW-15200:
-------------------------------------------

             Summary: [C++][Gandiva] Fix UnsatisfiedLinkError when using Gandiva's generated jar files
                 Key: ARROW-15200
                 URL: https://issues.apache.org/jira/browse/ARROW-15200
             Project: Apache Arrow
          Issue Type: Bug
          Components: C++ - Gandiva
            Reporter: Augusto Alves Silva
             Fix For: 7.0.0


When generating Gandiva's jar file it is possible that an error of UnsatisfiedLinkError may occur based on a LLVM's symbol being used, more specific the llvm::ObjectCache.

To fix that, the flag *-fno-rtti* was passed only to the file that uses the llvm::ObjectCache.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)