Details
-
Bug
-
Status: Closed
-
Critical
-
Resolution: Fixed
-
None
Description
Some of our nightly builds to verify the release are failing:
- verify-rc-source-integration-linux-almalinux-8-amd64
- verify-rc-source-integration-linux-ubuntu-18.04-amd64
- verify-rc-source-integration-linux-ubuntu-20.04-amd64
- verify-rc-source-integration-linux-ubuntu-22.04-amd64
with the following:
################# FAILURES ################# FAILED TEST: middleware C++ producing, C++ consuming 1 failures File "/arrow/dev/archery/archery/integration/util.py", line 139, in run_cmd output = subprocess.check_output(cmd, stderr=subprocess.STDOUT) File "/usr/lib/python3.8/subprocess.py", line 411, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, File "/usr/lib/python3.8/subprocess.py", line 512, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['/tmp/arrow-HEAD.PZocX/cpp-build/release/flight-test-integration-client', '-host', 'localhost', '-port=36719', '-scenario', 'middleware']' died with <Signals.SIGABRT: 6>. During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/arrow/dev/archery/archery/integration/runner.py", line 379, in _run_flight_test_case consumer.flight_request(port, **client_args) File "/arrow/dev/archery/archery/integration/tester_cpp.py", line 134, in flight_request run_cmd(cmd) File "/arrow/dev/archery/archery/integration/util.py", line 148, in run_cmd raise RuntimeError(sio.getvalue()) RuntimeError: Command failed: /tmp/arrow-HEAD.PZocX/cpp-build/release/flight-test-integration-client -host localhost -port=36719 -scenario middleware With output: -------------- Headers received successfully on failing call. Headers received successfully on passing call. free(): double free detected in tcache 2
Attachments
Issue Links
- is superceded by
-
ARROW-17051 [C++][Flight] arrow-flight-sql-test fails with ASAN UBSAN
- Resolved
- links to