mirror of
https://github.com/hyprwm/Hyprland.git
synced 2025-08-01 12:41:55 -07:00
abort instead of exiting on sigsegv
This commit is contained in:
@@ -19,7 +19,7 @@ int handleCritSignal(int signo, void* data) {
|
||||
|
||||
void handleSegv(int sig) {
|
||||
CrashReporter::createAndSaveCrash();
|
||||
exit(SIGSEGV);
|
||||
abort();
|
||||
}
|
||||
|
||||
CCompositor::CCompositor() {
|
||||
|
Reference in New Issue
Block a user