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

Reply via email to