pitrou opened a new issue, #47655: URL: https://github.com/apache/arrow/issues/47655
### Describe the bug, including details regarding any error messages, version, and platform. The latest OSS-Fuzz build logs show a failure when generating the Parquet seed corpus: ``` Step #48 - "compile-libfuzzer-undefined-x86_64": + /workspace/out/libfuzzer-undefined-x86_64/parquet-arrow-generate-fuzz-corpus /tmp/corpus Step #48 - "compile-libfuzzer-undefined-x86_64": /tmp/corpus/pq-table-1 Step #48 - "compile-libfuzzer-undefined-x86_64": [1m/src/arrow/cpp/src/parquet/column_writer.cc:2270:28:[1m[31m runtime error: [1m[0m[1msigned integer overflow: -8999998495960048240 * 1000 cannot be represented in type 'int64_t' (aka 'long')[1m[0m Step #48 - "compile-libfuzzer-undefined-x86_64": SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /src/arrow/cpp/src/parquet/column_writer.cc:2270:28 Step #48 - "compile-libfuzzer-undefined-x86_64": ******************************************************************************** Step #48 - "compile-libfuzzer-undefined-x86_64": Failed to build. Step #48 - "compile-libfuzzer-undefined-x86_64": To reproduce, run: Step #48 - "compile-libfuzzer-undefined-x86_64": python infra/helper.py build_image arrow Step #48 - "compile-libfuzzer-undefined-x86_64": python infra/helper.py build_fuzzers --sanitizer undefined --engine libfuzzer --architecture x86_64 arrow Step #48 - "compile-libfuzzer-undefined-x86_64": ******************************************************************************** ``` ### Component(s) C++, Parquet -- 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]
