Re: [Libevent-users] event_add fails with ENOENT when on epoll

2010-04-20 Thread William Ahern
On Tue, Apr 20, 2010 at 01:20:21PM -0400, Nick Mathewson wrote: > On Mon, Apr 19, 2010 at 11:24 PM, Denis Bilenko > wrote: > > Hi, > > > > I've run into an issue where event_add() fails with ENOENT. > > This happens when a socket reuses a descriptor that was recently > > closed and was used befor

Re: [Libevent-users] event_add fails with ENOENT when on epoll

2010-04-20 Thread Nick Mathewson
On Mon, Apr 19, 2010 at 11:24 PM, Denis Bilenko wrote: > Hi, > > I've run into an issue where event_add() fails with ENOENT. > This happens when a socket reuses a descriptor that was recently > closed and was used before with another event. > > The details are below. The question I have is - what

Re: [Libevent-users] event_add fails with ENOENT when on epoll

2010-04-20 Thread Jan Vidar Krey
On Tue, Apr 20, 2010 at 5:24 AM, Denis Bilenko wrote: > Hi, > > I've run into an issue where event_add() fails with ENOENT. > This happens when a socket reuses a descriptor that was recently > closed and was used before with another event. > > The details are below. The question I have is - what a