You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@arrow.apache.org by "Antoine Pitrou (Jira)" <ji...@apache.org> on 2020/01/27 10:49:00 UTC

[jira] [Created] (ARROW-7689) [C++] Sporadic Flight test crash on macOS

Antoine Pitrou created ARROW-7689:
-------------------------------------

             Summary: [C++] Sporadic Flight test crash on macOS
                 Key: ARROW-7689
                 URL: https://issues.apache.org/jira/browse/ARROW-7689
             Project: Apache Arrow
          Issue Type: Bug
          Components: C++, FlightRPC
            Reporter: Antoine Pitrou


See this build:
https://github.com/apache/arrow/pull/6288/checks?check_run_id=409993893

{code}
[----------] 2 tests from TestTls
[ RUN      ] TestTls.DoAction
E0127 01:40:23.871120000 123145508859904 tls_pthread.cc:26]            assertion failed: 0 == pthread_setspecific(tls->key, (void*)value)
/Users/runner/runners/2.164.0/work/arrow/arrow/cpp/build-support/run-test.sh: line 97: 32496 Abort trap: 6           $TEST_EXECUTABLE "$@" 2>&1
     32497 Done                    | $ROOT/build-support/asan_symbolize.py
     32498 Done                    | ${CXXFILT:-c++filt}
     32499 Done                    | $ROOT/build-support/stacktrace_addr2line.pl $TEST_EXECUTABLE
     32500 Done                    | $pipe_cmd 2>&1
     32501 Done                    | tee $LOGFILE
~/runners/2.164.0/work/arrow/arrow/build/cpp/src/arrow/flight
{code}

This is a gRPC issue, reported here:
https://github.com/grpc/grpc/issues/20311

We should try to bump bundled gRPC version to see if that fixes the issue.

Side note: why aren't we using the homebrew-provided gRPC?



--
This message was sent by Atlassian Jira
(v8.3.4#803005)