Closed
Bug 587669
Opened 15 years ago
Closed 14 years ago
TEST-UNEXPECTED-FAIL - memory leak
Categories
(Core :: Graphics, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: cbook, Unassigned)
References
Details
(Keywords: memory-leak)
Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:2.0b4pre) Gecko/20100816 Firefox/4.0b4pre
Memory Leak during the Reftest i did for joe:
== BloatView: ALL (cumulative) LEAK AND BLOAT STATISTICS, default process 9939
|<----------------Class--------------->|<-----Bytes------>|<----------------Objects---------------->|<--------------References-------------->|
Per-Inst Leaked Total Rem Mean StdDev Total Rem Mean StdDev
0 TOTAL 28 804 159294089 7 ( 5801.14 +/- 11610.59) 166463391 1 ( 2906.97 +/- 5781.32)
62 GLContext 780 780 7653 1 ( 28.34 +/- 15.97) 168277 1 ( 302.68 +/- 175.34)
969 nsTArray_base 4 24 14389384 6 (36899.29 +/- 16186.17) 0 0 ( 0.00 +/- 0.00)
nsTraceRefcntImpl::DumpStatistics: 1128 entries
TEST-UNEXPECTED-FAIL | automationutils.processLeakLog() | leaked 804 bytes during test execution
TEST-UNEXPECTED-FAIL | automationutils.processLeakLog() | leaked 1 instance of GLContext with size 780 bytes
TEST-UNEXPECTED-FAIL | automationutils.processLeakLog() | leaked 6 instances of nsTArray_base with size 4 bytes each (24 bytes total)
Comment 1•14 years ago
|
||
I don't think this is still happening, let me know if it is!
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•