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