On Tue, Jul 09, 2013 at 12:00:15PM +0530, Chaliha, Sayan wrote: > What are the chances of ev_realloc being called with a null pointer and -32 > as size? I see one of the variables used in the calculation has the value -4 > (loop->rfeedmax) and I can't find code which actually changes the value.
Maybe try using gdb with a watchpoint? Then it'll break whenever that variable is changed.
signature.asc
Description: Digital signature
_______________________________________________ libev mailing list [email protected] http://lists.schmorp.de/cgi-bin/mailman/listinfo/libev
