[Webkit-unassigned] [Bug 211301] [JSC] FTLLowerDFGToB3.cpp - DFG ASSERTION FAILED: Bad array type

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu May 7 21:04:49 PDT 2020


https://bugs.webkit.org/show_bug.cgi?id=211301

--- Comment #6 from Minh Tran <myoki.crystal at gmail.com> ---
All of the crashes come from the same root cause. Here is a minimized crash:
```
function f(){
for(v of Array.prototype){};
while(true){}
};
f()
```

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20200508/8aa03518/attachment.htm>


More information about the webkit-unassigned mailing list