NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: kern/39420: stopped processes can hold locks



> >Number:         39420
> >Category:       kern
> >Synopsis:       stopped processes can hold locks

are you using interruptible nfs mount?
in that case, nfs uses PCATCH/cv_wait_sig for I/O and can be
suspended by user.
ups@ suggested introducing something like PCATCH|PNOSUSPEND while ago.
i think that an alternative is not suspending LWPs in the middle of
sleepq_block.  ie. suspend LWPs only on user-kernel boundaries.

YAMAMOTO Takashi


Home | Main Index | Thread Index | Old Index