Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[C++] libgandiva.so.14 is exporting libstdc++ symbols #22308

Closed
asfimport opened this issue Jul 9, 2019 · 3 comments
Closed

[C++] libgandiva.so.14 is exporting libstdc++ symbols #22308

asfimport opened this issue Jul 9, 2019 · 3 comments

Comments

@asfimport
Copy link

For example:

$ nm libgandiva.so.14 | grep "once_proxy"
00000000018c0a10 T __once_proxy

 

many other symbols are also exported which I guess shouldn't be (e.g. LLVM symbols)

 

There seems to be no linker script for libgandiva.so (there was, but was never used and got deleted? https://github.com/apache/arrow/blob/9265fe35b67db93f5af0b47e92e039c637ad5b3e/cpp/src/gandiva/symbols-helpers.map).

 

Reporter: Zhuo Peng / @brills
Assignee: Zhuo Peng / @brills

PRs and other links:

Note: This issue was originally created as ARROW-5894. Please see the migration documentation for further details.

@asfimport
Copy link
Author

Wes McKinney / @wesm:
I think it never had a linker script, so let's add one

@asfimport
Copy link
Author

Zhuo Peng / @brills:
#4883

@asfimport
Copy link
Author

Wes McKinney / @wesm:
Issue resolved by pull request 4883
#4883

@asfimport asfimport added this to the 0.15.0 milestone Jan 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant