[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
Re: [Libevent-users] Libevent memory leak?
int
event_global_setup_locks_(const int enable_locks)
{
#ifndef _EVENT_DISABLE_DEBUG_MODE
EVTHREAD_SETUP_GLOBAL_LOCK(_event_debug_map_lock, 0);
#endif
is your issue. so yeah, --disable-debug-mode will fix that problem.
On Mon, Jul 11, 2011 at 11:26:28AM -0500, Mark Ellzey wrote:
> On Mon, Jul 11, 2011 at 06:06:22PM +0200, Andrei Chirila wrote:
> > Hello,
> >
> > I just tried with the latest:
> >
>
> Try compiling with --disable-debug-mode
> ***********************************************************************
> To unsubscribe, send an e-mail to majordomo@xxxxxxxxxxxxx with
> unsubscribe libevent-users in the body.
***********************************************************************
To unsubscribe, send an e-mail to majordomo@xxxxxxxxxxxxx with
unsubscribe libevent-users in the body.