I'm not familiar enough with that platform to provide guidance. However, if it looks like epoll() is the issue, you can try using poll() instead by running with the environment variable GRPC_POLL_STRATEGY=poll
On Thursday, January 11, 2018 at 10:41:03 PM UTC-8, [email protected] wrote: > > ==4213== Thread 2: > ==4213== Syscall param epoll_ctl(event) points to uninitialised byte(s) > ==4213== at 0x502F688: epoll_ctl (syscall-template.S:84) > ==4213== by 0x48FA40F: grpc_init_epoll1_linux(bool) (in > /usr/local/lib/libgrpc.so.5.0.0-dev) > ==4213== Address 0x691b05c is on thread 2's stack > ==4213== Uninitialised value was created by a stack allocation > ==4213== at 0x48FA280: grpc_init_epoll1_linux(bool) (in > /usr/local/lib/libgrpc.so.5.0.0-dev) > ==4213== > ==4213== Syscall param epoll_pwait(sigmask) points to unaddressable byte(s) > ==4213== at 0x502F424: epoll_pwait (epoll_pwait.c:42) > ==4213== by 0x48F9EFF: ??? (in /usr/local/lib/libgrpc.so.5.0.0-dev) > ==4213== Address 0x0 is not stack'd, malloc'd or (recently) free'd > ==4213== > ==4213== Thread 4 grpc_executor: > ==4213== Syscall param epoll_ctl(event) points to uninitialised byte(s) > ==4213== at 0x502F688: epoll_ctl (syscall-template.S:84) > ==4213== by 0x48F8523: ??? (in /usr/local/lib/libgrpc.so.5.0.0-dev) > ==4213== Address 0x791b16c is on thread 4's stack > ==4213== Uninitialised value was created by a stack allocation > ==4213== at 0x48F8450: ??? (in /usr/local/lib/libgrpc.so.5.0.0-dev) > > > grpc version 1.8.4 and c++ language used > gcc 5.4 > > > -- 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 post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/grpc-io. To view this discussion on the web visit https://groups.google.com/d/msgid/grpc-io/0bcebf82-2efc-47a3-9c75-7de0cb6ca98c%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
