Re: [Libevent-users] Re: libevent-2.0.8-rc/evdns.c:2672: Assertion (req)->handle && (req)->handle->current_req == (req) failed in evdns_cancel_request

2010-11-16 Thread Nick Mathewson
On Fri, Nov 5, 2010 at 10:52 AM, Nick Mathewson wrote: > On Thu, Nov 4, 2010 at 4:06 PM, Denis Bilenko wrote: >> On Thu, Nov 4, 2010 at 9:10 PM, Nick Mathewson wrote: >>> Assuming that it now crashes in a different place from where it used >>> to crash -- that is, at ASSERT_VALID_REQUEST in evdn

Re: [Libevent-users] evhttp_decode_uri API bug

2010-11-16 Thread Jeroen Habraken
On 16 November 2010 15:05, Nick Mathewson wrote: > On Tue, Nov 16, 2010 at 6:04 AM, Jeroen Habraken wrote: >> Hi, >> >> Since I read the HTTP part of libevent is getting some love, I wanted >> to mention a bug in the evhttp_decode_uri interface. It doesn't return >> the length of the URI that is

: [Libevent-users] help

2010-11-16 Thread Steven Veneralle
whenever I did my make I got he following /sizes: error while loading shared libraries: libevent-1.4.so.2: cannot open shared object file: No such file or directory make: *** [test] Error 127 abd this error after it tried running a mem chache command. any pointers please? memcached: error while lo

Re: [Libevent-users] bufferevent and threads

2010-11-16 Thread Christophe ZBIERSKI
Hi, I found and solved my problem. I just added 'evthread_use_pthreads();' before 'event_base_dispatch(base);' and 'BEV_OPT_THREADSAFE' > bev = bufferevent_socket_new(base, newsock, BEV_OPT_CLOSE_ON_FREE|BEV_OPT_THREADSAFE); Bye. Le 04/11/2010 14:46, Christophe ZBIERSKI a écrit : > Hello, > > I m