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

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

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

Wes McKinney resolved ARROW-1155.
---------------------------------
    Resolution: Fixed

Issue resolved by pull request 786
[https://github.com/apache/arrow/pull/786]

> 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
>            Assignee: Wes McKinney
>             Fix For: 0.5.0
>
>
> {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)