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

Side by Side 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 unified diff | Download patch
OLDNEW
(Empty)
1 Decoding
2 ==75298==WARNING: AddressSanitizer failed to allocate 0xffffffffffffffff bytes
3 ASAN:SIGSEGV
4 =================================================================
5 ==75298==ERROR: AddressSanitizer: SEGV on unknown address 0x000000000000 (pc 0x0 0000080d349 bp 0x7fffe7ca0f90 sp 0x7fffe7ca0dc0 T0)
6 #0 0x80d348 in SkPictureData::parseStreamTag(SkStream*, unsigned int, unsign ed int, bool (*)(void const*, unsigned long, SkBitmap*), SkTypefacePlayback*) /t mp/skia/out/Debug/../../src/core/SkPictureData.cpp:377:17
7 #1 0x80dfc0 in SkPictureData::parseStream(SkStream*, bool (*)(void const*, u nsigned long, SkBitmap*), SkTypefacePlayback*) /tmp/skia/out/Debug/../../src/cor e/SkPictureData.cpp:589:14
8 #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
9 #3 0x808e80 in SkPicture::CreateFromStream(SkStream*, bool (*)(void const*, unsigned long, SkBitmap*), SkTypefacePlayback*) /tmp/skia/out/Debug/../../src/co re/SkPicture.cpp:153:13
10 #4 0x72c623 in fuzz_skp(SkData*) /tmp/skia/out/Debug/../../fuzz/fuzz.cpp:143 :33
11 #5 0x72bd33 in main /tmp/skia/out/Debug/../../fuzz/fuzz.cpp:54:30
12 #6 0x7fe09ce3cec4 in __libc_start_main /tmp/tmp.Htw1L27e9P/csu/libc-start.c: 287
13 #7 0x68399f in _start (/tmp/executables/skpicture/analyzer0/fuzz_asan_debug+ 0x68399f)
14
15 AddressSanitizer can not provide additional info.
16 SUMMARY: AddressSanitizer: SEGV /tmp/skia/out/Debug/../../src/core/SkPictureData .cpp:377 SkPictureData::parseStreamTag(SkStream*, unsigned int, unsigned int, bo ol (*)(void const*, unsigned long, SkBitmap*), SkTypefacePlayback*)
17 ==75298==ABORTING
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698