summaryrefslogtreecommitdiffstats
path: root/src/Backtrace
diff options
context:
space:
mode:
authorKarel Klic <kklic@redhat.com>2009-12-02 14:26:27 +0100
committerKarel Klic <kklic@redhat.com>2009-12-02 14:26:27 +0100
commitb5f3c5516cfb57cdce0f82a03773f57dc974b886 (patch)
tree9188268d44ebdf79043eab7a43fa28a7f8e2bab4 /src/Backtrace
parentd2f68f4c4f8163b4eca594a8654b8890bda47d81 (diff)
downloadabrt-b5f3c5516cfb57cdce0f82a03773f57dc974b886.tar.gz
abrt-b5f3c5516cfb57cdce0f82a03773f57dc974b886.tar.xz
abrt-b5f3c5516cfb57cdce0f82a03773f57dc974b886.zip
Final list of broken backtraces
Diffstat (limited to 'src/Backtrace')
-rwxr-xr-xsrc/Backtrace/abrt-bz-downloader14
1 files changed, 13 insertions, 1 deletions
diff --git a/src/Backtrace/abrt-bz-downloader b/src/Backtrace/abrt-bz-downloader
index ef29acfb..81084e72 100755
--- a/src/Backtrace/abrt-bz-downloader
+++ b/src/Backtrace/abrt-bz-downloader
@@ -48,7 +48,19 @@ for buginfo in buginfos:
continue
# Skip bugs with broken or Python backtraces
- broken_backtrace_bugs = [ 528529, 532264, 533475 ]
+ broken_backtrace_bugs = [ 517116, # binary file :)
+ 518516, # not a backtrace, GDB fail
+ 524259, # multiple backtraces in single file
+ 524427, # multiple backtraces in single file
+ 528529, # just [New Thread xx] lines
+ #528915, 10000 frames, out of memory, to be fixed
+ #529422, 10000 frames, out of memory, to be fixed
+ #530239, 10000 frames, out of memory, to be fixed
+ 532264, # no header
+ 533475, # no backtrace
+ #537819, 50000 frames, out of memory, to be fixed
+ #539699, to be fixed, parser bug
+ 539992] # completely broken backtrace
if buginfo.bug_id in broken_backtrace_bugs:
continue