Re: Hint needed : how to debug sempahore's problem

2007-09-02 Thread Alexander Shishkin
On 9/2/07, Philippe De Muyter <[EMAIL PROTECTED]> wrote: > Hi all, Hi, > Can someone give me some hint or link for the following question : > > I have several processes blocked in 'D' state, and I surmise they are > waiting for a semaphore (in the `down' routine). How is it possible : > - to veri

Hint needed : how to debug sempahore's problem

2007-09-02 Thread Philippe De Muyter
Hi all, Can someone give me some hint or link for the following question : I have several processes blocked in 'D' state, and I surmise they are waiting for a semaphore (in the `down' routine). How is it possible : - to verify the processes are really blocked on a semaphore, - to see which semap