Blame 0151-disable-CreateCoreBacktrace-by-default.patch

69165ba
From f99278d0e37174039047120347c66069baaa46cb Mon Sep 17 00:00:00 2001
69165ba
From: Richard Marko <rmarko@fedoraproject.org>
69165ba
Date: Thu, 16 Jul 2015 16:14:37 +0200
69165ba
Subject: [PATCH] disable CreateCoreBacktrace by default
69165ba
69165ba
---
69165ba
 doc/abrt-CCpp.conf.txt | 6 ++----
69165ba
 src/hooks/CCpp.conf    | 6 ++----
69165ba
 2 files changed, 4 insertions(+), 8 deletions(-)
69165ba
69165ba
diff --git a/doc/abrt-CCpp.conf.txt b/doc/abrt-CCpp.conf.txt
69165ba
index 498d53d..f8085d6 100644
69165ba
--- a/doc/abrt-CCpp.conf.txt
69165ba
+++ b/doc/abrt-CCpp.conf.txt
69165ba
@@ -22,10 +22,8 @@ SaveBinaryImage = 'yes' / 'no' ...::
69165ba
 CreateCoreBacktrace = 'yes' / 'no' ...::
69165ba
    When this option is set to 'yes', core backtrace is generated
69165ba
    from the memory image of the crashing process. Only the crash
69165ba
-   thread is present in the backtrace. This feature requires
69165ba
-   kernel 3.18 or newer, otherwise the core backtrace is not
69165ba
-   created.
69165ba
-   Default is 'yes'.
69165ba
+   thread is present in the backtrace.
69165ba
+   Default is 'no'.
69165ba
 
69165ba
 SaveFullCore = 'yes' / 'no' ...::
69165ba
    Save full coredump? If set to 'no', coredump won't be saved
69165ba
diff --git a/src/hooks/CCpp.conf b/src/hooks/CCpp.conf
69165ba
index b1a0a22..d2f8adb 100644
69165ba
--- a/src/hooks/CCpp.conf
69165ba
+++ b/src/hooks/CCpp.conf
69165ba
@@ -10,10 +10,8 @@ SaveBinaryImage = no
69165ba
 
69165ba
 # When this option is set to 'yes', core backtrace is generated
69165ba
 # from the memory image of the crashing process. Only the crash
69165ba
-# thread is present in the backtrace. This feature requires
69165ba
-# kernel 3.18 or newer, otherwise the core backtrace is not
69165ba
-# created.
69165ba
-CreateCoreBacktrace = yes
69165ba
+# thread is present in the backtrace.
69165ba
+CreateCoreBacktrace = no
69165ba
 
69165ba
 # Save full coredump? If set to 'no', coredump won't be saved
69165ba
 # and you won't be able to report the crash to Bugzilla. Only
69165ba
-- 
69165ba
2.4.3
69165ba