Closed
Bug 408612
Opened 18 years ago
Closed 18 years ago
Installing Flashgot Extension leaks an nsGlobalWindow and more
Categories
(Core :: General, defect, P3)
Tracking
()
RESOLVED
FIXED
People
(Reporter: cbook, Assigned: sicking)
References
()
Details
(Keywords: memory-leak)
Attachments
(2 files)
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9b2pre)
Gecko/2007121517 Minefield/3.0b3pre
Steps to reproduce:
Installed Flashgot Extension https://addons.mozilla.org/en-US/firefox/addon/220 with Firefox restart
Firefox came up with Flashgot Welcome Page
Shutdown of Firefox
Leak
nsStringStats
=> mAllocCount: 37658
=> mReallocCount: 5631
=> mFreeCount: 36783 -- LEAKED 875 !!!
=> mShareCount: 40803
=> mAdoptCount: 7163
=> mAdoptFreeCount: 7156 -- LEAKED 7 !!!
Flags: blocking-firefox3?
Updated•18 years ago
|
Summary: Installing Flashgot Extension Leaks → Installing Flashgot Extension leaks an nsGlobalWindow and more
Comment 1•18 years ago
|
||
Please renom if there's a regression from Fx2.x branch ...
Flags: blocking-firefox3? → blocking-firefox3-
Updated•18 years ago
|
Flags: blocking-firefox3-
Product: Firefox → Core
QA Contact: general → general
Updated•18 years ago
|
Flags: blocking1.9?
| Assignee | ||
Comment 2•18 years ago
|
||
Tomcat: do we leak just when flashgot is installed, or anytime afterwards when it is installed too?
Is this just a shutdown leak, or does it increase when you use more browser windows? (Probably easier to tell with leak-gauge logs, which will also tell you which windows leaked -- e.g., if it was the about:blank hidden window.)
If it's a shutdown leak, bug 398219 might help here.
| Reporter | ||
Comment 4•18 years ago
|
||
(In reply to comment #2)
> Tomcat: do we leak just when flashgot is installed, or anytime afterwards when
> it is installed too?
>
its also afterwards when i have about:blank as homepage and not surfing or using other tabs. Created a new leak log.
Comment 5•18 years ago
|
||
+ing since Flashgot is a pretty common extension. If this is just a shutdown leak we should minus
Flags: blocking1.9? → blocking1.9+
Priority: -- → P2
Updated•18 years ago
|
Assignee: nobody → jonas
| Assignee | ||
Comment 6•18 years ago
|
||
This looks like it could be a shutdown leak. Tomcat, it would be great if you could whack at this a bit more and see if you can get it to leak more than 2 nsGlobalWindow
Priority: P2 → P3
| Reporter | ||
Comment 7•18 years ago
|
||
This is now fixed by bug 412491 and Version 1.2.9. Verified while using Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9b3pre) Gecko/2008012113 Minefield/3.0b3pre
Status: NEW → RESOLVED
Closed: 18 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•