Subject: | Proc::ProcessTable core dumps on AIX in 64 bit environment |
There are 2 missing include files and one variable is used in wrong
integer format (int instead of long int).
The missing includes results in missing prototypes and this results in
the compiler always expects int is returned etc. That's way
OS_initialize dumps core when accessing the result from getattr().
Subject: | patch-Proc-Proctable-aix |
Message body not shown because it is not plain text.