[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[Libevent-users] Assertion in event_base_free
- To: libevent-users@xxxxxxxxxxxxx
- Subject: [Libevent-users] Assertion in event_base_free
- From: Matthew Wild <mwild1@xxxxxxxxx>
- Date: Sun, 6 Dec 2009 01:36:27 +0000
- Delivered-to: archiver@xxxxxxxx
- Delivered-to: libevent-users-outgoing@xxxxxxxx
- Delivered-to: libevent-users@xxxxxxxx
- Delivery-date: Sat, 05 Dec 2009 20:36:50 -0500
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:from:date:message-id :subject:to:content-type; bh=bjWOG8gpmjMtsO7OFchCQVvXuXIQWkGsqfmqkliCtJc=; b=sgK0DAqNix6anIx88Ylp+tBmrFvLla3Ctwxp3kiQ21zJe/0e4IdG5RSz5MYLXGCT9C oqevz1ZWMGKojkBSpvca7tjRU9Mp8fmrcglHP62jkvaXqjaglfVaQYCeu644Y7uCX9mi WJgBYnRHBBFrmshjWuaVXFm7x9JdVFox132xo=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:from:date:message-id:subject:to:content-type; b=G2ohVmi3cRxeh6FPanDPF0FfNCUFvL5ETI5Ln57kvLt7F/USBekBViF9oPgnq8DXgr JoZyyc52S6tAdooU2FerpSuV01/a2oO1D/SolMIwguxdlpLGp62NwT83PaMKTgtSDib1 lRXyB0DIxB7dKniaf7OO9/RkU8hs2M8p7ht2w=
- Reply-to: libevent-users@xxxxxxxxxxxxx
- Sender: owner-libevent-users@xxxxxxxxxxxxx
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 case, is there a way to easily close all timers?
Otherwise, what do people usually do to shut down a libevent
application cleanly? Must I track all timers and close manually?
Many thanks for any suggestions,
Matthew
PS. Good work at hiding the mailing list address - the only one
available on the site and in signatures is for subscribing and
unsubscribing :)
***********************************************************************
To unsubscribe, send an e-mail to majordomo@xxxxxxxxxxxxx with
unsubscribe libevent-users in the body.