diff options
| author | Jiri Moskovcak <jmoskovc@redhat.com> | 2009-12-15 18:01:28 +0100 |
|---|---|---|
| committer | Jiri Moskovcak <jmoskovc@redhat.com> | 2009-12-15 18:01:28 +0100 |
| commit | dd92fc9b28a88ba47560d923064f88e2e523c505 (patch) | |
| tree | 5a690ddd2c1b72b9c6f9a5fba02e2fd2f40db7fe /lib/Utils | |
| parent | 5d7dc59d8f83a167352ab8b1783d34d473918da3 (diff) | |
| download | abrt-dd92fc9b28a88ba47560d923064f88e2e523c505.tar.gz abrt-dd92fc9b28a88ba47560d923064f88e2e523c505.tar.xz abrt-dd92fc9b28a88ba47560d923064f88e2e523c505.zip | |
don't blame python for every crash in /usr/bin/python rhbz#533521 trac#109
- when there is a bug in 3rd party python extension, the python binary
creates the coredump, so ABRT always blames the python package, but we
want to blame the app that uses the extension instead
Diffstat (limited to 'lib/Utils')
| -rw-r--r-- | lib/Utils/DebugDump.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/Utils/DebugDump.h b/lib/Utils/DebugDump.h index 7dfe61e..fad39ec 100644 --- a/lib/Utils/DebugDump.h +++ b/lib/Utils/DebugDump.h @@ -41,6 +41,8 @@ #define FILENAME_COMMENT "comment" #define FILENAME_REPRODUCE "reproduce" #define FILENAME_RATING "rating" +#define FILENAME_CMDLINE "cmdline" + class CDebugDump { |
