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

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

Issue 1668543004: Add AddressSanitizer to fuzzer analysis (Closed) Base URL: https://skia.googlesource.com/buildbot@remove-old-tests
Patch Set: add multi threaded delete 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
new file mode 100644
index 0000000000000000000000000000000000000000..4fa34466fa91c1ee3025515ae385674e819961a0
--- /dev/null
+++ b/fuzzer/go/frontend/data/testdata/stacktrace/5bad_debug.asan
@@ -0,0 +1,17 @@
+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