Closed
Bug 353646
Opened 18 years ago
Closed 18 years ago
[mlk] at MSN search results page
Categories
(Core :: DOM: Core & HTML, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 353090
People
(Reporter: stevee, Unassigned)
References
()
Details
(Keywords: memory-leak)
Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.8.1) Gecko/20060920 BonEcho/2.0 ID:2006092004
1. New profile, start firefox with leak logging
2. Paste http://search.msn.com/results.aspx?q=test&FORM=MSNH in the URL bar and hit enter
3. After page has loaded, close firefox.
4. Use leak-gauge.pl to analyse the NSPR.log
Leaked outer window 2469d00 at address 2469d00.
Leaked inner window 2b0acf0 (outer 2469d00) at address 2b0acf0.
... with URI "http://search.msn.co.uk/results.aspx?q=test&geovar=70&FORM=REDIR"
.
Leaked document at address 1b99528.
... with URI "http://search.msn.co.uk/results.aspx?q=test&geovar=70&FORM=REDIR"
.
Summary:
Leaked 2 out of 8 DOM Windows
Leaked 1 out of 37 documents
Leaked 0 out of 3 docshells
Reporter | ||
Comment 1•18 years ago
|
||
Alternative:
1. New profile, start firefox with leak logging
2. Go to http://www.live.com/ , enter a search term, then initiate the search
3. After page has loaded, close firefox.
4. Use leak-gauge.pl to analyse the NSPR.log
Comment 2•18 years ago
|
||
Can you test this with current trunk? I know dbaron's landed two patches recently that were supposed to fix leaks.
Reporter | ||
Updated•18 years ago
|
Reporter | ||
Comment 3•18 years ago
|
||
I'd love to, except Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.9a1) Gecko/2006092104 Minefield/3.0a1 hangs on shutdown (99% CPU) so I can't get a clean log to analyse. (With a new profile, naturally)
Reporter | ||
Updated•18 years ago
|
Assignee: nobody → general
Component: General → DOM
Product: Firefox → Core
QA Contact: general → ian
Version: 2.0 Branch → 1.8 Branch
Comment 4•18 years ago
|
||
FWIW, my trunk builds hang on shutdown, too, but I'm still able to get leak data from them.
Using the steps to reproduce in comment 0 and comment 1, I verified that this leak got fixed on trunk between 2006-09-19-04 and 2006-09-20-04. That's when dbaron's patch for bug 353090 landed, so I'm assuming that fixed the leak.
dbaron, were you planning on getting that patch in on branch?
OS: Windows 2000 → All
Hardware: PC → All
Comment 5•18 years ago
|
||
> dbaron, were you planning on getting that patch in on branch?
Is it relevant to the branch? It looked like a trunk DOM_AGNOSTIC regression to me... but maybe I'm wrong.
Comment 6•18 years ago
|
||
That one isn't, actually. See bug 353090 comment 2.
Comment 7•18 years ago
|
||
The patch for the 1.8 branch will look very different, but I am planning to write it...
Is there a bug on the builds hanging on shutdown?
Comment 8•18 years ago
|
||
Yes, it's either bug 341384 or bug 338884.
Comment 9•18 years ago
|
||
*** This bug has been marked as a duplicate of 353090 ***
Status: NEW → RESOLVED
Closed: 18 years ago
Resolution: --- → DUPLICATE
Updated•6 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•