aboutsummaryrefslogtreecommitdiff
path: root/init.cpp
diff options
context:
space:
mode:
authortcatm <[email protected]>2011-03-25 13:23:43 +0100
committertcatm <[email protected]>2011-03-25 13:23:43 +0100
commit454bc86479a387893604cd662aae994d37699672 (patch)
tree553e7eed7f102eb8f956e997aa16bf0635ae02fa /init.cpp
parentMerge branch 'master' of git://github.com/bitcoin/bitcoin (diff)
downloaddiscoin-454bc86479a387893604cd662aae994d37699672.tar.xz
discoin-454bc86479a387893604cd662aae994d37699672.zip
allow coredumps by not catching SIGSEGV
Diffstat (limited to 'init.cpp')
-rw-r--r--init.cpp1
1 files changed, 0 insertions, 1 deletions
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
//