From b5f3c5516cfb57cdce0f82a03773f57dc974b886 Mon Sep 17 00:00:00 2001 From: Karel Klic Date: Wed, 2 Dec 2009 14:26:27 +0100 Subject: Final list of broken backtraces --- src/Backtrace/abrt-bz-downloader | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) (limited to 'src') 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 -- cgit