Hello,

 

I'm writing a client/server to study libevent and I'm getting this assertion
when I try to free the base.

 

event.c:220: event_base_free: Assertion `(((&base->eventqueue)->tqh_first)
== ((void *)0))' failed.

 

My test is rather simple, I read one line of text from the client and then I
close the connection.  Only one read event is fired.  I don't know why I'm
getting the assertion.

 

Can anyone help?

 

 

Thanks,

Glen Hein

 

 

 

 

_______________________________________________
Libevent-users mailing list
Libevent-users@monkey.org
http://monkey.org/mailman/listinfo/libevent-users

Reply via email to