Closed
Bug 1299999
Opened 9 years ago
Closed 9 years ago
Intermittent leakcheck | tab process: 91817 bytes leaked (BackstagePass, ChildDNSService, ChildProcessMessageManagerCallback, EventListenerService, Mutex, ...)
Categories
(Core :: Networking, defect)
Core
Networking
Tracking
()
RESOLVED
INCOMPLETE
People
(Reporter: intermittent-bug-filer, Unassigned)
Details
(Keywords: intermittent-failure, memory-leak)
Filed by: rvandermeulen [at] mozilla.com
https://treeherder.mozilla.org/logviewer.html#?job_id=4824714&repo=mozilla-central
https://archive.mozilla.org/pub/firefox/tinderbox-builds/mozilla-central-macosx64-debug/1472746340/mozilla-central_yosemite_r7-debug_test-mochitest-e10s-3-bm132-tests1-macosx-build38.txt.gz
Comment 1•9 years ago
|
||
This is another one that would probably be easy to diagnose if we could trigger gc/cc log collection. Anything with a leaked BackstagePass is probably retained through a chrome script, etc.
Comment 2•9 years ago
|
||
Any idea what to do with this bug? To what component does it belong; can we find someone to assign it to?
Thanks!
Flags: needinfo?(bkelly)
Comment 3•9 years ago
|
||
Someone needs to capture GC/CC logs for the leak so we can determine which bit of chrome script that BackstagePass belongs to. Can't really progress here until someone does that. Maybe Andrew knows how that can be done.
Flags: needinfo?(bkelly) → needinfo?(continuation)
Comment 4•9 years ago
|
||
It might be nice to track the set of live BackstagePasses and then enumerate them at shutdown, assuming that can include the name of the script. However, it looks like this leak has not recurred.
Status: NEW → RESOLVED
Closed: 9 years ago
Flags: needinfo?(continuation)
Resolution: --- → INCOMPLETE
You need to log in
before you can comment on or make changes to this bug.
Description
•