diff options
author | tcatm <tcatm@gawab.com> | 2011-03-25 13:23:43 +0100 |
---|---|---|
committer | tcatm <tcatm@gawab.com> | 2011-03-25 13:23:43 +0100 |
commit | 454bc86479a387893604cd662aae994d37699672 (patch) | |
tree | 553e7eed7f102eb8f956e997aa16bf0635ae02fa | |
parent | 3a47bf72658bedf103dc75fec69d44f21fc668b5 (diff) |
allow coredumps by not catching SIGSEGV
-rw-r--r-- | init.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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 // |