mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 01:07:36 +00:00
Applications: Add CrashReporter :^)
This is a simple application that can read a coredump file and display information regarding the crash, like the application's name and icon and a backtrace. It will be launched by CrashDaemon whenever a new coredump is available. Also, it's mostly written in GML! :^) Closes #400, but note that, unlike mentioned in that issue, this implementation doesn't ignore applications that "have been started in the terminal". That's just overcomplicating things, IMO. When my js(1) REPL segfaults, I want to see a backtrace!
This commit is contained in:
parent
2939ad0110
commit
b13b27b4d2
7 changed files with 299 additions and 0 deletions
BIN
Base/res/icons/16x16/app-crash-reporter.png
Normal file
BIN
Base/res/icons/16x16/app-crash-reporter.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 5.7 KiB |
BIN
Base/res/icons/32x32/app-crash-reporter.png
Normal file
BIN
Base/res/icons/32x32/app-crash-reporter.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 7.1 KiB |
Loading…
Add table
Add a link
Reference in a new issue