Automatically applying components based on crash stacktrace and information from OWNERS files.
If this is incorrect, please apply the Test-Predator-Wrong-Components label.
Automatically assigning owner based on suspected regression changelist https://chromium.googlesource.com/chromium/src/+/da27378f03ea3dc4bdba82e3cb1d13ad2fef7a7c (Split implementation of EventListener and EventHandler).
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.
I've investigated this crush and found that v8::JSReceiver::GetCreationContext() can return empty handle. This could cause crashes in not only blink::V8EventListenerImpl but also other callback classes.
In such a case, it is better to throw TypeError before calling blink::V8EventListenerHelper::GetEventListener().
This will be addressed by yukishiino@.
ClusterFuzz testcase 6390382756364288 is verified as fixed, so closing issue as verified.
If this is incorrect, please add ClusterFuzz-Wrong label and re-open the issue.
Comment 1 by ClusterFuzz
, Sep 13Labels: Test-Predator-Auto-Components