Closed
Bug 420197
Opened 17 years ago
Closed 8 years ago
Firefox leaks 1 nsGlobalWindow on shutdown with Password Manager window open
Categories
(Core :: General, defect)
Tracking
()
RESOLVED
INCOMPLETE
People
(Reporter: cbook, Unassigned)
References
Details
(Keywords: memory-leak)
Attachments
(1 file)
|
27.22 KB,
text/plain
|
Details |
Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.5; en-US; rv:1.9b4pre) Gecko/2008022720 Firefox/3.0b4pre
Steps to reproduce:
- new Firefox Profile
- Open the Preference
- Go to the Security Tab
- click on "show passwords"
- Close Firefox with this window opem
-> Leak
Note: does not leak when you close all windows before.
nsTraceRefcntImpl::DumpStatistics: 766 entries
nsStringStats
=> mAllocCount: 23571
=> mReallocCount: 3735
=> mFreeCount: 22988 -- LEAKED 583 !!!
=> mShareCount: 19834
=> mAdoptCount: 1608
=> mAdoptFreeCount: 1606 -- LEAKED 2 !!!
0 TOTAL 27 217859 374435 6744 ( 1309.85 +/- 1536.23) 1205814 3070 ( 2110.74 +/- 3346.41)
Flags: blocking1.9?
Updated•17 years ago
|
Flags: wanted-next+
Flags: blocking1.9?
Flags: blocking1.9-
Updated•17 years ago
|
Summary: Firefox leaks on shutdown with Password Manager window open → Firefox leaks 1 nsGlobalWindow on shutdown with Password Manager window open
Comment 1•8 years ago
|
||
Filter on QUANTUMLEAK
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → INCOMPLETE
You need to log in
before you can comment on or make changes to this bug.
Description
•