locked vnode / nfs... requires kill -9 in ddb

David Xu davidxu at freebsd.org
Sat Oct 21 00:25:07 UTC 2006


On Thursday 19 October 2006 18:04, Kostik Belousov wrote:

>
> The nfs_reply is sleeping with the PCATCH set. The question is why SIGTSTP
> does not cause msleep to return with EINTR.

I have not been tracking the thread. but if the thread is sleeping with
PCATCH, the SIGTSTP should cause the process to stop unless the signal
is masked by sigprocmask or the signal has an action handler been set, 
this is  a correct behavior.

David Xu


More information about the freebsd-stable mailing list