Closed
Bug 411683
Opened 17 years ago
Closed 17 years ago
Firefox leaks with nsGlobalWindows when opening the Greasemonkey Prefs
Categories
(Core :: General, defect, P2)
Tracking
()
VERIFIED
FIXED
People
(Reporter: cbook, Unassigned)
References
()
Details
(Keywords: memory-leak)
Attachments
(1 file)
24.51 KB,
text/plain
|
Details |
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9b3pre) Gecko/2008010917
Minefield/3.0b3pre
Steps to reproduce:
-> New Firefox Profile
-> Install Firefox 2.x with the Greasemonkey Extension https://addons.mozilla.org/en-US/firefox/addon/748 and Nightly Tester Tool
-> Restart Firefox to make sure the extension is installed and Quit Firefox
-> Start the Firefox 3 Trunk Debug Build and make the Greasemonkey Extension compatible with Firefox 3 (you can do this via tools-addons and the NTT button make compatible"
-> Restart Firefox - so far no leak
-> Click on the Options Button for this Extension in the Addon Manager
-> Leak
nsStringStats
=> mAllocCount: 25271
=> mReallocCount: 3568
=> mFreeCount: 24615 -- LEAKED 656 !!!
=> mShareCount: 22786
=> mAdoptCount: 2933
=> mAdoptFreeCount: 2926 -- LEAKED 7 !!!
Flags: blocking1.9?
Updated•17 years ago
|
Flags: blocking1.9? → blocking1.9+
Priority: -- → P2
Reporter | ||
Comment 1•17 years ago
|
||
fixed now in (Windows; U;Windows NT 5.1; en-US; rv:1.9b3pre) Gecko/2008012113
Minefield/3.0b3pre with the new greasemonkey version and the fixes from peterv
-> Fixed
Status: NEW → RESOLVED
Closed: 17 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•