Closed
Bug 703125
Opened 13 years ago
Closed 13 years ago
Memory increase/leak when scrolling page rapidly
Categories
(Core :: Graphics, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: jmjjeffery, Assigned: joe)
References
Details
(Keywords: memory-leak, regression, Whiteboard: [MemShrink])
Testing on several pages, CNN, MSNBC, NeoWin.net shows the problem but I'm sure others may as well.
1. Visit htt://www.Neowin.net
2. Using scroll-wheel on mouse rapidly scroll page up and down and notice that the memory increases as you continue scrolling up/down.
3. Memory is not released when you stop scrolling.
This results in increased memory use over a period of time as the browser is used over a long period of time.
Seems to have regressed with merge:
20111114081649 eb84780783ed good
20111114190451 f694183357ec bad (merge)
Maybe someone could bisect the patches that landed in the merge.
Tested on Win7 x64 m-c hourly builds.
Comment 1•13 years ago
|
||
Regression window(m-i)
Works:
http://hg.mozilla.org/integration/mozilla-inbound/rev/b1e2ee0bbdb5
Mozilla/5.0 (Windows NT 6.1; WOW64; rv:11.0a1) Gecko/20111113 Firefox/11.0a1 ID:20111113200306
Fails:
http://hg.mozilla.org/integration/mozilla-inbound/rev/6ae6d3beeaf4
Mozilla/5.0 (Windows NT 6.1; WOW64; rv:11.0a1) Gecko/20111113 Firefox/11.0a1 ID:20111113203057
Pushlog:
http://hg.mozilla.org/integration/mozilla-inbound/pushloghtml?fromchange=b1e2ee0bbdb5&tochange=6ae6d3beeaf4
Reporter | ||
Updated•13 years ago
|
Component: Layout → Graphics
QA Contact: layout → thebes
Comment 2•13 years ago
|
||
In local build,
built from 6ae6d3beeaf4 : can reproduce
built from e6705f49eaaa : works fine
built from 677fe017e6a0 : works fine
built from b1e2ee0bbdb5 : works fine
Triggered by:
6ae6d3beeaf4 Joe Drew — Bug 685767 - Factor blurring out into its own class, and use it from gfxAlphaBoxBlur. r=mattwoodrow
Updated•13 years ago
|
Blocks: 685767
Keywords: regressionwindow-wanted → mlk
Assignee | ||
Updated•13 years ago
|
Assignee: nobody → joe
Updated•13 years ago
|
Whiteboard: [MemShrink]
Reporter | ||
Comment 4•13 years ago
|
||
(In reply to Kyle Huey [:khuey] (khuey@mozilla.com) from comment #3)
> I backed out Bug 685767
>
> https://hg.mozilla.org/mozilla-central/rev/b62e6ee5ba9b
Testing with the latest hourly m-c win32 build I can no longer repo, so the backout fixed the leak. Leave this open ? or ?
Assignee | ||
Comment 5•13 years ago
|
||
The backout solved this; I'll work on fixing the leak in the original bug.
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 6•13 years ago
|
||
Alice, did this happen in a debug build? Did waiting a little make it (maybe only mostly) go away? I'm having issues reproducing this. :(
Assignee | ||
Comment 7•13 years ago
|
||
OK, I can reproduce it in a nightly, so I'll try a non-debug build with symbols.
You need to log in
before you can comment on or make changes to this bug.
Description
•