raulcd commented on issue #48028: URL: https://github.com/apache/arrow/issues/48028#issuecomment-4613685061
I've found a fix but I still don't understand why it failed. Basically it seems like a linker failure. Old musllinux was using ld 2.43.1. With ld 2.44, which is the one on newer Alpine, when we import pyarrow it segfaults with the aforementioned error. If I install and use mold linker instead to build PyArrow on alpine with the new images the wheel built is successful and all tests are passing. I've tried to find ld reported bugs but haven't been able to find anything relevant. I'll submit a PR using mold on alpine to build wheels. -- 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]
