WillAyd commented on PR #45854:
URL: https://github.com/apache/arrow/pull/45854#issuecomment-2748466242

   Are there any tips to debugging the segfault(s) in CI? If we can control the 
Meson installation, I think could just do:
   
   ```sh
   python -m pip install -Csetup-args="address,undefined"
   ```
   
   And run the test suite with leak checks turned off and the ASAN library 
preloaded:
   
   ```sh
   ASAN_OPTIONS=detect_leaks=0 LD_PRELOAD=$(gcc -print-file-name=libasan.so)  
python -m pytest
   ```
   
   I can do this locally but unfortunately do not detect any sanitizer issues. 
I believe the current tests are run through Archery, so the mechanisms to 
actually run the test suite aren't entirely clear to me yet.
   
   I also see that the workflow enables core dumps, although I don't think 
those can be pulled out of GHA (?)


-- 
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: github-unsubscr...@arrow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to