Re: [Libevent-users] bug in epoll.c ?

2009-03-08 Thread Nick Mathewson
On Fri, Mar 06, 2009 at 10:20:02AM +0100, Alon Noy wrote: When I'm running my libevent based application under valgrind I'm getting messages about memory access violations in epoll.c. when changing line 125 from: nfiles = rl.rlim_cur - 1; to: nfiles = rl.rlim_cur; then the

[Libevent-users] bug in epoll.c ?

2009-03-06 Thread Alon Noy
When I'm running my libevent based application under valgrind I'm getting messages about memory access violations in epoll.c. when changing line 125 from: nfiles = rl.rlim_cur - 1; to: nfiles = rl.rlim_cur; then the application runs with no complains from valgrind. The problems shows when