Closed
Bug 416215
Opened 17 years ago
Closed 7 years ago
Firefox Extension Manager leaks nsStringBuffer when selecting "find update"
Categories
(Core :: General, defect)
Tracking
()
RESOLVED
INCOMPLETE
People
(Reporter: cbook, Unassigned)
References
Details
(Keywords: memory-leak)
Attachments
(1 file)
640 bytes,
text/plain
|
Details |
Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.5; en-US; rv:1.9b4pre) Gecko/2008020717 Firefox/3.0b4pre
Steps to reproduce:
-> New Profile
-> Installed as Extension the Nightly Tester Tools and the SQLite Manager (https://addons.mozilla.org/en-US/firefox/addon/5817)
-> Restart of Firefox to enable the extensions
-> Go into the Extension Manager
-> Click "Find updates"
-> After this is done, quit firefox
--> Leak !
0 TOTAL 26 16 527545 2 ( 1600.76 +/- 1711.50) 1824802 2 ( 2267.00 +/- 3708.31)
nsStringStats
=> mAllocCount: 29507
=> mReallocCount: 4275
=> mFreeCount: 29505 -- LEAKED 2 !!!
=> mShareCount: 24147
=> mAdoptCount: 2186
Flags: blocking1.9?
Flags: blocking1.9? → blocking1.9-
Comment 1•17 years ago
|
||
Checking for extension updates leaks 2 whole nsGlobalWindows for me. I have seven extensions installed:
* DOM Inspector
* Firebug (disabled)
* Greasemonkey
* Leak Monitor (disabled)
* RAMBack
* Search Keys
* Thumbs
Updated•7 years ago
|
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → INCOMPLETE
You need to log in
before you can comment on or make changes to this bug.
Description
•