Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(41)

Unified Diff: fuzzer/go/frontend/data/testdata/stacktrace/5bad_debug.asan

Issue 1691893002: Fuzzer now deduplicates on the analysis side instead of the download side (Closed) Base URL: https://skia.googlesource.com/buildbot@metrics
Patch Set: Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: fuzzer/go/frontend/data/testdata/stacktrace/5bad_debug.asan
diff --git a/fuzzer/go/frontend/data/testdata/stacktrace/5bad_debug.asan b/fuzzer/go/frontend/data/testdata/stacktrace/5bad_debug.asan
deleted file mode 100644
index 4fa34466fa91c1ee3025515ae385674e819961a0..0000000000000000000000000000000000000000
--- a/fuzzer/go/frontend/data/testdata/stacktrace/5bad_debug.asan
+++ /dev/null
@@ -1,17 +0,0 @@
-Decoding
-==75298==WARNING: AddressSanitizer failed to allocate 0xffffffffffffffff bytes
-ASAN:SIGSEGV
-=================================================================
-==75298==ERROR: AddressSanitizer: SEGV on unknown address 0x000000000000 (pc 0x00000080d349 bp 0x7fffe7ca0f90 sp 0x7fffe7ca0dc0 T0)
- #0 0x80d348 in SkPictureData::parseStreamTag(SkStream*, unsigned int, unsigned int, bool (*)(void const*, unsigned long, SkBitmap*), SkTypefacePlayback*) /tmp/skia/out/Debug/../../src/core/SkPictureData.cpp:377:17
- #1 0x80dfc0 in SkPictureData::parseStream(SkStream*, bool (*)(void const*, unsigned long, SkBitmap*), SkTypefacePlayback*) /tmp/skia/out/Debug/../../src/core/SkPictureData.cpp:589:14
- #2 0x80defd in SkPictureData::CreateFromStream(SkStream*, SkPictInfo const&, bool (*)(void const*, unsigned long, SkBitmap*), SkTypefacePlayback*) /tmp/skia/out/Debug/../../src/core/SkPictureData.cpp:562:10
- #3 0x808e80 in SkPicture::CreateFromStream(SkStream*, bool (*)(void const*, unsigned long, SkBitmap*), SkTypefacePlayback*) /tmp/skia/out/Debug/../../src/core/SkPicture.cpp:153:13
- #4 0x72c623 in fuzz_skp(SkData*) /tmp/skia/out/Debug/../../fuzz/fuzz.cpp:143:33
- #5 0x72bd33 in main /tmp/skia/out/Debug/../../fuzz/fuzz.cpp:54:30
- #6 0x7fe09ce3cec4 in __libc_start_main /tmp/tmp.Htw1L27e9P/csu/libc-start.c:287
- #7 0x68399f in _start (/tmp/executables/skpicture/analyzer0/fuzz_asan_debug+0x68399f)
-
-AddressSanitizer can not provide additional info.
-SUMMARY: AddressSanitizer: SEGV /tmp/skia/out/Debug/../../src/core/SkPictureData.cpp:377 SkPictureData::parseStreamTag(SkStream*, unsigned int, unsigned int, bool (*)(void const*, unsigned long, SkBitmap*), SkTypefacePlayback*)
-==75298==ABORTING

Powered by Google App Engine
This is Rietveld 408576698