Re: [Libevent-users] Deadlock driving me nuts

2011-04-09 Thread Nick Mathewson
On Sat, Apr 9, 2011 at 4:16 AM, Sherif Fanous wrote: > As a matter of fact, the thread in question is usually stuck in > event_active_nolock. > The funny thing is that it shows that it's stuck in line 2212 in event.c > which is the opening brace of the function. > How would I walk through ctx->eve

Re: [Libevent-users] Deadlock driving me nuts

2011-04-09 Thread Sherif Fanous
As a matter of fact, the thread in question is usually stuck in event_active_nolock. The funny thing is that it shows that it's stuck in line 2212 in event.c which is the opening brace of the function. How would I walk through ctx->events? Thanks Sherif On Fri, Apr 8, 2011 at 9:38 PM, Nick Mat