Closed
Bug 483917
Opened 16 years ago
Closed 16 years ago
"Negative leaks caught" in mochitests
Categories
(Testing :: General, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: roc, Unassigned)
References
Details
(Keywords: fixed1.9.1, intermittent-failure)
http://tinderbox.mozilla.org/showlog.cgi?log=Firefox/1237328490.1237336138.6098.gz
*** 84926 INFO Passed: 78399
*** 84927 INFO Failed: 0
*** 84928 INFO Todo: 1254
*** 84929 INFO SimpleTest FINISHED
INFO | (automation.py) | Application ran for: 1:08:55.235061
== BloatView: ALL (cumulative) LEAK AND BLOAT STATISTICS
|<----------------Class--------------->|<-----Bytes------>|<----------------Objects---------------->|<--------------References-------------->|
Per-Inst Leaked Total Rem Mean StdDev Total Rem Mean StdDev
0 TOTAL -5 0 -1136421943 0 (188643.78 +/- 0.00) 1059492278 0 (21041.09 +/- 0.00)
nsTraceRefcntImpl::DumpStatistics: 1180 entries
Since no particular classes were displayed, my best guess is that this is a bug in test automation or bloat test code. Is it possible that something overflowed?
See also bug 482236, bug 483500. This should probably depend on the latter.
Comment 2•16 years ago
|
||
The underlying "leak" is the one already tracked in comment 1 bugs.
The new failure message confirms that bug 482236 fix works :-)
The filtering out of the nsRect line is an erroneous side-effect of bug 469509 fix :-(
(See the discussion there about all the good I think of the patch which was checked in...)
Comment 3•16 years ago
|
||
http://tinderbox.mozilla.org/showlog.cgi?log=Firefox/1238109103.1238115085.7130.gz
OS X 10.5.2 mozilla-central unit test on 2009/03/26 16:11:43
Comment 4•16 years ago
|
||
http://tinderbox.mozilla.org/showlog.cgi?log=Firefox/1238155337.1238161617.14421.gz
OS X 10.5.2 mozilla-central unit test on 2009/03/27 05:02:17
Updated•16 years ago
|
Comment 5•16 years ago
|
||
http://tinderbox.mozilla.org/showlog.cgi?log=Firefox/1238337674.1238343861.7938.gz
OS X 10.5.2 mozilla-central unit test on 2009/03/29 07:41:14
Comment 6•16 years ago
|
||
http://tinderbox.mozilla.org/showlog.cgi?log=Firefox/1238510558.1238519770.31125.gz
OS X 10.5.2 mozilla-central unit test on 2009/03/31 07:42:38
Comment 7•16 years ago
|
||
http://tinderbox.mozilla.org/showlog.cgi?log=Firefox3.5/1238661507.1238669673.32119.gz
OS X 10.5.2 mozilla-1.9.1 unit test on 2009/04/02 01:38:27
Comment 8•16 years ago
|
||
http://tinderbox.mozilla.org/showlog.cgi?log=Firefox3.5/1239129711.1239137262.16487.gz
OS X 10.5.2 mozilla-1.9.1 unit test on 2009/04/07 11:41:51
Comment 9•16 years ago
|
||
http://tinderbox.mozilla.org/showlog.cgi?log=Firefox/1239307528.1239318610.9913.gz&fulltext=1
OS X 10.5.2 mozilla-central unit test on 2009/04/09 13:05:28
Comment 10•16 years ago
|
||
http://tinderbox.mozilla.org/showlog.cgi?log=Firefox3.5/1239356580.1239366758.27578.gz
OS X 10.5.2 mozilla-1.9.1 unit test on 2009/04/10 02:43:00
I just landed bug 483500, so if this happens again on mozilla-central, we need a new theory about why it's happening.
If it doesn't happen again on mozilla-central, we should probably land bug 483500 on mozilla-1.9.1.
Blocks: 438871
Whiteboard: [orange]
It does still appear on 1.9.1:
http://tinderbox.mozilla.org/showlog.cgi?log=Firefox3.5/1239914704.1239925066.15761.gz
OS X 10.5.2 mozilla-1.9.1 unit test on 2009/04/16 13:45:04
bug 483500 is now landed on 1.9.1.
I'm going to allege that it fixed this. If not, please reopen.
http://tinderbox.mozilla.org/showlog.cgi?log=Firefox3.5/1239970405.1239979152.5118.gz
OS X 10.5.2 mozilla-1.9.1 unit test on 2009/04/17 05:13:25
(before the landing on 1.9.1)
Assignee | ||
Updated•12 years ago
|
Keywords: intermittent-failure
Assignee | ||
Updated•12 years ago
|
Whiteboard: [orange]
You need to log in
before you can comment on or make changes to this bug.
Description
•