Hi
What are the causes for process going in to D state. (which is
interruptible).
One reason i got is, due to 'deadlock' the process may go in to dead
lock.
in my program i am using down(struct semaphore *) function which
places process to uninterruptible state. so I am seeing Process in D
state.
i am trying to copy kernel souce code but for 4 threads , after 1.1GB
all are going to D state.
is there any other causes for this?.
Thanks & Regards
Gururaja