GSTACK
Section: Linux Programmer's Manual (1)Updated: Feb 15 2008
Index Return to Main Contents
NAME
gstack - print a stack trace of a running processSYNOPSIS
gstack pidDESCRIPTION
gstack 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 gstack 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>
Index
This document was created by man2html, using the manual pages.
Time: 05:29:04 GMT, December 24, 2015