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

[jira] [Created] (ARROW-1136) Segfault on empty stream

Diego Torres Quintanilla created ARROW-1136:
-----------------------------------------------

             Summary: Segfault on empty stream
                 Key: ARROW-1136
                 URL: https://issues.apache.org/jira/browse/ARROW-1136
             Project: Apache Arrow
          Issue Type: Bug
    Affects Versions: 0.3.0
            Reporter: Diego Torres Quintanilla
            Priority: Minor


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
(v6.4.14#64029)