async_grpc icon indicating copy to clipboard operation
async_grpc copied to clipboard

Server/client test is flaky

Open MichaelGrupp opened this issue 5 years ago • 0 comments

This already has a TODO note in the code, but I think it's good to keep track of this with an issue.

Noticed this with PR #44, which essentially just ran clang-format but lead to a segfault in the server test. Pushing an empty commit resulted in a passing test again.

On my machine, docker build . --file Dockerfile.cmake.trusty worked fine but a conventional CMake build produces test executables that crash with segfault:

  • async_grpc.client_test
  • async_grpc.server_test

gdb_log_server_test.txt gdb_log_client_test.txt

MichaelGrupp avatar Sep 25 '18 16:09 MichaelGrupp