Kbase P31872: How to use pstack to generate a stacktrace on Solaris?
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  30/05/2006 |
|
Status: Verified
GOAL:
How to use pstack to generate a stack trace on Solaris
GOAL:
What is pstack?
FACT(s) (Environment):
Sun Solaris SPARC
FIX:
Pstack is debugging tool that prints a hex+symbolic stack trace for each lwp in each process. Solaris installs this utility with each new OS version within the /usr/bin directory. This tools prints much more than a simple kill command.
Exact command is;
pstack -F <pid>