mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-22 05:48:01 +01:00
paranoid signal stuff
This commit is contained in:
@@ -334,7 +334,7 @@ handleSig(int sig)
|
|||||||
wfatal(_("crashed while trying to do some post-crash cleanup. Aborting immediatelly."));
|
wfatal(_("crashed while trying to do some post-crash cleanup. Aborting immediatelly."));
|
||||||
signal(sig, SIG_DFL);
|
signal(sig, SIG_DFL);
|
||||||
kill(getpid(), sig);
|
kill(getpid(), sig);
|
||||||
return;
|
exit(1);
|
||||||
}
|
}
|
||||||
already_crashed = 1;
|
already_crashed = 1;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user