Uploaded image for project: 'Apache Arrow'
  1. Apache Arrow
  2. ARROW-1136

[C++/Python] Segfault on empty stream

Details

    • Bug
    • Status: Resolved
    • Minor
    • Resolution: Fixed
    • 0.3.0
    • 0.5.0
    • C++, Python
    • None

    Description

      To reproduce:

      $ 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
      

      Attachments

        Activity

          People

            wesm Wes McKinney
            diegots Diego Torres Quintanilla
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Slack

                Issue deployment