Eero Volotinen eero.volotinen@iki.fi wrote:
2014-07-15 21:55 GMT+03:00 Clovis Tristao clovis@agr.unicamp.br:
Hi,
How to install pstack in CentOS 6.5? Which repository or package it is part? Thanks a lot, http://lists.centos.org/mailman/listinfo/centos
gdb
pstack is a Solaris command from the p-tools group. It works nicely even when the binary is stripped. You cannot replace it by something as limited as gdb that needs a binary compiled with -g in order to print a useful stacktrace with function parameters.
See: https://sourceforge.net/p/schillix-on/schillix-on/ci/default/tree/usr/src/cm...
You may be able to compile it in case that Linux includes sufficient ELF support and procfs-2.
Jörg