Messages in this thread |  | | Subject | Re: all processes waiting in TASK_UNINTERRUPTIBLE state | Date | Mon, 25 Jun 2001 12:05:14 -0500 | From | Jeff Dike <> |
| |
abali@us.ibm.com said: > I am running in to a problem, seemingly a deadlock situation, where > almost all the processes end up in the TASK_UNINTERRUPTIBLE state. > All the process eventually stop responding, including login shell, no > screen updates, keyboard etc. Can ping and sysrq key works. I > traced the tasks through sysrq-t key. The processors are in the idle > state. Tasks all seem to get stuck in the __wait_on_page or > __lock_page.
I've seen this under UML, Rik van Riel has seen it on a physical box, and we suspect that they're the same problem (i.e. mine isn't a UML-specific bug).
I've done some poking at the problem, but haven't really learned anything except that something is locking pages and not unlocking them. Figuring out who that is was going to be my next step.
If anyone is interested in poking around a UML in this state (i.e. you get all the niceties of gdb), let me know. I think I can probably oblige.
Jeff
- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
|  |