Closed
Bug 422830
Opened 18 years ago
Closed 18 years ago
Firefox Mac Build Leak when hovering over the menubar
Categories
(Core :: General, defect, P2)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: cbook, Assigned: bent.mozilla)
References
Details
(Keywords: memory-leak)
Attachments
(1 file)
|
35.89 KB,
text/plain
|
Details |
Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.5; en-US; rv:1.9b5pre) Gecko/2008031113 Firefox/3.0b5pre ID:2008031113
Steps to reproduce:
- Profile with only Extension Nightly Tester Tool
- Hover with the Mouse over the Menubar (File, Edit, View, History) from File to Help and back.
- Wait on each point till you see subcategories like for File (New Tab, New Window etc)
- Close Firefox
--> Leak
The Problem on this leak is, that this leak is building up. On a first test i was only able to get 2 leaking nsGlobalWindows and on a later test with more Windows open 4 !
=> mAllocCount: 30078
=> mReallocCount: 3719
=> mFreeCount: 26554 -- LEAKED 3524 !!!
=> mShareCount: 26664
=> mAdoptCount: 1977
=> mAdoptFreeCount: 1975 --
0 TOTAL 25 766831 1170362 27675 ( 2060.39 +/- 2206.76) 4427649 26343 ( 5107.53 +/- 8106.49)
Flags: blocking1.9?
This sounds like a really bad leak. We definitely want it fixed for release.
Flags: blocking1.9? → blocking1.9+
Priority: -- → P2
| Reporter | ||
Comment 2•18 years ago
|
||
not sure if its important or related, but every time i over the mouse over the menubar i get : intl.charset.detector = off in the debug build output
Comment 3•18 years ago
|
||
Need an owner, like right now.
Ben, you want this one?
Assignee: nobody → bent.mozilla
| Assignee | ||
Comment 5•18 years ago
|
||
This is WFM currently. Tomcat, can you please recheck this leak?
| Reporter | ||
Comment 6•18 years ago
|
||
(In reply to comment #5)
> This is WFM currently. Tomcat, can you please recheck this leak?
>
Yes this is leak seems now to be fixed (by whatever) and its not leaking in Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.5; en-US; rv:1.9b5pre) Gecko/2008032320 Firefox/3.0b5pre ID:2008032320 with my tests to reproduce.
--> marking as works for me for now. thanks ben
Status: NEW → RESOLVED
Closed: 18 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•