raulcd opened a new issue, #41148: URL: https://github.com/apache/arrow/issues/41148
### Describe the bug, including details regarding any error messages, version, and platform. The [test-r-linux-valgrind](https://github.com/ursacomputing/crossbow/runs/23687072480) job has started failing since those commits were merged (https://github.com/apache/arrow/compare/fe38d47e82c6ffc231f0918be15aa5cd0da98607...cd607d00b9e3c5f2ac2a2e373ba7571fd75fc725) with several leaks: ``` 2024-04-10T00:57:52.3151980Z ==774== LEAK SUMMARY: 2024-04-10T00:57:52.3152139Z ==774== definitely lost: 0 bytes in 0 blocks 2024-04-10T00:57:52.3152329Z ==774== indirectly lost: 0 bytes in 0 blocks 2024-04-10T00:57:52.3152513Z ==774== possibly lost: 15,813 bytes in 36 blocks 2024-04-10T00:57:52.3152718Z ==774== still reachable: 121,607,441 bytes in 38,708 blocks 2024-04-10T00:57:52.3152903Z ==774== of which reachable via heuristic: 2024-04-10T00:57:52.3153095Z ==774== newarray : 4,264 bytes in 1 blocks 2024-04-10T00:57:52.3153280Z ==774== suppressed: 0 bytes in 0 blocks 2024-04-10T00:57:52.3153481Z ==774== Reachable blocks (those to which a pointer was found) are not shown. 2024-04-10T00:57:52.3153778Z ==774== To see them, rerun with: --leak-check=full --show-leak-kinds=all 2024-04-10T00:57:52.3153941Z ==774== 2024-04-10T00:57:52.3154114Z ==774== For lists of detected and suppressed errors, rerun with: -s 2024-04-10T00:57:52.3154330Z ==774== ERROR SUMMARY: 15 errors from 15 contexts (suppressed: 0 from 0) ``` Please see link of the job for more details. ### Component(s) C++, Continuous Integration, R -- 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]
