CHECK failure: !context.IsEmpty() in local_window_proxy.cc |
||||||||
Issue descriptionDetailed report: https://clusterfuzz.com/testcase?key=5922948867948544 Fuzzer: inferno_layout_test_fuzzer Job Type: linux_asan_chrome_v8_arm Platform Id: linux Crash Type: CHECK failure Crash Address: Crash State: !context.IsEmpty() in local_window_proxy.cc blink::LocalWindowProxy::CreateContext blink::LocalWindowProxy::Initialize Sanitizer: address (ASAN) Reproducer Testcase: https://clusterfuzz.com/download?testcase_id=5922948867948544 Issue filed automatically. See https://github.com/google/clusterfuzz-tools for more information.
,
Aug 31
,
Aug 31
The test case calls itself recursively, and when its stack overflows, each stack opens a new blank window. I guess the most deep stack does not have enough memory space to create a V8 context, and this issue is a kind of OOM failure. If so, it depends on the environment if the test crashes or not.
,
Oct 1
Issue 890567 has been merged into this issue.
,
Oct 1
Automatically applying components based on crash stacktrace and information from OWNERS files. If this is incorrect, please apply the Test-Predator-Wrong-Components label.
,
Dec 13
ClusterFuzz testcase 6616900749230080 is verified as fixed, so closing issue as verified. If this is incorrect, please add ClusterFuzz-Wrong label and re-open the issue.
,
Dec 15
,
Dec 20
ClusterFuzz testcase 5922948867948544 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.
,
Dec 21
,
Dec 21
If we remove --js-flags="--expose-gc", it doesn't reproduce. I'll deprioritize this, but am not sure why the flag switches the crash behaviors. |
||||||||
►
Sign in to add a comment |
||||||||
Comment 1 by kkaluri@chromium.org
, Aug 30Labels: M-69 Test-Predator-Wrong
Owner: peria@chromium.org
Status: Assigned (was: Untriaged)