diff options
| author | tcatm <[email protected]> | 2011-03-25 13:23:43 +0100 |
|---|---|---|
| committer | tcatm <[email protected]> | 2011-03-25 13:23:43 +0100 |
| commit | 454bc86479a387893604cd662aae994d37699672 (patch) | |
| tree | 553e7eed7f102eb8f956e997aa16bf0635ae02fa /init.cpp | |
| parent | Merge branch 'master' of git://github.com/bitcoin/bitcoin (diff) | |
| download | discoin-454bc86479a387893604cd662aae994d37699672.tar.xz discoin-454bc86479a387893604cd662aae994d37699672.zip | |
allow coredumps by not catching SIGSEGV
Diffstat (limited to 'init.cpp')
| -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 // |