Re: /proc question

2005-08-04 Thread Davy Durham
Jan Engelhardt wrote: I have a zombie process which has apparently died for some unknown reason.. I know it was terminated by a signal (found that from the 9th field (sheduler flags) in /proc/pid/stat) Start the process under the observation of strace. However, I'm trying to figure o

Re: /proc question

2005-08-04 Thread Jan Engelhardt
> I have a zombie process which has apparently died for some unknown reason.. I > know it was terminated by a signal (found that from the 9th field (sheduler > flags) in /proc/pid/stat) Start the process under the observation of strace. > However, I'm trying to figure out what signal killed it.

/proc question

2005-08-04 Thread Davy Durham
After much research.. I have a question regarding /proc I have a zombie process which has apparently died for some unknown reason.. I know it was terminated by a signal (found that from the 9th field (sheduler flags) in /proc/pid/stat) However, I'm trying to figure out what signal killed it.