aboutsummaryrefslogtreecommitdiffstats
path: root/iurt2
diff options
context:
space:
mode:
Diffstat (limited to 'iurt2')
-rwxr-xr-xiurt22
1 files changed, 1 insertions, 1 deletions
diff --git a/iurt2 b/iurt2
index 1ac0a49..10bac36 100755
--- a/iurt2
+++ b/iurt2
@@ -69,7 +69,7 @@ sub bug_handler {
}
$SIG{SEGV} = sub { bug_handler(@_, 1) };
-$SIG{__DIE__} = \&bug_handler;
+#$SIG{__DIE__} = \&bug_handler;
$SIG{TERM} = sub {
warn "Got KILLED by SIGTERM at " . strftime("%c", localtime()) . " .\n";
exit(1);