Flashnux

GNU/Linux man pages

Livre :
Expressions régulières,
Syntaxe et mise en oeuvre :

ISBN : 978-2-7460-9712-4
EAN : 9782746097124
(Editions ENI)

GNU/Linux

CentOS 4.8

i386

pstack(1)


PSTACK

PSTACK

NAME
SYNOPSIS
DESCRIPTION
SEE ALSO
AUTHORS

NAME

pstack − print a stack trace of a running process

SYNOPSIS

pstack pid

DESCRIPTION

pstack attaches to the active process named by the pid on the command line, and prints out an execution stack trace. If ELF symbols exist in the binary (usually the case unless you have run strip(1)), then symbolic addresses are printed as well.

If the process is part of a thread group, then pstack will print out a stack trace for each of the threads in the group.

SEE ALSO

nm(1), ptrace(2), gdb(1)

AUTHORS

Ross Thompson <ross@whatsis.com>

Red Hat, Inc. <http://bugzilla.redhat.com/bugzilla>



pstack(1)