tadeja opened a new pull request, #50033:
URL: https://github.com/apache/arrow/pull/50033

   ### Rationale for this change
   Fixes #49767 - intermittent SIGSEGV in the ODBC Linux CI job, the crash 
occurs during `_dl_relocate_object` before `main()` : 
https://github.com/apache/arrow/issues/49767#issuecomment-4520516388
   
   apt ships mold 2.30.0 on Ubuntu 24.04, which has a bug in section placement 
that causes this crash 
([rui314/mold#1247](https://github.com/rui314/mold/issues/1247)). Fixed 
upstream in mold 2.31.0.
   
   ### What changes are included in this PR?
   `ubuntu-cpp-odbc` installs upstream mold 2.31.0 to `/usr/local/bin` before 
build. This can be removed when apt reaches 2.31+.
   
   Follow-up issue GH-___ will track apt mold updates and review other CI jobs 
using mold.
   
   ### Are these changes tested?
   Yes, ODBC Linux job runs complete successfully on fork.
   
   ### Are there any user-facing changes?
   No.


-- 
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]

Reply via email to