Applications/CrashReporter(1) - SerenityOS man pages

#Name

Icon CrashReporter - information about crashed programs

Open

#Synopsis

$ CrashReporter [--unlink] <coredump-path>

#Description

CrashReporter informs about crashed programs by providing a GUI to examine the crashed program's last state.

The four main tabs display the call stack (or backtrace) when the program crashed, the CPU registers just before crashing, the environment variables and the mapped memory regions. For registers and backtrace, there is one tab per thread.

The buttons allow to open the relevant files in HackStudio, or to save the text of the backtrace to a file.

If CrashDaemon is running, CrashReporter is automatically opened when a program crashes.

#Options

#Arguments

#See Also