You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "Vibhatha Lakmal Abeykoon (Jira)" <ji...@apache.org> on 2022/10/12 09:16:00 UTC

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

    [ https://issues.apache.org/jira/browse/ARROW-17292?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17616294#comment-17616294 ] 

Vibhatha Lakmal Abeykoon commented on ARROW-17292:
--------------------------------------------------

While running more tests (using crossbows), I got this CI failure. 
{noformat}
33/89 Test #31: arrow-compute-aggregate-test ..............   Passed    1.44 sec
6991      Start 36: arrow-compute-asof-join-node-test
699234/89 Test #36: arrow-compute-asof-join-node-test .........***Failed    0.37 sec
6993Running arrow-compute-asof-join-node-test, redirecting output into /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/arrow-HEAD.XXXXX.VG4icjS7/cpp-build/build/test-logs/arrow-compute-asof-join-node-test.txt (attempt 1/1)
6994/Users/runner/work/crossbow/crossbow/arrow/cpp/build-support/run-test.sh: line 88: 95323 Segmentation fault: 11  $TEST_EXECUTABLE "$@" > $LOGFILE.raw 2>&1
6995Running main() from /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/arrow-HEAD.XXXXX.VG4icjS7/cpp-build/googletest_ep-prefix/src/googletest_ep/googletest/src/gtest_main.cc
6996[==========] Running 80 tests from 2 test suites.
6997[----------] Global test environment set-up.
6998[----------] 14 tests from AsofJoinTest
6999[ RUN      ] AsofJoinTest.TestUnsupportedOntype
7000[       OK ] AsofJoinTest.TestUnsupportedOntype (4 ms)
7001[ RUN      ] AsofJoinTest.TestUnsupportedBytype
7002[       OK ] AsofJoinTest.TestUnsupportedBytype (0 ms)
7003[ RUN      ] AsofJoinTest.TestUnsupportedDatatype
7004[       OK ] AsofJoinTest.TestUnsupportedDatatype (0 ms)
7005[ RUN      ] AsofJoinTest.TestMissingKeys
7006[       OK ] AsofJoinTest.TestMissingKeys (0 ms)
7007[ RUN      ] AsofJoinTest.TestUnsupportedTolerance
7008[       OK ] AsofJoinTest.TestUnsupportedTolerance (0 ms)
7009[ RUN      ] AsofJoinTest.TestMissingOnKey
7010[       OK ] AsofJoinTest.TestMissingOnKey (0 ms)
7011[ RUN      ] AsofJoinTest.TestMissingByKey
7012[       OK ] AsofJoinTest.TestMissingByKey (0 ms)
7013[ RUN      ] AsofJoinTest.TestNestedOnKey
7014[       OK ] AsofJoinTest.TestNestedOnKey (0 ms)
7015[ RUN      ] AsofJoinTest.TestNestedByKey
7016[       OK ] AsofJoinTest.TestNestedByKey (0 ms)
7017[ RUN      ] AsofJoinTest.TestAmbiguousOnKey
7018[       OK ] AsofJoinTest.TestAmbiguousOnKey (0 ms)
7019[ RUN      ] AsofJoinTest.TestAmbiguousByKey
7020[       OK ] AsofJoinTest.TestAmbiguousByKey (0 ms)
7021[ RUN      ] AsofJoinTest.TestLeftUnorderedOnKey
7022/Users/runner/work/crossbow/crossbow/arrow/cpp/src/arrow/compute/exec/exec_plan.cc:58: Plan was destroyed before finishing
7023[       OK ] AsofJoinTest.TestLeftUnorderedOnKey (1 ms)
7024[ RUN      ] AsofJoinTest.TestRightUnorderedOnKey
7025/private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/arrow-HEAD.XXXXX.VG4icjS7/cpp-build/src/arrow/compute/exec
7026
7027      Start 37: arrow-compute-tpch-node-test
702835/89 Test #34: arrow-compute-plan-test ...................   Passed    2.71 sec
7029      Start 38: arrow-compute-union-node-test{noformat}
It looks very much the same. But only reproduced this once (for 37 CI runs)

> [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
>            Assignee: Vibhatha Lakmal Abeykoon
>            Priority: Blocker
>              Labels: Nightly, pull-request-available
>             Fix For: 10.0.0
>
>          Time Spent: 14h
>  Remaining Estimate: 0h
>
> 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)