Open Bug 1314821 Opened 8 years ago Updated 2 years ago

debugger and console are extremely slow to show the contents of a large typed array

Categories

(DevTools :: Shared Components, defect)

x86_64
Linux
defect

Tracking

(firefox52 wontfix)

Tracking Status
firefox52 --- wontfix

People

(Reporter: db48x, Unassigned)

References

Details

Attachments

(1 file)

Attached file slow-debugger.html
In the attached testcase, showing the HEAP8 variable in either the console or in the debugger takes quite a long time. I noticed this in a much more complicated case where I was inspecting an object that had half a dozen such large typed arrays; it took several minutes to display the contents of the object. The time it takes appears to be proportional to the length of the array, which is especially annoying since the debugger is going to shorten it significantly once it displays it.
If you were testing with new console/debugger, this may be related to Bug 1313161.
Oh, I forgot to mention memory usage. Watching this in top shows the content process passing 8GB RSS while rendering this value, then dropping back to a few hundred megs when it's done.
What version are you testing in?  We had a similar issue fixed in 49: Bug 1270179
Flags: needinfo?(db48x)
See Also: → 1270179
(In reply to Brian Grinstead [:bgrins] from comment #3)
> What version are you testing in?  We had a similar issue fixed in 49: Bug
> 1270179

Trunk, as indicated. Specifically a nightly from this morning (20161102030205).
Flags: needinfo?(db48x)
Component: Developer Tools → Developer Tools: Shared Components
Mass wontfix for bugs affecting firefox 52.
Product: Firefox → DevTools
Severity: normal → S3
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: