I've copy pasted gRPC server from gRPC helloworld example.
It starts listening for RPC in specified port, but when I call the RPC with a copy pasted client, it crashes with "Aborted (core dumped)" and in client side I get error message "Endpoint read failed".
I tried debugging this by including some output statements in RPC function implementation, but the execution never reaches the point.
There are no other error messages, is there some flag to make the failure more verbose for debugging?