mirror of
https://github.com/RGBCube/serenity
synced 2026-01-18 14:31:00 +00:00
For compressed coredumps, CrashReporter's argv were in this order:
CrashReporter path --unlink
Core::ArgsParser doesn't like that at all and would immediately exit
from main(), causing the crash reporter to never display.
|
||
|---|---|---|
| .. | ||
| CMakeLists.txt | ||
| main.cpp | ||