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