Try enabling debug logs and see if that gives any clue. export GRPC_TRACE=all GRPC_VERBOSITY=debug
Please find more details here: https://github.com/grpc/grpc/blob/master/TROUBLESHOOTING.md On Friday, October 29, 2021 at 12:59:17 PM UTC+5:30 [email protected] wrote: > Hi at all, > > I want to port my gRPC based C++ Application from a x64 Linux > (Ubuntu/Debian/..) to an ARMv7 based imx6ull Device. The Yocto Environment, > SDK and buildtools are already running fine. Now i can run my App for the > embeded Device and shes not work. > > Every Time“, when the Function *grpc::InsecureServerCredentials()* is > called, my App *stucks* in this call. > > My Application uses gRPC Server and Clients. She has been running well for > more than 4 years for the x64 based Distributions. The SourceCode is the > Same. > > This is the calling Environment: > grpc::ServerBuilder builder; > builder.AddListeningPort(serverAdress, grpc::InsecureServerCredentials()); > builder.RegisterService(this); > m_Service = builder.BuildAndStart(); > > Can someone help me with this Problem? > > Thanks for you Reply. > -- 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/685eb884-9563-4070-91df-9a7d9728f99dn%40googlegroups.com.
