raulcd opened a new issue, #47485: URL: https://github.com/apache/arrow/issues/47485
### Describe the bug, including details regarding any error messages, version, and platform. Our test-conda-cpp-valgrind job had been failing for a while to build due to an issue with xxhash. See: - https://github.com/apache/arrow/issues/47475 - https://github.com/apache/arrow/pull/47476 The above PR updates xxhash and fixes the build issue but the job still fails due to an azure test failing. The issue is unrelated to the previous one so we should fix it. [Full log on the link](https://github.com/ursacomputing/crossbow/actions/runs/17432520202/job/49503574535#step:6:10079) ``` ==17355== LEAK SUMMARY: ==17355== definitely lost: 1,856 bytes in 8 blocks ==17355== indirectly lost: 78,096 bytes in 40 blocks ==17355== possibly lost: 0 bytes in 0 blocks ==17355== still reachable: 9,874 bytes in 157 blocks ==17355== suppressed: 0 bytes in 0 blocks ==17355== Reachable blocks (those to which a pointer was found) are not shown. ==17355== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==17355== ==17355== For lists of detected and suppressed errors, rerun with: -s ==17355== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 0 from 0) ``` ### Component(s) C++ -- 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]
