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

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