[grpc-io] Re: SIGSEGV in ev_epollex_linux.cc

2020-10-26 Thread Prashaanth Ragupathy
Hi Esun, We root-caused the issue shown above. The issue was the application thread which was calling the synchronous RPC was being cancelled while the RPC was in flight. This put the grpc core in a bad state and as a result any subsequent RPC on the same channel was failing with various sympt

[grpc-io] Re: SIGSEGV in ev_epollex_linux.cc

2020-10-22 Thread 'veb...@google.com' via grpc.io
Hi Bryce, Can you try to reproduce this problem with the latest gRPC? Chances are that newer versions of gRPC already fixed this if it's coming from gRPC itself. Regards, Esun. On Friday, October 16, 2020 at 10:02:55 AM UTC-7 Bryce Edwards wrote: > Hi All, > > We're observing a SIGSEGV in gRP