[
https://issues.apache.org/jira/browse/ARROW-1136?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17658168#comment-17658168
]
Rok Mihevc commented on ARROW-1136:
-----------------------------------
This issue has been migrated to [issue
#16768|https://github.com/apache/arrow/issues/16768] on GitHub. Please see the
[migration documentation|https://github.com/apache/arrow/issues/14542] for
further details.
> [C++/Python] Segfault on empty stream
> -------------------------------------
>
> Key: ARROW-1136
> URL: https://issues.apache.org/jira/browse/ARROW-1136
> Project: Apache Arrow
> Issue Type: Bug
> Components: C++, Python
> Affects Versions: 0.3.0
> Reporter: Diego Torres Quintanilla
> Assignee: Wes McKinney
> Priority: Minor
> Fix For: 0.5.0
>
>
> To reproduce:
> {code:python}
> $ ipython
> iPython 3.5.3 |Continuum Analytics, Inc.| (default, Mar 6 2017, 11:58:13)
> Type 'copyright', 'credits' or 'license' for more information
> IPython 6.1.0 -- An enhanced Interactive Python. Type '?' for help.
> In [1]: import pyarrow as pa
> In [2]: import io
> In [3]: stream = io.BytesIO(b'')
> In [4]: pa.StreamReader(stream)
> [1] 30364 segmentation fault ipython
> {code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)