pitrou opened a new issue, #42140: URL: https://github.com/apache/arrow/issues/42140
### Describe the bug, including details regarding any error messages, version, and platform. When looking at some continuous benchmarking failures on macOS ARM, I came to the conclusion that `parquet-encoding-benchmark` can crash if more than one benchmark repetition is requested. I managed to reproduce the issue locally on x86 (Ubuntu 22.04) using this command line: ```console $ ARROW_DEFAULT_MEMORY_POOL=system valgrind <build dir>/relwithdebinfo/parquet-encoding-benchmark --benchmark_repetitions=6 --benchmark_min_time=0.050000s --benchmark_filter=BM_ArrowBinaryPlain.EncodeLowLevel ``` ### 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]
