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/22 22:16:00 UTC

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

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

Wes McKinney updated ARROW-1136:
--------------------------------
    Fix Version/s: 0.5.0

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