You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "Wes McKinney (Jira)" <ji...@apache.org> on 2021/02/20 00:27:00 UTC

[jira] [Closed] (ARROW-4764) [C++/Java] conda-built libplasma_java doesn't work with system Java on Ubuntu Xenial

     [ https://issues.apache.org/jira/browse/ARROW-4764?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Wes McKinney closed ARROW-4764.
-------------------------------
    Resolution: Won't Fix

> [C++/Java] conda-built libplasma_java doesn't work with system Java on Ubuntu Xenial
> ------------------------------------------------------------------------------------
>
>                 Key: ARROW-4764
>                 URL: https://issues.apache.org/jira/browse/ARROW-4764
>             Project: Apache Arrow
>          Issue Type: Bug
>          Components: C++, C++ - Plasma, Packaging, Python
>            Reporter: Uwe Korn
>            Priority: Major
>
> System Java will load also the system {{libstdc++}} which is older then the conda provided one. Thus a later loading of the plasma library will raise missing symbol errors:
> {code:java}
> Start process 317574433 OK, cmd = [/home/travis/build/xhochy/arrow/cpp-install/bin/plasma_store_server  -s  /tmp/store14796  -m  10000000]
> Start object store success
> Kill plasma store process forcely
> Exception in thread "main" java.lang.UnsatisfiedLinkError: /home/travis/build/xhochy/arrow/cpp-build/debug/libplasma_java.so: /usr/lib/x86_64-linux-gnu/libstdc++.so.6: version `CXXABI_1.3.11' not found (required by /home/travis/build/xhochy/arrow/cpp-build/debug/libplasma.so.13)
> 	at java.lang.ClassLoader$NativeLibrary.load(Native Method)
> 	at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1941)
> 	at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1857)
> 	at java.lang.Runtime.loadLibrary0(Runtime.java:870)
> 	at java.lang.System.loadLibrary(System.java:1122)
> 	at org.apache.arrow.plasma.PlasmaClientTest.<init>(PlasmaClientTest.java:49)
> 	at org.apache.arrow.plasma.PlasmaClientTest.main(PlasmaClientTest.java:252){code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)