Re: [Libevent-users] How to get debug output

2010-10-12 Thread Nick Mathewson
On Tue, Oct 12, 2010 at 11:50 AM, Ralph Castain wrote: > > On Oct 12, 2010, at 8:59 AM, Nick Mathewson wrote: > >> On Tue, Oct 12, 2010 at 10:55 AM, Ralph Castain wrote: >>> Hi folks >>> >>> I apologize for the ignorance - I'm sure this is something simple that I'm >>> overlooking. >>> >>> I bui

Re: [Libevent-users] How to get debug output

2010-10-12 Thread Ralph Castain
On Oct 12, 2010, at 8:59 AM, Nick Mathewson wrote: > On Tue, Oct 12, 2010 at 10:55 AM, Ralph Castain wrote: >> Hi folks >> >> I apologize for the ignorance - I'm sure this is something simple that I'm >> overlooking. >> >> I built libevent 2.0.7rc with the default configuration, so I did -not

Re: [Libevent-users] How to get debug output

2010-10-12 Thread Nick Mathewson
On Tue, Oct 12, 2010 at 10:55 AM, Ralph Castain wrote: > Hi folks > > I apologize for the ignorance - I'm sure this is something simple that I'm > overlooking. > > I built libevent 2.0.7rc with the default configuration, so I did -not- > specify --disable-debug. It is my understanding that the d

[Libevent-users] How to get debug output

2010-10-12 Thread Ralph Castain
Hi folks I apologize for the ignorance - I'm sure this is something simple that I'm overlooking. I built libevent 2.0.7rc with the default configuration, so I did -not- specify --disable-debug. It is my understanding that the debug code is therefore built. I have confirmed that this is the cas

[Libevent-users] 1.4 evdns: can have duplicate transaction ids

2010-10-12 Thread Marko Kreen
It seems libevent 1.4 evdns can issue duplicate transaction ids, if the double id is first one in the list. See attached patch for quick fix. -- marko diff --git a/evdns.c b/evdns.c index c85f6ea..e4213ff 100644 --- a/evdns.c +++ b/evdns.c @@ -1119,9 +1119,10 @@ transaction_id_pick(void) {