Re: [BUG 2.5.X] Hollow processes

Manfred Spraul (manfred@colorfullife.com)
Sun, 12 May 2002 22:35:39 +0200


> It's impossible to check what the process is (trying to read
> /proc/{pid}/{anyting} causes reading process to hang in the
> same way (so we have now 2 hanging processes).

Have you tried SysRQ+showTasks? That dumps the kernel stack. You can
convert the numbers to names with ksymoops, or often klogd will convert
them and the result is in /var/log/messages.

What exactly hangs?
Could you run

strace ls /proc/1234
strace cat /proc/1234/maps
strace ls /proc/1234/fd -l

Which syscall hangs?
SMP or UP?

-- 

Manfred

- 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/