allow coredumps by not catching SIGSEGV
This commit is contained in:
parent
3a47bf7265
commit
454bc86479
1 changed files with 0 additions and 1 deletions
1
init.cpp
1
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
|
||||
|
||||
//
|
||||
|
|
Loading…
Reference in a new issue