CHECK failure: blend_mode_ != static_cast<uint32_t>(SkBlendMode::kLastMode) + 100 in paint_flag |
||||
Issue descriptionDetailed report: https://clusterfuzz.com/testcase?key=4903396969283584 Fuzzer: afl_paint_op_buffer_fuzzer Job Type: afl_chrome_asan Platform Id: linux Crash Type: CHECK failure Crash Address: Crash State: blend_mode_ != static_cast<uint32_t>(SkBlendMode::kLastMode) + 100 in paint_flag cc::PaintFlags::~PaintFlags cc::DrawIRectOp::Deserialize Sanitizer: address (ASAN) Regressed: https://clusterfuzz.com/revisions?job=afl_chrome_asan&range=547825:547838 Reproducer Testcase: https://clusterfuzz.com/download?testcase_id=4903396969283584 Issue filed automatically. See https://chromium.googlesource.com/chromium/src/+/master/testing/libfuzzer/reference.md for more information.
,
Apr 5 2018
Automatically assigning owner based on suspected regression changelist https://chromium.googlesource.com/chromium/src/+/4e8d8031d57ede2c673ae22c7d60cc2ef1cda9b4 (Unroll PaintFlags dtor to investigate crashes). If this is incorrect, please let us know why and apply the Test-Predator-Wrong-CLs label. If you aren't the correct owner for this issue, please unassign yourself as soon as possible so it can be re-triaged.
,
Apr 5 2018
The following revision refers to this bug: https://chromium.googlesource.com/chromium/src.git/+/5e2090c028be2f5ecf26e8cf9e4bd9274dcdfa5f commit 5e2090c028be2f5ecf26e8cf9e4bd9274dcdfa5f Author: Adrienne Walker <enne@chromium.org> Date: Thu Apr 05 23:27:23 2018 cc: Remove investigating CHECK This CHECK was overkill. Just set something on the object instead to make sure that the PaintFlags is not bogus. Bug: 829199 Cq-Include-Trybots: luci.chromium.try:android_optional_gpu_tests_rel;master.tryserver.blink:linux_trusty_blink_rel Change-Id: I24500c9403959d7861575d368c930c1a2ebcfc74 Reviewed-on: https://chromium-review.googlesource.com/998495 Commit-Queue: enne <enne@chromium.org> Reviewed-by: Khushal <khushalsagar@chromium.org> Cr-Commit-Position: refs/heads/master@{#548612} [modify] https://crrev.com/5e2090c028be2f5ecf26e8cf9e4bd9274dcdfa5f/cc/paint/paint_flags.cc
,
Apr 5 2018
,
Apr 7 2018
ClusterFuzz has detected this issue as fixed in range 548610:548615. Detailed report: https://clusterfuzz.com/testcase?key=4903396969283584 Fuzzer: afl_paint_op_buffer_fuzzer Job Type: afl_chrome_asan Platform Id: linux Crash Type: CHECK failure Crash Address: Crash State: blend_mode_ != static_cast<uint32_t>(SkBlendMode::kLastMode) + 100 in paint_flag cc::PaintFlags::~PaintFlags cc::DrawIRectOp::Deserialize Sanitizer: address (ASAN) Regressed: https://clusterfuzz.com/revisions?job=afl_chrome_asan&range=547825:547838 Fixed: https://clusterfuzz.com/revisions?job=afl_chrome_asan&range=548610:548615 Reproducer Testcase: https://clusterfuzz.com/download?testcase_id=4903396969283584 See https://chromium.googlesource.com/chromium/src/+/master/testing/libfuzzer/reference.md for more information. If you suspect that the result above is incorrect, try re-doing that job on the test case report page.
,
Apr 7 2018
ClusterFuzz testcase 4903396969283584 is verified as fixed, so closing issue as verified. If this is incorrect, please add ClusterFuzz-Wrong label and re-open the issue. |
||||
►
Sign in to add a comment |
||||
Comment 1 by ClusterFuzz
, Apr 5 2018Labels: Test-Predator-Auto-Components