1GSTACK(1) Linux Programmer's Manual GSTACK(1)
2
3
4
6 gstack - print a stack trace of a running process
7
8
10 gstack pid
11
12
14 gstack attaches to the active process named by the pid on the command
15 line, and prints out an execution stack trace. If ELF symbols exist in
16 the binary (usually the case unless you have run strip(1)), then sym‐
17 bolic addresses are printed as well.
18
19 If the process is part of a thread group, then gstack will print out a
20 stack trace for each of the threads in the group.
21
22
24 nm(1), ptrace(2), gdb(1)
25
26
28 Ross Thompson <ross@whatsis.com>
29
30 Red Hat, Inc. <http://bugzilla.redhat.com/bugzilla>
31
32
33
34Red Hat Linux Feb 15 2008 GSTACK(1)