mirror of
https://github.com/hyprwm/Hyprland.git
synced 2025-08-26 17:33:48 -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) {
|
void handleSegv(int sig) {
|
||||||
CrashReporter::createAndSaveCrash();
|
CrashReporter::createAndSaveCrash();
|
||||||
exit(SIGSEGV);
|
abort();
|
||||||
}
|
}
|
||||||
|
|
||||||
CCompositor::CCompositor() {
|
CCompositor::CCompositor() {
|
||||||
|
Reference in New Issue
Block a user