Closed
Bug 78924
Opened 24 years ago
Closed 24 years ago
Massive resource leak when loading large pages
Categories
(Core :: XUL, defect)
Tracking
()
People
(Reporter: jimz, Assigned: trudelle)
References
()
Details
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (Windows; U; Win98; en-US; rv:0.8.1+) Gecko/20010430
BuildID: 20010430
When opening a story with a large number of comments in slashdot my Windows
resources go from 70% free to 20% free. This is the resources reported by
System properties in Win98 under performance tab. Wintop does not report a
noticeable increase in memory usage, about 2-3 MB, so it does not look like a
general memory leak.
IE 5.5 does not have a noticeable impact on free resources when loading this page.
Reproducible: Always
Steps to Reproduce:
1. Open System from Control Panel or right click My Computer and select properties.
2. Click Performance tab. Not Free Resources, close window.
3. Enter URL into browser:
http://slashdot.org/comments.pl?sid=01%2F05%2F04%2F120243&cid=&pid=0&startat=&threshold=0&mode=thread&commentsort=0&op=Change
4. Open System from Control Panel or right click My Computer and select properties.
5. Click Performance tab. Not decrease in free Resources.
Actual Results: Free resources decreased from 70% free to 20% free.
Expected Results: Free resource should not decrease at all or by a small amount.
Comment 1•24 years ago
|
||
Doesn't happen on my system. I started with 86%, and after loading the URL, I
still have 86%. Perhaps display driver related? Or maybe a problem that's been
fixed since the build you're using? I'm using build 2001050304, Win98.
wonderful. Is this System, GDI or the other one? [RSRCMTR.EXE will tell you]
Assignee: asa → trudelle
Component: Browser-General → XP Toolkit/Widgets
QA Contact: doronr → jrgm
Comment 3•24 years ago
|
||
Timeless, the system resources shown in System Properties is (I believe) the
lower of the two resources, User or GDI. I think it's the same as the system
resources shown by Resource Meter (the first item in rsc mtr).
| Reporter | ||
Comment 4•24 years ago
|
||
System and User drop equally (about 50%). GDI drops only 2 percent.
Comment 5•24 years ago
|
||
Well, system is simply the lower of the User or GDI numbers, so the real problem
is User resources dropping. I can't think what would be using up so much User
resource, though.
Comment 6•24 years ago
|
||
This is a dupe.
*** This bug has been marked as a duplicate of 75641 ***
Status: UNCONFIRMED → RESOLVED
Closed: 24 years ago
Resolution: --- → DUPLICATE
What says this is a dupe? That bug is about a general memory leak, this bug is
about one of the resource heaps.
You need to log in
before you can comment on or make changes to this bug.
Description
•