Re: [Libevent-users] Signals and priority queues

2012-01-04 Thread Ralph Castain
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 (the code still crashes as before). Is there anything else I need

Re: [Libevent-users] Signals and priority queues

2012-01-04 Thread Nick Mathewson
On Tue, Jan 3, 2012 at 6:45 PM, Ralph Castain wrote: > Hi folks > > I'm trying to use libevent 2.0.13 with priorities, and am having a problem > when signal events are defined. Basically, this is what I do: > > 1. create an event base > > 2. call event_base_priority_init(base, 8) > > 3. event_ass