RESOLVED INVALID 84699
Web Inspector: Remote Debugging Protocol: Browser hangs up trying to send large strings
https://bugs.webkit.org/show_bug.cgi?id=84699
Summary Web Inspector: Remote Debugging Protocol: Browser hangs up trying to send lar...
Ashutosh Sharma
Reported 2012-04-24 03:31:39 PDT
When I send the command Debugger.getScriptSource to the browser (launched with --remote-debugging-port=xxxx) with a valid script ID, the browser hangs up (with a 100% CPU usage) if the size of the string to be returned is large. I've seen the browser hanging for sizes of approximately 700,000 bytes and more. The same behavior is observed for any other remote debugging command that requires the browser the to return a large string (e.g. a really long attribute value being fetched via DOM.getAttributes, or a string search being performed in a minified one-line large script via Debugger.searchInContent). The issue can be reproduced by trying to fetch the source of all scripts on http://www.google.com.
Attachments
Brian Burg
Comment 1 2014-12-12 14:36:04 PST
Closing as invalid, as this bug pertains to the old inspector UI and/or its tests. Please file a new bug (https://www.webkit.org/new-inspector-bug) if the bug/feature/issue is still relevant to WebKit trunk.
Note You need to log in before you can comment on or make changes to this bug.