Closed
Bug 1325274
Opened 8 years ago
Closed 8 years ago
Intermittent TEST-UNEXPECTED-FAIL | leakcheck | default process: 20354 bytes leaked (BackstagePass, CacheEntry, CacheEntryHandle, CacheFile, CacheFileHandle, ...) in mochitest-plain dom/xhr/tests
Categories
(Core :: DOM: Core & HTML, defect)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
DUPLICATE
of bug 1325438
People
(Reporter: ahal, Assigned: shawnjohnjr)
References
Details
https://public-artifacts.taskcluster.net/EtqVvPsiTRyIAmhVfXyuWw/0/public/logs/live_backing.log
We discovered mochitest leakchecks were broken for a period of time and this leak may have snuck in. It appears to be intermittent, though I'm not sure of the frequency.
Bug 1325148 will fix the test harness as well as add some permafailing leaks to a whitelist (so the fix can be landed ASAP). I won't add this to the whitelist just yet, but can do so if the frequency here is too high.
Comment 1•8 years ago
|
||
Shawn, we need your assistance here. :) Though there's no data to indicate the frequency yet, I think it's worth we investigate it a bit. Thank you!
Flags: needinfo?(shuang)
Assignee | ||
Updated•8 years ago
|
Assignee: nobody → shuang
Flags: needinfo?(shuang)
Comment 2•8 years ago
|
||
as for the frequency, this is what I believe to be a perma fail- we were not displaying the results due to a bug in the log summarization (we overlooked leaks) and a small number of leaks exist.
in bug 1325438, it is mentioned this is linux 32 debug non e10s, that should help focus the investigation.
Assignee | ||
Comment 3•8 years ago
|
||
I still cannot reproduce this bug locally after applying patches. Is there any chance to get cc log?
Comment 4•8 years ago
|
||
what is needed for a CC log? is this an environment variable or some preference to the browser?
Assignee | ||
Comment 5•8 years ago
|
||
(In reply to Joel Maher ( :jmaher) from comment #4)
> what is needed for a CC log? is this an environment variable or some
> preference to the browser?
I think adding these environment variables should dump cc logs
export MOZ_CC_LOG_DIRECTORY=/file_path
export MOZ_CC_LOG_SHUTDOWN=1
export MOZ_CC_RUN_DURING_SHUTDOWN=1
Reporter | ||
Comment 6•8 years ago
|
||
Bug 1325438 is a dupe of this, but I'll close this one because the other bug got referenced in the whitelist that landed.
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → DUPLICATE
Updated•6 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•