AlenkaF opened a new issue, #47624: URL: https://github.com/apache/arrow/issues/47624
### Describe the bug, including details regarding any error messages, version, and platform. test-ubuntu-python jobs: - [test-ubuntu-22.04-python-3](https://github.com/ursacomputing/crossbow/actions/runs/17932370701/job/50991973106) - [test-ubuntu-22.04-python-313-freethreading](https://github.com/ursacomputing/crossbow/actions/runs/17932369581/job/50991969815) have been failing due to a core dump in the tests: ```python Fatal Python error: Aborted Current thread 0x00007f3fbdac1000 (most recent call first): File "/arrow-dev/lib/python3.13t/site-packages/pyarrow/tests/test_fs.py", line 329 in azurefs File "/arrow-dev/lib/python3.13t/site-packages/_pytest/fixtures.py", line 923 in call_fixture_func File "/arrow-dev/lib/python3.13t/site-packages/_pytest/fixtures.py", line 1196 in pytest_fixture_setup File "/arrow-dev/lib/python3.13t/site-packages/pluggy/_callers.py", line 121 in _multicall File "/arrow-dev/lib/python3.13t/site-packages/pluggy/_manager.py", line 120 in _hookexec File "/arrow-dev/lib/python3.13t/site-packages/pluggy/_hooks.py", line 512 in __call__ File "/arrow-dev/lib/python3.13t/site-packages/_pytest/fixtures.py", line 1128 in execute File "/arrow-dev/lib/python3.13t/site-packages/_pytest/fixtures.py", line 640 in _get_active_fixturedef File "/arrow-dev/lib/python3.13t/site-packages/_pytest/fixtures.py", line 549 in getfixturevalue File "/arrow-dev/lib/python3.13t/site-packages/pyarrow/tests/test_fs.py", line 469 in filesystem_config File "/arrow-dev/lib/python3.13t/site-packages/_pytest/fixtures.py", line 930 in call_fixture_func File "/arrow-dev/lib/python3.13t/site-packages/_pytest/fixtures.py", line 1196 in pytest_fixture_setup File "/arrow-dev/lib/python3.13t/site-packages/pluggy/_callers.py", line 121 in _multicall File "/arrow-dev/lib/python3.13t/site-packages/pluggy/_manager.py", line 120 in _hookexec File "/arrow-dev/lib/python3.13t/site-packages/pluggy/_hooks.py", line 512 in __call__ File "/arrow-dev/lib/python3.13t/site-packages/_pytest/fixtures.py", line 1128 in execute File "/arrow-dev/lib/python3.13t/site-packages/_pytest/fixtures.py", line 640 in _get_active_fixturedef File "/arrow-dev/lib/python3.13t/site-packages/_pytest/fixtures.py", line 1084 in execute File "/arrow-dev/lib/python3.13t/site-packages/_pytest/fixtures.py", line 640 in _get_active_fixturedef File "/arrow-dev/lib/python3.13t/site-packages/_pytest/fixtures.py", line 549 in getfixturevalue File "/arrow-dev/lib/python3.13t/site-packages/_pytest/fixtures.py", line 720 in _fillfixtures File "/arrow-dev/lib/python3.13t/site-packages/_pytest/python.py", line 1674 in setup File "/arrow-dev/lib/python3.13t/site-packages/_pytest/runner.py", line 514 in setup File "/arrow-dev/lib/python3.13t/site-packages/_pytest/runner.py", line 164 in pytest_runtest_setup File "/arrow-dev/lib/python3.13t/site-packages/pluggy/_callers.py", line 121 in _multicall File "/arrow-dev/lib/python3.13t/site-packages/pluggy/_manager.py", line 120 in _hookexec File "/arrow-dev/lib/python3.13t/site-packages/pluggy/_hooks.py", line 512 in __call__ File "/arrow-dev/lib/python3.13t/site-packages/_pytest/runner.py", line 246 in <lambda> File "/arrow-dev/lib/python3.13t/site-packages/_pytest/runner.py", line 344 in from_call File "/arrow-dev/lib/python3.13t/site-packages/_pytest/runner.py", line 245 in call_and_report File "/arrow-dev/lib/python3.13t/site-packages/_pytest/runner.py", line 130 in runtestprotocol File "/arrow-dev/lib/python3.13t/site-packages/_pytest/runner.py", line 117 in pytest_runtest_protocol File "/arrow-dev/lib/python3.13t/site-packages/pluggy/_callers.py", line 121 in _multicall File "/arrow-dev/lib/python3.13t/site-packages/pluggy/_manager.py", line 120 in _hookexec File "/arrow-dev/lib/python3.13t/site-packages/pluggy/_hooks.py", line 512 in __call__ File "/arrow-dev/lib/python3.13t/site-packages/_pytest/main.py", line 367 in pytest_runtestloop File "/arrow-dev/lib/python3.13t/site-packages/pluggy/_callers.py", line 121 in _multicall File "/arrow-dev/lib/python3.13t/site-packages/pluggy/_manager.py", line 120 in _hookexec File "/arrow-dev/lib/python3.13t/site-packages/pluggy/_hooks.py", line 512 in __call__ File "/arrow-dev/lib/python3.13t/site-packages/_pytest/main.py", line 343 in _main File "/arrow-dev/lib/python3.13t/site-packages/_pytest/main.py", line 289 in wrap_session File "/arrow-dev/lib/python3.13t/site-packages/_pytest/main.py", line 336 in pytest_cmdline_main File "/arrow-dev/lib/python3.13t/site-packages/pluggy/_callers.py", line 121 in _multicall File "/arrow-dev/lib/python3.13t/site-packages/pluggy/_manager.py", line 120 in _hookexec File "/arrow-dev/lib/python3.13t/site-packages/pluggy/_hooks.py", line 512 in __call__ File "/arrow-dev/lib/python3.13t/site-packages/_pytest/config/__init__.py", line 175 in main File "/arrow-dev/lib/python3.13t/site-packages/_pytest/config/__init__.py", line 201 in console_main File "/arrow-dev/bin/pytest", line 7 in <module> ``` ### Component(s) Python, Continuous Integration -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
