summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKarel Klic <kklic@redhat.com>2010-06-30 15:11:46 +0200
committerKarel Klic <kklic@redhat.com>2010-06-30 15:11:46 +0200
commit47d94c82e1062634617b3629a0b241ff81a1cda9 (patch)
treeb5646ecdeb3399b7caec5b0b3147f2721a953709
parentc428fe9fe07729b66fedd99f6566cbac55dc4f1b (diff)
downloadabrt-47d94c82e1062634617b3629a0b241ff81a1cda9.tar.gz
abrt-47d94c82e1062634617b3629a0b241ff81a1cda9.tar.xz
abrt-47d94c82e1062634617b3629a0b241ff81a1cda9.zip
Denys's verbose comment on BacktraceRemotes
-rw-r--r--lib/Plugins/CCpp.conf6
1 files changed, 5 insertions, 1 deletions
diff --git a/lib/Plugins/CCpp.conf b/lib/Plugins/CCpp.conf
index 82125813..86bfb7db 100644
--- a/lib/Plugins/CCpp.conf
+++ b/lib/Plugins/CCpp.conf
@@ -12,7 +12,11 @@ SaveBinaryImage = no
# Generate backtrace
Backtrace = yes
-# Generate backtrace for remote crashes
+# Generate backtrace for crashes uploaded from remote machines.
+# Note that for reliable backtrace generation, your local machine
+# needs to have the crashed executable and all libraries it uses,
+# and they need to be the same versions as on remote machines.
+# If you cannot ensure that, it's better to set this option to "no"
BacktraceRemotes = no
# Generate memory map too (IGNORED FOR NOW)