[Webkit-unassigned] [Bug 244100] New: Web Inspector: printing HTML elements with console.table() causes inspector and tab to hang

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Aug 18 12:13:48 PDT 2022


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

            Bug ID: 244100
           Summary: Web Inspector: printing HTML elements with
                    console.table() causes inspector and tab to hang
           Product: WebKit
           Version: Safari 15
          Hardware: Mac (Intel)
                OS: macOS 12
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Web Inspector
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: tbiethman at gmail.com
                CC: inspector-bugzilla-changes at group.apple.com

Created attachment 461719

  --> https://bugs.webkit.org/attachment.cgi?id=461719&action=review

Screenshot of error state

Printing HTML elements with console.table() will cause the web inspector and associated tab to hang. Sometimes this hang is indefinite, other times it ends with a crash/reload of the tab.

To reproduce:
1. Navigate to any page and open the inspector
2. Enter the following command in the console: `console.table([{ 'Body': document.body }])`
3. Notice the table is not printed in the logs
4. Notice that, while you can navigate within the inspector, more console commands cannot be submitted, the tab is not responsive, etc. In some cases, "Maximum call stack size exceeded." will be presented in an alert.

This could be a duplicate of https://bugs.webkit.org/show_bug.cgi?id=225743.

-- 
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/20220818/3f12bf81/attachment.htm>


More information about the webkit-unassigned mailing list