Closed
Bug 122025
Opened 23 years ago
Closed 21 years ago
30MB jump in memory usage on going to menu item link
Categories
(Core :: Layout, defect, P1)
Tracking
()
RESOLVED
WORKSFORME
Future
People
(Reporter: eennjp, Assigned: attinasi)
References
()
Details
(Keywords: memory-footprint, testcase)
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:0.9.7+) Gecko/20020125
BuildID: 2002012508
Is this really desired behaviour? Admittedly, returning from the page or closing
it *does* shrink the memory usage back down again, so it doesn't appear to be a
leak. But 30M extra for one page?!
Not knowing mozilla code, my opinion's probably worthless, but if this was my
own STL-based program then I'd guess at some container which was doubling in
size since it ran out of space...
I've left the priority normal, since mozilla still works...just takes (in most
cases) over *double* the previous memory.
Reproducible: Always
Steps to Reproduce:
1. Open mozilla browser only
2. Go to URL
3. notice memory usage (I use 'top', and get ~28M 'size')
4. click on one of the main menu items (1-7, possibly others too)
5. notice new memory usage (now ~58M 'size', 'share' unchanged BTW)
Comment 1•23 years ago
|
||
confirming with a 4h old CVS build.
CC Stephend :
Can you help with purify because I don't know who should get this bug.
Status: UNCONFIRMED → NEW
Ever confirmed: true
OS: Linux → All
Sorry, I don't have time for this right now, please re-assign to Layout or
something...
Comment 3•23 years ago
|
||
-> Layout
Assignee: asa → attinasi
Component: Browser-General → Layout
QA Contact: doronr → petersen
Updated•23 years ago
|
Target Milestone: --- → mozilla1.0.1
Assignee | ||
Comment 5•23 years ago
|
||
Moving Mozilla 1.01 bugs to 'future' milestone with priority P1
I will be pulling bugs from 'future' milestones when scheduling later work.
Priority: P2 → P1
Target Milestone: mozilla1.0.1 → Future
Updated•22 years ago
|
Flags: blocking1.4a?
Flags: blocking1.3?
Comment 6•22 years ago
|
||
works for me. the memory usage rises by < 100KB. probably the url has changed
but maybe not. using
Mozilla/5.0 (Windows; U; WinNT4.0; en-US; rv:1.3) Gecko/20030305
Updated•22 years ago
|
Flags: blocking1.3? → blocking1.3-
Updated•22 years ago
|
Flags: blocking1.4a? → blocking1.4a-
Comment 7•21 years ago
|
||
This bug seems to be quite outdated, everything works fine on this site, no 30
mb jump.
Can anyone verify?
Comment 8•21 years ago
|
||
Marking worksforme, but please reopen if this is still an issue (and attach a
testcase).
Status: NEW → RESOLVED
Closed: 21 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•