Re: [Libevent-users] Re: Infinite loop in libevent-1.4.14b-stable

2012-03-05 Thread Daniel Janzon
Hi Nick, On Fri, Mar 2, 2012 at 9:00 PM, Nick Mathewson wrote: > On Fri, Mar 2, 2012 at 10:00 AM, Daniel Janzon wrote: >> I found a similar report in the mailing list archive, where it was >> concluded that this can happen when event_set is called after >> event_add. In this case, however, the o

Re: [Libevent-users] Re: Infinite loop in libevent-1.4.14b-stable

2012-03-02 Thread Nick Mathewson
On Fri, Mar 2, 2012 at 10:00 AM, Daniel Janzon wrote: > I found a similar report in the mailing list archive, where it was > concluded that this can happen when event_set is called after > event_add. In this case, however, the only place in the code where > event_set is called, is on the line befo

[Libevent-users] Re: Infinite loop in libevent-1.4.14b-stable

2012-03-02 Thread Daniel Janzon
I found a similar report in the mailing list archive, where it was concluded that this can happen when event_set is called after event_add. In this case, however, the only place in the code where event_set is called, is on the line before even_add. //Daniel On Fri, Mar 2, 2012 at 12:46 AM, Daniel

[Libevent-users] Re: Infinite loop in libevent-1.4.14b-stable

2012-03-01 Thread Daniel Janzon
On Fri, Mar 2, 2012 at 12:27 AM, Daniel Janzon wrote: > Hi Guys, > > Sorry to bother you with a problem in an old release, but I'd > appreciate any hints on this one. I've got a pretty large piece of > software based on libevent-1.4.14b-stable, which usually is really > solid. But in one load test