Re: stuck process in D state

From: Peter Zijlstra
Date: Tue Aug 04 2009 - 09:52:57 EST


On Tue, 2009-08-04 at 15:30 +0200, Arnd Hannemann wrote:
> Hi,
>
> I have a process in D state on one of our servers. How can I get it killed?
> Seems to be hanging on nfs (but nfs server is up and running).
> Other processes have no problems accessing files on same nfs mount.

You can't, that's what D state means - TASK_UNINTERRUPTIBLE, the only
way it can continue is to make that page its waiting on available.

I seem to remember some people are slowly converting most of those
wait_on_page stuff to interruptible waits, but that's a slow and tricky
business.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/