I have implement a watch dog process that can restart terminated
child processes. I want to watch sigterm both parent process and child
process. After call loop.post_fork(), I still got :
ev.c:2868: ev_signal_start: Assertion `("libev: a signal must not be
attached to two different loops", !signals [w->signum - 1].loop ||
signals [w->signum - 1].loop == loop)' failed.

   What's I missing or it's impossible?

-- 
Liang Xu

_______________________________________________
libev mailing list
[email protected]
http://lists.schmorp.de/cgi-bin/mailman/listinfo/libev

Reply via email to