Bug reports work the best if their are accompanied by patches and a
unittest that proves them.

Thank you,
Niels.

On 4/22/06, Mark D. Anderson <[EMAIL PROTECTED]> wrote:
> in event.c cvs, in event_base_free there is:
>       assert(TAILQ_EMPTY(&base->eventqueue));
>
> this assert fails, because there is typically still the internal event
> ev_signal from signal.c still on the queue.
> Right now, there is nothing the outside programmer can do about that,
> as far as i can see -- it is a file static variable, and the file
> signal.c
> never does anything but event_add on it, never event_del.
>
> -mda
>
> _______________________________________________
> Libevent-users mailing list
> Libevent-users@monkey.org
> http://monkey.org/mailman/listinfo/libevent-users
>
>
_______________________________________________
Libevent-users mailing list
Libevent-users@monkey.org
http://monkey.org/mailman/listinfo/libevent-users

Reply via email to