fstack (1)

FSTACK(1) Frysk FSTACK(1) NAME fstack - print a stack back-trace SYNOPSIS fstack [options] {pid... | core-file [ core-executable ]... } DESCRIPTION fstack prints a stack back-trace of all threads of the specified process or core-file. Stack Print Options -number-of-frames count Limit the back-trace to count frames. The default is to limit the back-trace to 10 frames. Specify 0 or "all" to print all frames. -lite Perform a light-weight stack backtrace containing only minimal information. Equivalent to -print -. -rich Perform a detailed stack back-trace that includes, where possible, inlined function calls, parameter names and values, and debug-names. Equivalent to -print inline,params,debug-names. -print print-option,... Specify the level of detail to include in a stack back-trace. print-option can be any of: debug-names - use debug information, such as DWARF, to determine the name of functions; full-path - do not truncate file paths; inline - include in-line function in back-trace; locals - to include local variables from each frame; params - include the values of any parameters. To negate a print-option prefix it with "-". Standard Frysk Options -exe The full path of the executable to read. -noexe Do not attempt to read the corresponding executable when loading a core file. -sysroot directory The system root directory under which all executables, libraries, and source are located. -debug class=level... Set internal debug-tracing of the specified Java class to level (level can be NONE, INFO, WARNING, FINE, and FINEST). If the level is absent, FINE is assumed; if the class is absent, the global level is set. EXAMPLE fstack 1234 SEE ALSO frysk(7) BUGS Report bugs to <a href="http://sourceware.org/frysk" title="http://sourceware.org/frysk">http://sourceware.org/frysk</a> Frysk 0.4 April 2008 FSTACK(1)