regarding _psinfo structure

in _psinfo structure, which variable can tel me if that process returned by
qnx_psinfo() is frozen…?
I need to determine wether photon is frozen or not…pl help

OK. Now I understand your question better.

QNX never got around to implementing the FROZEN state.

I’m guessing that what you’ll find is that the process is blocked on another
process. And that’s a perfectly acceptable state. The only clue is that
the process never gets unblocked. But even the appearance of that is OK.
Many processes appear blocked 99.99% of the time even though they are
working perfectly well.


Bill Caroselli – 1(626) 824-7983
Q-TPS Consulting
QTPS@EarthLink.net


“ran zhang” <rzhang@vamcointernational.com> wrote in message
news:a780v8$42a$1@inn.qnx.com

in _psinfo structure, which variable can tel me if that process returned
by
qnx_psinfo() is frozen…?
I need to determine wether photon is frozen or not…pl help