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/