GSTACK
NAMESYNOPSIS
DESCRIPTION
SEE ALSO
AUTHORS
NAME
gstack − print a stack trace of a running process
SYNOPSIS
gstack pid
DESCRIPTION
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-online(1), ptrace(2), gdb-add-index(1)
AUTHORS
Ross Thompson <ross@whatsis.com>
Red Hat, Inc. <http://bugzilla.redhat.com/bugzilla>
More Linux Commands
manpages/vfork.2.html
vfork(2) - create a child process and block parent (ManPage)
Standard description (From POSIX.1) The vfork() function has the same effect as fork(2), except that the behavior is undefined if the process created by vfork()
manpages/fcgistarter2.8.html
fcgistarter2(8) Start a FastCGI program - Linux manual page
NOTE Currently only works on Unix systems. OPTIONS -c command FastCGI program -p port Port which the program will listen on -i interface Interface which the pro
manpages/tcl_wordBreakAfter.n.html
tcl_wordBreakAfter(n) - standard library of Tcl procedures
Tcl includes a library of Tcl procedures for commonly-needed functions. The procedures defined in the Tcl library are generic ones suitable for use by many diff
manpages/ExtUtils::MM_DOS.3pm.html
ExtUtils::MM_DOS(3pm) - DOS specific subclass of ExtUtils::M
This is a subclass of ExtUtils::MM_Unix which contains functionality for DOS . Unless otherwise stated, it works just like ExtUtils::MM_Unix Overridden methods
blog-dev/cmds.html
Linux Concepts, Commands and Examples
Linux Concepts, Commands and the Command Interpreter. Examples and explanations of key commands, concepts and information sources. Describes I/O, redirection, expansion, pipes, etc. Contains links to Linux manpages.
manpages/mrftopbm.1.html
mrftopbm(1) - convert an MRF image to PBM format (Man Page)
This program is part of Netpbm(1) mrftopbm converts an MRF image to PBM format. mrftopbm takes the MRF image from the file named by the input.mrf argument, or S
manpages/gnutls_certificate_set_x509_key_file.3.html
gnutls_certificate_set_x509_key_file(3) - API function......
gnutls_certificate_set_x509_key_file.3 - This function sets a certificate/private key pair in the gnutls_certificate_credentials_t structure. This function may
manpages/sendfile64.2.html
sendfile64(2) - transfer data between file descriptors......
sendfile() copies data between one file descriptor and another. Because this copying is done within the kernel, sendfile() is more efficient than the combinatio
manpages/XtUnmanageChildren.3.html
XtUnmanageChildren(3) - manage and unmanage children........
The XtManageChildren function performs the following: * Issues an error if the children do not all have the same parent or if the parent is not a subclass of co
manpages/xcutsel.1.html
xcutsel(1) - interchange between cut buffer and selection...
The xcutsel program is used to copy the current selection into a cut buffer and to make a selection that contains the current contents of the cut buffer. It act
manpages/mysql_install_db.1.html
mysql_install_db(1) - initialize MySQL data directory.......
mysql_install_db initializes the MySQL data directory and creates the system tables that it contains, if they do not exist. To invoke mysql_install_db, use the
manpages/getprotoent.3.html
getprotoent(3) - get protocol entry - Linux manual page.....
The getprotoent() function reads the next entry from the protocols database (see protocols(5)) and returns a protoent structure containing the broken-out fields
