Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

satyr(1) [centos man page]

SATYR(1)						      General Commands Manual							  SATYR(1)

NAME
satyr - create and manipulate problem reports SYNOPSIS
satyr <command> [option...] DESCRIPTION
satyr is a command line tool that creates anonymous reports of software problems that are suitable for automated processing. The tool has to be invoked with a <command> that specifies the action to be performed. The available commands are documented below. OPTIONS
Commands abrt-print-report-from-dir <directory> Creates report from ABRT problem directory directory and prints it to standard output. abrt-create-core-stacktrace <directory> Creates stacktrace from ABRT problem directory directory that contains a core dump. satyr 0.13 2013-03-18 SATYR(1)

Check Out this Related Man Page

ABRT-ACTION-GENERA(1)						    ABRT Manual 					     ABRT-ACTION-GENERA(1)

NAME
abrt-action-generate-core-backtrace - Generates coredump-level backtrace SYNOPSIS
abrt-action-generate-core-backtrace [-v] [-r] [-d DIR] DESCRIPTION
This tool uses coredump from the file coredump and binary at the path stored in file executable in the problem directory to generate coredump-level backtrace. Coredump-level backtrace resembles ordinary backtrace in that it contains information about call frames present on the stack at the time of the crash. However, it only contains information that can be obtained from the coredump without debugging symbols available - mainly relative addresses of the stored instruction pointers. Such backtrace can still be useful for reporting and reproducing the bug and does not require debugging information files to be installed. The result is saved in the problem directory in a file named core_backtrace. Integration with libreport events abrt-action-generate-core-backtrace can be used as an analyzer for application crashes which dump core. Example usage in report_event.conf: EVENT=analyze analyzer=CCpp abrt-action-generate-core-backtrace OPTIONS
-d DIR Path to problem directory. -r Do not hash function fingerprints. Useful for debugging. -v Be more verbose. Can be given multiple times. AUTHORS
o ABRT team abrt 2.1.11 06/18/2014 ABRT-ACTION-GENERA(1)
Man Page