WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
NEW
225743
console.table results in a Maximum Call Stack Size Exceeded.
https://bugs.webkit.org/show_bug.cgi?id=225743
Summary
console.table results in a Maximum Call Stack Size Exceeded.
zyscoder@gmail.com
Reported
2021-05-13 04:23:40 PDT
Created
attachment 428487
[details]
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.
Attachments
The bevavior in safari
(541.67 KB, image/jpeg)
2021-05-13 04:23 PDT
,
zyscoder@gmail.com
no flags
Details
View All
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2021-05-20 04:24:21 PDT
<
rdar://problem/78252905
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug