diff options
author | Karel Klic <kklic@redhat.com> | 2010-06-30 15:11:46 +0200 |
---|---|---|
committer | Karel Klic <kklic@redhat.com> | 2010-06-30 15:11:46 +0200 |
commit | 47d94c82e1062634617b3629a0b241ff81a1cda9 (patch) | |
tree | b5646ecdeb3399b7caec5b0b3147f2721a953709 /lib | |
parent | c428fe9fe07729b66fedd99f6566cbac55dc4f1b (diff) | |
download | abrt-47d94c82e1062634617b3629a0b241ff81a1cda9.tar.gz abrt-47d94c82e1062634617b3629a0b241ff81a1cda9.tar.xz abrt-47d94c82e1062634617b3629a0b241ff81a1cda9.zip |
Denys's verbose comment on BacktraceRemotes
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Plugins/CCpp.conf | 6 |
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) |