Bramtimm commented on issue #34459: URL: https://github.com/apache/arrow/issues/34459#issuecomment-1460710945
Thanks for your response, the segmentation fault happened irrelevant of shutdown, but it seems that we have resolved the issue. It looks like it was caused by swapping `openssl-devel` to `openssl11-devel` for python 3.11 (i.e. `yum swap -y openssl-devel openssl11-devel`) in our setup before installing Arrow (R) with `install_arrow()`. This seems to cause the segfault in `libcrypto.so.3` when trying to connect to S3. -- 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]
