From 454bc86479a387893604cd662aae994d37699672 Mon Sep 17 00:00:00 2001 From: tcatm Date: Fri, 25 Mar 2011 13:23:43 +0100 Subject: [PATCH] allow coredumps by not catching SIGSEGV --- init.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/init.cpp b/init.cpp index 071d254eb..8c70ba2eb 100644 --- a/init.cpp +++ b/init.cpp @@ -122,7 +122,6 @@ bool AppInit2(int argc, char* argv[]) sigaction(SIGTERM, &sa, NULL); sigaction(SIGINT, &sa, NULL); sigaction(SIGHUP, &sa, NULL); - sigaction(SIGSEGV, &sa, NULL); #endif //