mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-18 13:17:55 +02:00
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…
Add table
Add a link
Reference in a new issue