stenlarsson commented on issue #39582: URL: https://github.com/apache/arrow/issues/39582#issuecomment-1907615150
I initially thought this was a Ruby problem, but now I managed to reproduce the problem with Python 3.11.6 / Arrow 15.0.0 as well. It doesn't crash when running it on macOS, but maybe I'm just lucky. It crashes randomly when running Ubuntu inside a Lima VM: ``` $ ~/venv/bin/python hang.py 0 1 2 3 4 5 Segmentation fault (core dumped) ``` I pushed `hang.py` to https://github.com/stenlarsson/arrow-test. -- 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]
