how to view stack and state of all threads of a running process on AIX machine.
the command or tool like pstack on linux should also help..
i tried procstack, but didnt help. it does not show any stack to me. and no error though..
any ideas..?
is procstack require all executables and libraries associated with process compiled with debig info?
thanks.
Here is a script I wrote using dbx to print the stack of all threads of the given process id. Hope this helps, worked like a charm for me on aix