[
https://issues.apache.org/jira/browse/ARROW-13248?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17375707#comment-17375707
]
Joris Van den Bossche commented on ARROW-13248:
-----------------------------------------------
In case this helps, going back in time a bit checking the nightly builds:
- 2021-07-06: test-conda-python-3.9-pandas-master
(https://github.com/ursacomputing/crossbow/runs/2995817516), segfaulted in
{{test_filter_timestamp[threaded-async]}}
- 2021-06-30: test-conda-python-3.8-pandas-latest
(https://github.com/ursacomputing/crossbow/runs/2949300069), segfaulted in
{{test_ipc_format[threaded-async]}}
- 2021-06-26: test-conda-python-3.7-pandas-latest
(https://github.com/ursacomputing/crossbow/runs/2919782027), segfaulted in
{{test_open_dataset_partitioned_directory[threaded-async]}} (and also in
test-conda-python-3.7-pandas-0.24)
- 21-06-26: wheel-manylinux2010-cp37-amd64
(https://github.com/ursacomputing/crossbow/runs/2919785672), segfaulted in
test_open_dataset_partitioned_directory
This last one has a bit more of a traceback, at least showing it's coming from
the {{to_table}} call:
{code}
Fatal Python error: Segmentation fault
Current thread 0x00007f3897f43740 (most recent call first):
File "/usr/local/lib/python3.7/site-packages/pyarrow/tests/test_dataset.py",
line 241 in to_table
File "/usr/local/lib/python3.7/site-packages/pyarrow/tests/test_dataset.py",
line 1678 in _check_dataset
File "/usr/local/lib/python3.7/site-packages/pyarrow/tests/test_dataset.py",
line 1689 in _check_dataset_from_path
File "/usr/local/lib/python3.7/site-packages/pyarrow/tests/test_dataset.py",
line 1983 in test_open_dataset_partitioned_directory
{code}
> [Python] Segfault in test_dataset::test_scan_iterator on python 3.9
> -------------------------------------------------------------------
>
> Key: ARROW-13248
> URL: https://issues.apache.org/jira/browse/ARROW-13248
> Project: Apache Arrow
> Issue Type: Bug
> Components: Python
> Reporter: Krisztian Szucs
> Priority: Major
> Fix For: 5.0.0
>
>
> See build log
> https://github.com/ursacomputing/crossbow/runs/2963591965?check_suite_focus=true#step:7:6146
--
This message was sent by Atlassian Jira
(v8.3.4#803005)