WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED DUPLICATE of
bug 143589
127182
Web Inspector: freeze when stopped at breakpoint and hovering over huge array
https://bugs.webkit.org/show_bug.cgi?id=127182
Summary
Web Inspector: freeze when stopped at breakpoint and hovering over huge array
bas
Reported
2014-01-17 12:09:37 PST
Context: I'm developing a financial charting application with WebGL. Huge datasets are displayed and handled (arrays containing up to 500,000 data points). Issue: When using the debugger and stopping at breakpoint or manually stepping, when you hover over a variable, a popup will show with the value of the variable. Great feature. But, when hovering over one of those huge arrays, a popup will show up too, and even show "Array[<huge total>]" header in it, but the rest of the popup stays empty, the tab or window freezes and two processes peg 2 cores at 100%, each using 1,45GB memory (the processes are 'SafariForWebKitDevelopment Web Content' and 'Safari Web Content'). I can then only close the tab or window, the rest of the tab or window is frozen. Expected behavior: The first few entries in the array should show up in the popover.
Attachments
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2014-01-17 12:11:33 PST
<
rdar://problem/15847944
>
Blaze Burg
Comment 2
2018-08-23 13:37:28 PDT
*** This bug has been marked as a duplicate of
bug 143589
***
Blaze Burg
Comment 3
2018-08-23 13:37:50 PDT
We only fetch the first 100 entries, but this isn't great either.
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