You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "kylebarron (via GitHub)" <gi...@apache.org> on 2023/04/13 18:43:16 UTC

[GitHub] [arrow] kylebarron commented on issue #34906: [Python][C++] Crash when reading from closed RecordBatchReader backed by C Stream

kylebarron commented on issue #34906:
URL: https://github.com/apache/arrow/issues/34906#issuecomment-1507452810

   It may be the same bug, but a really simple repro of this for me is tab-completion on an empty reader object.
   ```
   > python
   Python 3.11.1 (main, Jan 27 2023, 14:02:47) [Clang 14.0.0 (clang-1400.0.29.202)] on darwin
   Type "help", "copyright", "credits" or "license" for more information.
   >>> import pyarrow as pa
   >>> reader = pa.RecordBatchReader()
   >>> reader.[1]    84350 segmentation fault  python
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org