allow coredumps by not catching SIGSEGV

This commit is contained in:
tcatm 2011-03-25 13:23:43 +01:00
parent 3a47bf7265
commit 454bc86479
1 changed files with 0 additions and 1 deletions

View File

@ -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
//