CHECK failure: *base_computed_style_ == *computed_style in element_animations.cc |
|||||||
Issue descriptionDetailed report: https://clusterfuzz.com/testcase?key=5164112888463360 Fuzzer: attekett_dom_fuzzer Job Type: linux_debug_chrome Platform Id: linux Crash Type: CHECK failure Crash Address: Crash State: *base_computed_style_ == *computed_style in element_animations.cc blink::ElementAnimations::UpdateBaseComputedStyle blink::UpdateBaseComputedStyle Sanitizer: address (ASAN) Regressed: https://clusterfuzz.com/revisions?job=linux_debug_chrome&range=529050:529051 Reproducer Testcase: https://clusterfuzz.com/download?testcase_id=5164112888463360 Issue filed automatically. See https://github.com/google/clusterfuzz-tools for more information.
,
Jun 3 2018
Automatically assigning owner based on suspected regression changelist https://chromium.googlesource.com/chromium/src/+/ffb5de3934abd4e16399b2f79e7100823c6076fd (Don't propagate cmdline flags that are not read by renderer processes.). 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.
,
Jun 4 2018
Suspected regression changelist looks bogus. The problem is comparing cursor lists are based on pointers and does not compare values, which makes operator== false. Seems to be an old issue.
,
Jun 4 2018
,
Jun 7 2018
The following revision refers to this bug: https://chromium.googlesource.com/chromium/src.git/+/3a3093d75819bd39178ba7a280add9b49840513b commit 3a3093d75819bd39178ba7a280add9b49840513b Author: Rune Lillesveen <futhark@chromium.org> Date: Thu Jun 07 13:13:41 2018 Use data equivalency comparing cursor images. We only compared pointers which may be different across style recalcs. That triggered a failed base-computed-style equivalence DCHECK. Bug: 849110 Change-Id: Ia90521cd7012114e937a3b72c8390a5e11ba187e Reviewed-on: https://chromium-review.googlesource.com/1090718 Reviewed-by: Morten Stenshorne <mstensho@chromium.org> Commit-Queue: Rune Lillesveen <futhark@chromium.org> Cr-Commit-Position: refs/heads/master@{#565246} [modify] https://crrev.com/3a3093d75819bd39178ba7a280add9b49840513b/third_party/blink/renderer/core/style/computed_style.h [modify] https://crrev.com/3a3093d75819bd39178ba7a280add9b49840513b/third_party/blink/renderer/core/style/computed_style_test.cc [modify] https://crrev.com/3a3093d75819bd39178ba7a280add9b49840513b/third_party/blink/renderer/core/style/cursor_data.h
,
Jun 7 2018
,
Jun 14 2018
ClusterFuzz testcase 5164112888463360 is still reproducing on tip-of-tree build (trunk). Please re-test your fix against this testcase and if the fix was incorrect or incomplete, please re-open the bug. Otherwise, ignore this notification and add ClusterFuzz-Wrong label.
,
Jun 16 2018
ClusterFuzz has detected this issue as fixed in range 567613:567614. Detailed report: https://clusterfuzz.com/testcase?key=5164112888463360 Fuzzer: attekett_dom_fuzzer Job Type: linux_debug_chrome Platform Id: linux Crash Type: CHECK failure Crash Address: Crash State: *base_computed_style_ == *computed_style in element_animations.cc blink::ElementAnimations::UpdateBaseComputedStyle blink::UpdateBaseComputedStyle Sanitizer: address (ASAN) Regressed: https://clusterfuzz.com/revisions?job=linux_debug_chrome&range=529050:529051 Fixed: https://clusterfuzz.com/revisions?job=linux_debug_chrome&range=567613:567614 Reproducer Testcase: https://clusterfuzz.com/download?testcase_id=5164112888463360 See https://github.com/google/clusterfuzz-tools for more information. If you suspect that the result above is incorrect, try re-doing that job on the test case report page.
,
Jun 16 2018
ClusterFuzz testcase 5164112888463360 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
, Jun 3 2018Labels: Test-Predator-Auto-Components