You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@arrow.apache.org by "Uwe L. Korn (JIRA)" <ji...@apache.org> on 2017/01/16 14:55:26 UTC

[jira] [Created] (ARROW-487) Python: ConvertTableToPandas segfaults if ObjectBlock::Write fails

Uwe L. Korn created ARROW-487:
---------------------------------

             Summary: Python: ConvertTableToPandas segfaults if ObjectBlock::Write fails
                 Key: ARROW-487
                 URL: https://issues.apache.org/jira/browse/ARROW-487
             Project: Apache Arrow
          Issue Type: Bug
          Components: Python
            Reporter: Uwe L. Korn


My first guess: The segfault occurs in `OwnedRef::~OwnedRef` with a NumPy array. This might be either the cause of NumPy trying to release garbage objects (as the array is not filled yet) or because we don't have locked the GIL during the deconstruction.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)