You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "Antoine Pitrou (Jira)" <ji...@apache.org> on 2022/03/23 09:57:00 UTC

[jira] [Resolved] (ARROW-15987) [C++][FlightRPC] arrow-flight-test segfaulting on AppVeyor/Windows

     [ https://issues.apache.org/jira/browse/ARROW-15987?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Antoine Pitrou resolved ARROW-15987.
------------------------------------
    Fix Version/s: 8.0.0
       Resolution: Fixed

Issue resolved by pull request 12683
[https://github.com/apache/arrow/pull/12683]

> [C++][FlightRPC] arrow-flight-test segfaulting on AppVeyor/Windows
> ------------------------------------------------------------------
>
>                 Key: ARROW-15987
>                 URL: https://issues.apache.org/jira/browse/ARROW-15987
>             Project: Apache Arrow
>          Issue Type: Bug
>          Components: C++, FlightRPC
>            Reporter: David Li
>            Assignee: David Li
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 8.0.0
>
>          Time Spent: 1h 20m
>  Remaining Estimate: 0h
>
> Happens on the development branch. grpc-cpp just upgraded to 1.45.0 in conda-forge, so that may be related…
> {noformat}
> 49/92 Test #50: arrow-flight-test .........................***Exception: SegFault  2.62 sec
> Running main() from C:\projects\arrow\cpp\build\googletest_ep-prefix\src\googletest_ep\googletest\src\gtest_main.cc
> [==========] Running 82 tests from 17 test suites.
> [----------] Global test environment set-up.
> [----------] 5 tests from GrpcConnectivityTest
> [ RUN      ] GrpcConnectivityTest.GetPort
> [       OK ] GrpcConnectivityTest.GetPort (10 ms)
> [ RUN      ] GrpcConnectivityTest.BuilderHook
> [       OK ] GrpcConnectivityTest.BuilderHook (2 ms)
> [ RUN      ] GrpcConnectivityTest.Shutdown
> [       OK ] GrpcConnectivityTest.Shutdown (178 ms)
> [ RUN      ] GrpcConnectivityTest.ShutdownWithDeadline
> [       OK ] GrpcConnectivityTest.ShutdownWithDeadline (86 ms)
> [ RUN      ] GrpcConnectivityTest.BrokenConnection
> [       OK ] GrpcConnectivityTest.BrokenConnection (2206 ms)
> [----------] 5 tests from GrpcConnectivityTest (2484 ms total)
> [----------] 17 tests from GrpcDataTest
> [ RUN      ] GrpcDataTest.TestDoGetInts
> unknown file: error: SEH exception with code 0xc0000005 thrown in TearDown().
> unknown file: error: SEH exception with code 0xc0000005 thrown in the test fixture's destructor.
> [  FAILED  ] GrpcDataTest.TestDoGetInts (65 ms)
> [ RUN      ] GrpcDataTest.TestDoGetFloats
> unknown file: error: SEH exception with code 0xc0000005 thrown in TearDown().
> unknown file: error: SEH exception with code 0xc0000005 thrown in the test fixture's destructor.
> [  FAILED  ] GrpcDataTest.TestDoGetFloats (14 ms)
> [ RUN      ] GrpcDataTest.TestDoGetDicts
> unknown file: error: SEH exception with code 0xc0000005 thrown in TearDown().
>       Start 51: arrow-feather-test
>  {noformat}



--
This message was sent by Atlassian Jira
(v8.20.1#820001)