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

Side by Side Diff: fuzzer/go/data/testdata/stacktrace/2bad_release.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 unified diff | Download patch
OLDNEW
1 Decoding 1 Decoding
2 Rendering 2 Rendering
3 ================================================================= 3 =================================================================
4 ==66109==ERROR: AddressSanitizer: heap-buffer-overflow on address 0x60d00000d000 at pc 0x0000007f17a3 bp 0x7fffbad7bde0 sp 0x7fffbad7bdd8 4 ==66109==ERROR: AddressSanitizer: heap-buffer-overflow on address 0x60d00000d000 at pc 0x0000007f17a3 bp 0x7fffbad7bde0 sp 0x7fffbad7bdd8
5 READ of size 4 at 0x60d00000d000 thread T0 5 READ of size 4 at 0x60d00000d000 thread T0
6 #0 0x7f17a2 in SkReader32::readInt_asan() /tmp/skia/out/Release/../../src/co re/SkReader32.h:57:25 6 #0 0x7f17a2 in SkReader32::readInt_asan() /tmp/skia/out/Release/../../src/co re/SkReader32.h:57:25
7 #1 0x7efb0d in SkPicturePlayback::handleOp(SkReader32*, DrawType, unsigned i nt, SkCanvas*, SkMatrix const&) /tmp/skia/out/Release/../../src/core/SkPicturePl ayback.cpp:151:31 7 #1 0x7efb0d in SkPicturePlayback::handleOp(SkReader32*, DrawType, unsigned i nt, SkCanvas*, SkMatrix const&) /tmp/skia/out/Release/../../src/core/SkPicturePl ayback.cpp:151:31
8 #2 0x7ef5ee in SkPicturePlayback::draw(SkCanvas*, SkPicture::AbortCallback*) /tmp/skia/out/Release/../../src/core/SkPicturePlayback.cpp:111:9 8 #2 0x7ef5ee in SkPicturePlayback::draw(SkCanvas*, SkPicture::AbortCallback*) /tmp/skia/out/Release/../../src/core/SkPicturePlayback.cpp:111:9
9 #3 0x7e63b8 in SkPicture::Forwardport(SkPictInfo const&, SkPictureData const *) /tmp/skia/out/Release/../../src/core/SkPicture.cpp:137:5 9 #3 0x7e63b8 in SkPicture::Forwardport(SkPictInfo const&, SkPictureData const *) /tmp/skia/out/Release/../../src/core/SkPicture.cpp:137:5
10 #4 0x7e6552 in SkPicture::CreateFromStream(SkStream*, bool (*)(void const*, unsigned long, SkBitmap*), SkTypefacePlayback*) /tmp/skia/out/Release/../../src/ core/SkPicture.cpp:154:12 10 #4 0x7e6552 in SkPicture::CreateFromStream(SkStream*, bool (*)(void const*, unsigned long, SkBitmap*), SkTypefacePlayback*) /tmp/skia/out/Release/../../src/ core/SkPicture.cpp:154:12
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
55 Global redzone: f9 55 Global redzone: f9
56 Global init order: f6 56 Global init order: f6
57 Poisoned by user: f7 57 Poisoned by user: f7
58 Container overflow: fc 58 Container overflow: fc
59 Array cookie: ac 59 Array cookie: ac
60 Intra object redzone: bb 60 Intra object redzone: bb
61 ASan internal: fe 61 ASan internal: fe
62 Left alloca redzone: ca 62 Left alloca redzone: ca
63 Right alloca redzone: cb 63 Right alloca redzone: cb
64 ==66109==ABORTING 64 ==66109==ABORTING
OLDNEW
« no previous file with comments | « fuzzer/go/data/testdata/stacktrace/2bad_debug.err ('k') | fuzzer/go/data/testdata/stacktrace/2grey_release.err » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698