Trond Myklebust wrote: >Yes, but I'm not sure that it makes sense to mask off SIGKILL as that >makes core dumping completely uninterruptible. People do expect "kill >-9" to always work when the "intr" flag is set. > > True... and it will continue to work... >You should, however, mask off all other signals, including SIGINT and >SIGQUIT. The latter two (+ sigkill) are the only ones that >rpc_clnt_sigmask() does not currently mask out when "intr" is set. > > Good point... that attached patch does just that.... steved