Re: [Libevent-users] Signals and priority queues

2012-01-05 Thread Ralph Castain
Well, after playing around a bit, I did finally manage to recreate the scenario in my main program using your example. The attached program reliably crashes with the following output and backtrace: Ralph:system rhc$ ./evpri-test Libevent 2.0.13-stable-openmpi SIGNAL EVENT DEFINED FIRST TERMINATI

[Libevent-users] When to call evhttp_connection_free() or/and evhttp_request_free() ?

2012-01-05 Thread Artem
Hello everybody. I have a small question about making requests. I am using libevent2, making evhttp_connection_base_new(), evhttp_request_new(), evhttp_make_request(), then get callback calls. Question is, do I need to do evhttp_connection_free() or/and evhttp_request_free() in callback? Thank

Re: [Libevent-users] Signals and priority queues

2012-01-05 Thread Nick Mathewson
On Wed, Jan 4, 2012 at 2:50 PM, Ralph Castain wrote: > Hmmm...Well, your program works fine for me too, and I haven't succeeded in > making it crash, so I suspect it is a bug in my code (which is what I > expected). I configured with libevent debug enabled, but saw no output from > libevent (th