[Webkit-unassigned] [Bug 225743] New: console.table results in a Maximum Call Stack Size Exceeded.
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu May 13 04:23:40 PDT 2021
https://bugs.webkit.org/show_bug.cgi?id=225743
Bug ID: 225743
Summary: console.table results in a Maximum Call Stack Size
Exceeded.
Product: WebKit
Version: Safari Technology Preview
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: JavaScriptCore
Assignee: webkit-unassigned at lists.webkit.org
Reporter: zyscoder at gmail.com
Created attachment 428487
--> https://bugs.webkit.org/attachment.cgi?id=428487&action=review
The bevavior in safari
* Version: Safari Technology Preview
* OS: OSX 10.15.7 (19H1030)
* Step:
(1) Open Safari Technology Preview and navigate to the URL: https://vk.com
(2) Open the JavaScript Console and run the following JavaScript code:
```
_1 = new Range()
_2 = _1.extractContents()
console.table(_2)
```
(3) Wait for a while and then the tab would occur a "Maximum call stack size exceeded".
Noticed that running the same test code in chrome/firefox cannot trigger any problem. Maybe some improvement for the "console" module should be applied to make JavaScriptCore as strong as V8/SpiderMonkey.
--
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/20210513/61d281b4/attachment-0001.htm>
More information about the webkit-unassigned
mailing list