Closed
Bug 458401
Opened 16 years ago
Closed 16 years ago
Memory leak during TopSite Test on http://www.foxsports.com :
Categories
(Core :: General, defect, P1)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: cbook, Assigned: peterv)
References
()
Details
(Keywords: memory-leak, Whiteboard: [nsDocument leak (18 of them)])
Attachments
(2 files)
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.3pre) Gecko/2008092317
Minefield/3.0.3pre
Found during the automated Global-500 Topsite Test on http://www.foxsports.com
nsStringStats
=> mAllocCount: 799774
=> mReallocCount: 157087
=> mFreeCount: 797579 -- LEAKED 2195 !!!
=> mShareCount: 821913
=> mAdoptCount: 119004
=> mAdoptFreeCount: 118990 -- LEAKED 14 !!!
0 TOTAL 31 404159 31774330 11995 ( 3910.38 +/- 4144.65) 57060997 8324 ( 3392.80 +/- 5171.30)
Reporter | ||
Comment 1•16 years ago
|
||
also leaks on 1.9.1 using Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1b2pre) Gecko/20081030 Minefield/3.1b2pre
0 TOTAL 29 445089 47225282 12523 ( 4307.23 +/- 4180.68) 64327753 8786 ( 3047.72 +/- 4340.51)
nsTraceRefcntImpl::DumpStatistics: 879 entries
nsStringStats
=> mAllocCount: 935036
=> mReallocCount: 173882
=> mFreeCount: 932565 -- LEAKED 2471 !!!
=> mShareCount: 954103
=> mAdoptCount: 119323
=> mAdoptFreeCount: 119307 -- LEAKED 16 !!!
Assertion failed at c:/work/mozilla/builds/1.9.1-trace-malloc/mozilla/gfx/cairo/cairo/src/cairo-hash.c:199: hash_table->live_entries == 0
http://www.foxsports.com: EXIT STATUS: NORMAL (931.152000 seconds)
Reporter | ||
Comment 2•16 years ago
|
||
requesting blocking 1.9.1, because also leaks on 1.9.1 and its a Global 500 Top Site !
Flags: blocking1.9.1?
Version: 1.9.0 Branch → Trunk
Updated•16 years ago
|
Whiteboard: [document leak (18 of them)]
Comment 3•16 years ago
|
||
Peter, this looks like a leak worth investigating...
Assignee: nobody → peterv
Flags: blocking1.9.1? → blocking1.9.1+
Priority: -- → P1
Whiteboard: [document leak (18 of them)] → [nsDocument leak (18 of them)]
Assignee | ||
Comment 4•16 years ago
|
||
http://www.foxsports.com/ doesn't seem to leak for me. Tomcat: need specific pages that leak for this one.
Reporter | ||
Comment 5•16 years ago
|
||
ok working on this tod(In reply to comment #4)
> http://www.foxsports.com/ doesn't seem to leak for me. Tomcat: need specific
> pages that leak for this one.
ok working on this today !
Reporter | ||
Comment 6•16 years ago
|
||
on the last topsite run, foxsport was not comming up in the leak report.
Seems this seems to be fixed by something other.
So closing this as worksforme for now.
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → WORKSFORME
Updated•16 years ago
|
Flags: blocking1.9.1+
Reporter | ||
Updated•16 years ago
|
Blocks: sisyphus-tracking
No longer depends on: sisyphus-tracking
You need to log in
before you can comment on or make changes to this bug.
Description
•