[Libevent-users] Nick Mathewson joining as libevent maintainer

2007-08-10 Thread Niels Provos
Hi everyone, I just wanted to let everyone know that Nick Mathewson is going to help with maintaining libevent. So, in the future, you have two people to bug about patches and bugs. Thanks, Niels. ___ Libevent-users mailing list

[Libevent-users] SEGV in compare (event_tree_RB_INSERT), or sometimes event_tree_RB_INSERT_COLOR

2007-08-10 Thread Ken Cox
I have a libevent program that wakes up every 20ms and does some processing. For this I use one event and repeatedly call event_add reusing the same event. In the field I see occasional crashes in event_tree_RB_INSERT or event_tree_RB_INSERT_COLOR, but I can't reproduce them in the lab

Re: [Libevent-users] SEGV in compare (event_tree_RB_INSERT), or sometimes event_tree_RB_INSERT_COLOR

2007-08-10 Thread Ken Cox
Um, nevermind :) I finally was able to reproduce the problem in the lab and, well, it was my fault. It was a very occasional memory stomp. Sorry for the noise. Ken On Fri, 10 Aug 2007 14:07:59 -0400, Ken Cox [EMAIL PROTECTED] wrote: I have a libevent program that wakes up every 20ms and