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

2012-03-02 Thread Nick Mathewson
On Thu, Mar 1, 2012 at 6:27 PM, Daniel Janzon wrote: > What I don't understand is why it is removed from > base->activequeues[ev->ev_pri] in event_del() / event_queue_remove(). > I would have imagined it should have been removed from base->timeheap. > So maybe the bug is that EVLIST_TIMEOUT is not

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

2012-03-01 Thread Daniel Janzon
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 I got stuck in the while loop in event.c:timeout_process(): 936