Closed Bug 761334 Opened 12 years ago Closed 11 years ago

Trace Malloc Allocs and MaxHeap regressions from bug 752676 (Add pdf.js as an internal handler)

Categories

(Firefox :: PDF Viewer, defect)

defect
Not set
normal

Tracking

()

RESOLVED WONTFIX
Tracking Status
firefox15 - ---
firefox16 - ---

People

(Reporter: mbrubeck, Assigned: bdahl)

References

Details

(Keywords: perf, regression, Whiteboard: [pdfjs-c-testing][MemShrink:P3])

Testing this out locally using leaktest.py on osx I get numbers all over of the place for the max heap with RSD ~2%. Some of the smallest max heap sizes have been with the above changeset applied. However, on average I see the max heap grow ~100KB with the pdf.js changeset. I expect the max heap to get somewhat bigger since we're now adding two new components PdfJs.jsm and the PdfStreamConverter.js. Also, on firstrun pdf.js has to go in and take over as the default pdf reader. One thing we could do to lessen the memory is instead of programatically registering the stream converter we could put it back in the chrome.manifest so PdfStreamConverter isn't loaded until the first pdf is loaded. This though would mean the stream converter is on by default which has pros/cons.
It's not clear to me what the user impact would be here (seems like a leak regression), or how commonly it would occur. Tracking nonetheless to make sure this is followed up on.
Assignee: nobody → bdahl
Given bug 773397, tracking for FF16's release but not FF15. Would still love to get clarification on the user impact here.
Alex: I must have missed your previous comment in my bugmail. The regression doesn't seem to be a "leak". It's just a regression in the maximum amount of memory firefox uses(~2MB more) during that test, which is then cleaned up. I still haven't heard anything definitive if this is too much for what is happening on first run or not.
(In reply to Brendan Dahl from comment #5) > Alex: I must have missed your previous comment in my bugmail. The > regression doesn't seem to be a "leak". It's just a regression in the > maximum amount of memory firefox uses(~2MB more) during that test, which is > then cleaned up. I still haven't heard anything definitive if this is too > much for what is happening on first run or not. OK - I've added [Snappy] to the whiteboard to get their expertise on whether or not this test is actually concerning. Also untracking for FF16 since we won't be ready to ship till FF17 at least.
Whiteboard: [Snappy]
Blocks: 748930
Whiteboard: [Snappy] → [Snappy][pdfjs-c-testing]
This might be a memshink bug, but there is nothing here for snappy.
Whiteboard: [Snappy][pdfjs-c-testing] → [pdfjs-c-testing]
Whiteboard: [pdfjs-c-testing] → [pdfjs-c-testing][MemShrink]
Whiteboard: [pdfjs-c-testing][MemShrink] → [pdfjs-c-testing][MemShrink:P3]
18 months have passed. I don't think this bug is worth keeping open.
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → WONTFIX
You need to log in before you can comment on or make changes to this bug.