Zombie issue

Hi,

In QNX4 we can find out if the process is zombie using qnx_psinfo() function
and _psinfo psdata structure (if psdata.state == STATE_DEAD, the process is
zombie), but how to get this information in QNX6 using devctl() function and
debug_process_t structure?

Yuri