[Libevent-users] epoll erros

2010-09-16 Thread Gilad Benjamini
My Linux code, which uses libevent 2.0.x occasionally prints these error messages Epoll ADD on fd 14 failed. Old events were 0; read change was 1 (add); write change was 0 (none).: File exists When they appear, it can be as frequent as once a second. Can someone shed some light on what the is

[Libevent-users] help with debugging

2010-09-16 Thread Mihai Draghicioiu
Hi, i've received a http/dns related crash inside libevent code, and i'm not sure if it's a libevent bug or my application's bug. I'm using 2.0.7-rc on linux. The code that uses the http code is here http://github.com/vampirefrog/frogmod-justice/blob/master/fpsgame/server.cpp#L746 Lines 746-790.