Closed
Bug 412035
Opened 17 years ago
Closed 7 years ago
Firefox Leak when closing Firefox during content loading
Categories
(Core :: General, defect, P4)
Tracking
()
RESOLVED
INCOMPLETE
People
(Reporter: cbook, Unassigned)
References
Details
(Keywords: memory-leak)
Attachments
(2 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:
New Firefox Profile
(Give Firefox some seconds till the latest headline feed is loaded)
Choose open all in Tabs
You get the warning that about 30 tabs will open
Confirm open
Tabs will open
Close Firefox
nsStringstats show no leak
nsStringStats
=> mAllocCount: 97337
=> mReallocCount: 10453
=> mFreeCount: 97337
=> mShareCount: 99577
=> mAdoptCount: 12997
=> mAdoptFreeCount: 12997
but leak log shows leaks ! (see attachment)
Flags: blocking1.9?
Comment 1•17 years ago
|
||
Can you retest this with recent nightly?
Flags: blocking1.9? → blocking1.9+
Priority: -- → P2
Reporter | ||
Comment 2•17 years ago
|
||
(In reply to comment #1)
> Can you retest this with recent nightly?
>
Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.4; en-US; rv:1.9b3pre) Gecko/2008012105 Firefox/3.0b3pre
i was able to reproduce this 2 times out of 5 tries. It seems it depend on the time when i close the Firefox Window.
Jonas, is this maybe just another example for a shutdown leak, or could this be a different leak?
Reporter | ||
Updated•17 years ago
|
Attachment #298559 -
Attachment mime type: application/octet-stream → text/plain
This only leaks if you shut down at the "wrong" time. So it's not going to accumulate over time and so won't affect users.
However it seems like something that could show up often in testing so keeping blocking but giving lower priority.
Priority: P2 → P4
Blocks: 412036
Updated•17 years ago
|
Flags: tracking1.9+
Updated•17 years ago
|
Flags: 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
•