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

[jira] [Created] (ARROW-1155) segmentation fault when run pa.Int16Value()

Wenchen Fan created ARROW-1155:
----------------------------------

             Summary: segmentation fault when run pa.Int16Value()
                 Key: ARROW-1155
                 URL: https://issues.apache.org/jira/browse/ARROW-1155
             Project: Apache Arrow
          Issue Type: Bug
          Components: Python
    Affects Versions: 0.4.0
            Reporter: Wenchen Fan


{code}
Python 2.7.12 (default, Oct 11 2016, 05:20:59)
[GCC 4.2.1 Compatible Apple LLVM 8.0.0 (clang-800.0.38)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> import pyarrow as pa
>>> pa.Int16Value(1)
[1]    85521 segmentation fault  python
{code}

I understand this may be a misusage, but a segmentation fault is too unfriendly.



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