|
From: Philippe W. <phi...@sk...> - 2015-05-12 19:05:45
|
On Tue, 2015-05-12 at 17:01 +0530, Austin Einter wrote: > > On debugging found that epoll out events does not come for client > sockets. > > > Is it a known valgrind issue? > To my knowledge, there is no problem with epoll and Valgrind. What version are you using ? On which platform ? To understand what is going on, you might: 1. start Valgrind with --trace-syscalls=yes and/or 2. debug your program under Valgrind, using option --vgdb-error=0 Philippe |