Subject: | state() accessor method not available on AIX 7 |
The Proc::ProcessTable::Process documentation states a list of accessors that can be applied to a process object. One of these accessors is state(). On AIX 7 this accessor does not work because the "state" field is named "stat" in the Fields[] array definition inside os/aix_getprocs.h.
Sideremark: The ZombFields[], and FullFields[] definitions inside os/aix.h refer to a "stat" field too. Don't know, if this is a kind of typo too.