On Wed, Nov 16, 2005 at 11:03:00AM +0000, Pawel Jakub Dawidek wrote: > - If a process dissappears while we are signalling it, don't count it as a > match/error.
I don't understand "match" part here, but can say something about "error" part: while it looks reasonable, it is wrong direction move. What about special signals handling? TSTP, HUP, USR1, etc? It should be restricted to KILL signal only, since it can't be trapped. Ever ILL should produce some warning when process dissappears, since usually dumps core. -- http://ache.pp.ru/ _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "[EMAIL PROTECTED]"
