Closed Bug 29862 Opened 25 years ago Closed 25 years ago

memory usage goes to 100% when load www.linuxstart.com

Categories

(SeaMonkey :: General, defect, P3)

x86
Windows NT
defect

Tracking

(Not tracked)

VERIFIED FIXED

People

(Reporter: ppandit, Assigned: waqar)

References

()

Details

(Keywords: perf, Whiteboard: [PDT+] w/b minus on 3/10)

Attachments

(1 file)

Running 3/1/00 seamonkey build on Windows NT 4.0

1) Start the Task Manager and click on Performance tab
2) Load the website http://www.linuxstart.com
3) Notice that memory usage increases until 100%
4) You will get a error message indicating low memory 

Par
who handles this one?
Assignee: cbegle → rickg
Keywords: beta1
QA Contact: asadotzler → ppandit
Waqar: Can you please take a look into this problem to give us a diagnosis?
Assignee: rickg → waqar
per PDT, we'd like to understand the nature of the problem and the nature of the 
fix
Whiteboard: [NEED INFO]
Trying to narrow down the test case. I am able reporoduce it on my NT machine.
With test case runnung on a local server.
Status: NEW → ASSIGNED
This is the smallest test case that, will exhibit this problem.
<html>
<head>
<script language="JavaScript">
<!--
p1on = new Image(35,35);
p1on.src = "/images/txtanim.gif";
// Javascript End -->
</script>
</head>
<body>
</body>
</html>

I have setup a page with this on my machine, this page has no content just a
java script.

http://sekhmet.mcom.com/bugs/29862/index.html
The problem seems to be a bit more insidious. Preloaded looped animated images 
(done via a new Image() in JavaScript) continue looping even if they are not 
displayed. We seem to be leaking during the looping at a pretty scary rate. 
Preloading images is fairly common (doing it with looped animated images less 
so). 

--Vidur
Target Milestone: M14
[PDT+] w/b minus on 3/10
Keywords: perf
Whiteboard: [NEED INFO] → [PDT+] w/b minus on 3/10
I have a patch to fix this, waiting for a review and then checkin.
Fix in had testing it over the weekend will checkin on Monday 3/6.
Depends on: 30385
Fix checked in.
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Using a depend build from today (3/9/00) on Windows NT, the memory problem seems 
resolved. Memory use continues to go up but at extremely slow pace. There must 
be another place where memory is leaking. 

MARKING THIS BUG AS VERIFIED.
Status: RESOLVED → VERIFIED
Product: Browser → Seamonkey
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: