You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "Raúl Cumplido (Jira)" <ji...@apache.org> on 2022/08/03 10:15:00 UTC

[jira] [Created] (ARROW-17292) [C++] Segmentation fault on arrow-compute-hash-join-node-test on macos nightlies

Raúl Cumplido created ARROW-17292:
-------------------------------------

             Summary: [C++] Segmentation fault on arrow-compute-hash-join-node-test on macos nightlies
                 Key: ARROW-17292
                 URL: https://issues.apache.org/jira/browse/ARROW-17292
             Project: Apache Arrow
          Issue Type: Bug
          Components: C++
            Reporter: Raúl Cumplido
             Fix For: 10.0.0


Some of our nightly builds are failing due to a segmentation fault on hash-join tests:
{code:java}
 33/90 Test #35: arrow-compute-hash-join-node-test .........***Failed    1.21 sec
Running arrow-compute-hash-join-node-test, redirecting output into /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/arrow-HEAD.XXXXX.W72iCJcj/cpp-build/build/test-logs/arrow-compute-hash-join-node-test.txt (attempt 1/1)
/Users/runner/work/crossbow/crossbow/arrow/cpp/build-support/run-test.sh: line 88: 78018 Segmentation fault: 11  $TEST_EXECUTABLE "$@" > $LOGFILE.raw 2>&1
Running main() from /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/arrow-HEAD.XXXXX.W72iCJcj/cpp-build/googletest_ep-prefix/src/googletest_ep/googletest/src/gtest_main.cc
[==========] Running 29 tests from 4 test suites.
[----------] Global test environment set-up.
[----------] 10 tests from HashJoin
[ RUN      ] HashJoin.Suffix
[       OK ] HashJoin.Suffix (4 ms)
[ RUN      ] HashJoin.Random
/private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/arrow-HEAD.XXXXX.W72iCJcj/cpp-build/src/arrow/compute/exec {code}
The failures can be seen. It seems to be only related to macos from the failed jobs:
[verify-rc-source-cpp-macos-conda-amd64|https://github.com/ursacomputing/crossbow/runs/7631965199?check_suite_focus=true]
[verify-rc-source-integration-macos-conda-amd64|https://github.com/ursacomputing/crossbow/runs/7631969879?check_suite_focus=true]
[verify-rc-source-python-macos-amd64|https://github.com/ursacomputing/crossbow/runs/7631926429?check_suite_focus=true]



--
This message was sent by Atlassian Jira
(v8.20.10#820010)