[
https://issues.apache.org/jira/browse/ARROW-2039?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16364071#comment-16364071
]
ASF GitHub Bot commented on ARROW-2039:
---------------------------------------
pitrou opened a new pull request #1605: ARROW-2039: [Python] Avoid crashing on
uninitialized Buffer
URL: https://github.com/apache/arrow/pull/1605
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
> [Python] pyarrow.Buffer().to_pybytes() segfaults
> ------------------------------------------------
>
> Key: ARROW-2039
> URL: https://issues.apache.org/jira/browse/ARROW-2039
> Project: Apache Arrow
> Issue Type: Bug
> Affects Versions: 0.8.0
> Reporter: Richard Shin
> Assignee: Antoine Pitrou
> Priority: Minor
> Labels: pull-request-available
> Fix For: 0.9.0
>
>
> {{Python 2.7.12 (default, Nov 20 2017, 18:23:56)}}
> {{[GCC 5.4.0 20160609] on linux2}}
> {{Type "help", "copyright", "credits" or "license" for more information.}}
> {{>>> import pyarrow}}
> {{>>> pyarrow.__version__}}
> {{'0.8.0'}}
> {{>>> pyarrow.Buffer().to_pybytes()}}
> {{Segmentation fault (core dumped)}}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)