mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-21 05:18:06 +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."));
|
||||
signal(sig, SIG_DFL);
|
||||
kill(getpid(), sig);
|
||||
return;
|
||||
exit(1);
|
||||
}
|
||||
already_crashed = 1;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user