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

Side by Side Diff: fuzzer/go/frontend/data/testdata/stacktrace/2bad_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 ../../src/core/SkReader32.h:87: failed assertion "fCurr <= fStop"
3 ASAN:SIGSEGV
4 =================================================================
5 ==65785==ERROR: AddressSanitizer: SEGV on unknown address 0x0000977537dd (pc 0x0 00000815b20 bp 0x7ffca882b460 sp 0x7ffca882b440 T0)
6 #0 0x815b1f in SkReader32::skip_asan(unsigned long) /tmp/skia/out/Debug/../. ./src/core/SkReader32.h:87:9
7 #1 0x815dad in SkRect const& SkReader32::skipT<SkRect>() /tmp/skia/out/Debug /../../src/core/SkReader32.h:93:27
8 #2 0x813ae3 in SkPicturePlayback::handleOp(SkReader32*, DrawType, unsigned i nt, SkCanvas*, SkMatrix const&) /tmp/skia/out/Debug/../../src/core/SkPicturePlay back.cpp:150:34
9 #3 0x8134bf in SkPicturePlayback::draw(SkCanvas*, SkPicture::AbortCallback*) /tmp/skia/out/Debug/../../src/core/SkPicturePlayback.cpp:111:9
10 #4 0x808d08 in SkPicture::Forwardport(SkPictInfo const&, SkPictureData const *) /tmp/skia/out/Debug/../../src/core/SkPicture.cpp:137:5
11 #5 0x808ea2 in SkPicture::CreateFromStream(SkStream*, bool (*)(void const*, unsigned long, SkBitmap*), SkTypefacePlayback*) /tmp/skia/out/Debug/../../src/co re/SkPicture.cpp:154:12
12 #6 0x72c623 in fuzz_skp(SkData*) /tmp/skia/out/Debug/../../fuzz/fuzz.cpp:143 :33
13 #7 0x72bd33 in main /tmp/skia/out/Debug/../../fuzz/fuzz.cpp:54:30
14 #8 0x7f649e8fbec4 in __libc_start_main /tmp/tmp.Htw1L27e9P/csu/libc-start.c: 287
15 #9 0x68399f in _start (/tmp/executables/skpicture/analyzer1/fuzz_asan_debug+ 0x68399f)
16
17 AddressSanitizer can not provide additional info.
18 SUMMARY: AddressSanitizer: SEGV /tmp/skia/out/Debug/../../src/core/SkReader32.h: 87 SkReader32::skip(unsigned long)
19 ==65785==ABORTING
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698