[ https://issues.apache.org/jira/browse/ARROW-16919?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17566861#comment-17566861 ]
David Li commented on ARROW-16919: ---------------------------------- I got a backtrace!!!! {noformat} Backtrace: /lib/x86_64-linux-gnu/libc.so.6(gsignal+0xcb)[0x7f8f4a0b900b] /lib/x86_64-linux-gnu/libc.so.6(abort+0x12b)[0x7f8f4a098859] /lib/x86_64-linux-gnu/libc.so.6(+0x8d26e)[0x7f8f4a10326e] /lib/x86_64-linux-gnu/libc.so.6(+0x952fc)[0x7f8f4a10b2fc] /lib/x86_64-linux-gnu/libc.so.6(+0x96f6d)[0x7f8f4a10cf6d] /tmp/arrow-HEAD.y8UwB/cpp-build/release/flight-test-integration-client(_ZNSt8_Rb_treeISt10shared_ptrIN5arrow8DataTypeEES3_St9_IdentityIS3_ESt4lessIS3_ESaIS3_EE8_M_eraseEPSt13_Rb_tree_nodeIS3_E+0x39)[0x5557a9a83b19] /tmp/arrow-HEAD.y8UwB/cpp-build/release/flight-test-integration-client(_ZNSt8_Rb_treeISt10shared_ptrIN5arrow8DataTypeEES3_St9_IdentityIS3_ESt4lessIS3_ESaIS3_EE8_M_eraseEPSt13_Rb_tree_nodeIS3_E+0x1f)[0x5557a9a83aff] /tmp/arrow-HEAD.y8UwB/cpp-build/release/flight-test-integration-client(_ZNSt3setISt10shared_ptrIN5arrow8DataTypeEESt4lessIS3_ESaIS3_EED1Ev+0x33)[0x5557a9a83b83] /lib/x86_64-linux-gnu/libc.so.6(__cxa_finalize+0xce)[0x7f8f4a0bcfde] /tmp/arrow-HEAD.y8UwB/cpp-build/release/libarrow.so.900(+0x440b67)[0x7f8f47d56b67] {noformat} Given {{{}__cxa_finalize{}}}, seems some static is being destructed twice? > [C++] Flight integration tests fail on verify rc nightly on linux amd64 > ----------------------------------------------------------------------- > > Key: ARROW-16919 > URL: https://issues.apache.org/jira/browse/ARROW-16919 > Project: Apache Arrow > Issue Type: Bug > Components: C++, Continuous Integration, FlightRPC > Reporter: Raúl Cumplido > Priority: Critical > Labels: Nightly, pull-request-available > Fix For: 9.0.0 > > Time Spent: 2h 40m > Remaining Estimate: 0h > > Some of our nightly builds to verify the release are failing: > {color:#1d1c1d}- > {color}[verify-rc-source-integration-linux-almalinux-8-amd64|https://github.com/ursacomputing/crossbow/runs/7073206980?check_suite_focus=true] > {color:#1d1c1d}- > {color}[verify-rc-source-integration-linux-ubuntu-18.04-amd64|https://github.com/ursacomputing/crossbow/runs/7073217433?check_suite_focus=true] > {color:#1d1c1d}- > {color}[verify-rc-source-integration-linux-ubuntu-20.04-amd64|https://github.com/ursacomputing/crossbow/runs/7073210299?check_suite_focus=true] > {color:#1d1c1d}- > {color}[verify-rc-source-integration-linux-ubuntu-22.04-amd64|https://github.com/ursacomputing/crossbow/runs/7073273051?check_suite_focus=true] > with the following: > {code:java} > ################# 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 {code} -- This message was sent by Atlassian Jira (v8.20.10#820010)