Closed
Bug 412036
Opened 17 years ago
Closed 7 years ago
Firefox leaks nsGlobalWindows when closing restored tabs
Categories
(Core :: General, defect, P2)
Tracking
()
RESOLVED
INCOMPLETE
People
(Reporter: cbook, Assigned: peterv)
References
Details
(Keywords: memory-leak)
Attachments
(4 files)
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9b3pre) Gecko/2008011120
Minefield/3.0b3pre (Debug Build)
Steps to reproduce:
Follow bug from bug 412035
Started Firefox and the tabs were restored and reloaded
(i waited about 30 seconds so that some tabs finished loading)
then quit firefox while some tabs are still loading
Leak !
nsStringStats
=> mAllocCount: 93832
=> mReallocCount: 11993
=> mFreeCount: 76532 -- LEAKED 17300 !!!
=> mShareCount: 94603
=> mAdoptCount: 10985
=> mAdoptFreeCount: 10968 -- LEAKED 17 !!!
Flags: blocking1.9?
Reporter | ||
Comment 1•17 years ago
|
||
Reporter | ||
Comment 2•17 years ago
|
||
new leak log, generated after bug 412491 went in and using Mozilla/5.0
(Windows; U;Windows NT 5.1; en-US; rv:1.9b3pre) Gecko/2008012113
Minefield/3.0b3pre
0 TOTAL 31 9383312 4244365 332144 (20385.46 +/- 0.00) 8118093 363707 ( 9874.41 +/- 8056.55)
Updated•17 years ago
|
Flags: blocking1.9? → blocking1.9+
Priority: -- → P2
Summary: Firefox leaks when closing restored tabs → Firefox leaks nsGlobalWindows when closing restored tabs
This might simply be a combination of 412035 and 407194, adding dependency
Patch in bug 412774 might fix this.
Depends on: 412774
No longer blocks: 416603
Reporter | ||
Comment 5•17 years ago
|
||
This seems to still leaking when i close Firefox during the tabs are restored and loaded
Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.5; en-US; rv:1.9b4pre) Gecko/2008022515 Firefox/3.0b4pre
Maybe another bug ?
Updated•17 years ago
|
Assignee: nobody → peterv
Flags: tracking1.9+ → wanted-next+
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
•