2009/12/7 Nick Mathewson :
> On Sun, Dec 06, 2009 at 01:36:27AM +, Matthew Wild wrote:
>> Hi all,
>>
>> I'm getting the following assertion fail when my application shuts down:
>>
>> event.c:241: event_base_free: Assertion
>> `((&base->timetree)->rbh_root == ((void *)0))' failed.
>>
>> Now f
On Sun, Dec 06, 2009 at 01:36:27AM +, Matthew Wild wrote:
> Hi all,
>
> I'm getting the following assertion fail when my application shuts down:
>
>event.c:241: event_base_free: Assertion
> `((&base->timetree)->rbh_root == ((void *)0))' failed.
>
> Now from what I can gather in the sourc
Hi all,
I'm getting the following assertion fail when my application shuts down:
event.c:241: event_base_free: Assertion
`((&base->timetree)->rbh_root == ((void *)0))' failed.
Now from what I can gather in the source, it is trying to make sure
there are no timers still active?
If this is the