Our tests already run under sanitizers (note that sanitizers on some platforms have been known to have false positives), so if I assume that there is no bug in gRPC, my first guess would be to check your usage of the API. I don't see your code, but please take a look at our examples. Maybe this would help - https://github.com/grpc/grpc/blob/2892b24eabbb22b2344aba9c3ba84e529017b684/examples/cpp/interceptors/server.cc#L87 ?
On Thursday, 25 May 2023 at 22:48:16 UTC-7 karthik karra wrote: > Hi All, > > I am using reactor bidi apis. when run normally, i am not facing this > error but when trying to run the client with valgrind then this error is > showing up. > > any suggestions would be helpful. > > thanks, > karthik > -- You received this message because you are subscribed to the Google Groups "grpc.io" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/grpc-io/245b14dc-8a5e-4a35-8372-a79b79e3f0abn%40googlegroups.com.
