You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "Kevin Grealish (JIRA)" <ji...@apache.org> on 2017/06/22 22:55:00 UTC

[jira] [Commented] (ARROW-1141) on import get libjemalloc.so.2: cannot allocate memory in static TLS block

    [ https://issues.apache.org/jira/browse/ARROW-1141?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16060138#comment-16060138 ] 

Kevin Grealish commented on ARROW-1141:
---------------------------------------

Let me know what info you need to repro. This occurs running in a Ubuntu 16.04 based data science VM in Azure. Also repros using the Linux sub-system on windows (Bash on windows). Some details from a coda info:
/Python/bin/conda info
Current conda install:

               platform : linux-64
          conda version : 4.2.12
       conda is private : False
      conda-env version : 4.2.12
    conda-build version : not installed
         python version : 3.5.2.final.0
       requests version : 2.11.1
       root environment : /home/kevingre/Python  (writable)
    default environment : /home/kevingre/Python
       envs directories : /home/kevingre/Python/envs
          package cache : /home/kevingre/Python/pkgs
           channel URLs : https://repo.continuum.io/pkgs/free/linux-64
                          https://repo.continuum.io/pkgs/free/noarch
                          https://repo.continuum.io/pkgs/pro/linux-64
                          https://repo.continuum.io/pkgs/pro/noarch
                          https://conda.anaconda.org/conda-forge/linux-64
                          https://conda.anaconda.org/conda-forge/noarch
            config file : /home/kevingre/Python/.condarc
           offline mode : False

> on import get libjemalloc.so.2: cannot allocate memory in static TLS block
> --------------------------------------------------------------------------
>
>                 Key: ARROW-1141
>                 URL: https://issues.apache.org/jira/browse/ARROW-1141
>             Project: Apache Arrow
>          Issue Type: Bug
>          Components: Python
>    Affects Versions: 0.4.0, 0.4.1
>         Environment: Ubuntu 16.04 64bit Anacoda Python 3.5.2
>            Reporter: Kevin Grealish
>
> KevinGre@KevinGreLapX:~/Python$ bin/python
> Python 3.5.2 |Continuum Analytics, Inc.| (default, Jul  2 2016, 17:53:06)
> [GCC 4.4.7 20120313 (Red Hat 4.4.7-1)] on linux
> Type "help", "copyright", "credits" or "license" for more information.
> >>> import pyarrow
> Traceback (most recent call last):
>   File "<stdin>", line 1, in <module>
>   File "/home/KevinGre/Python/lib/python3.5/site-packages/pyarrow/__init__.py", line 28, in <module>
>     from pyarrow.lib import cpu_count, set_cpu_count
> ImportError: /home/KevinGre/Python/lib/python3.5/site-packages/pyarrow/../../.././libjemalloc.so.2: cannot allocate memory in static TLS block



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)