Open
Bug 1482698
Opened 8 years ago
Updated 3 years ago
Intermittent TV accessible/tests/browser/browser_shutdown_remote_own_reference.js | leaked 1 window(s) until shutdown [url = about:newtab]
Categories
(Core :: Disability Access APIs, defect, P5)
Core
Disability Access APIs
Tracking
()
NEW
People
(Reporter: intermittent-bug-filer, Unassigned)
References
Details
(Keywords: intermittent-failure)
Filed by: nerli [at] mozilla.com
https://treeherder.mozilla.org/logviewer.html#?job_id=193500010&repo=mozilla-inbound
https://queue.taskcluster.net/v1/task/AXE4B5p-ToajDEZLEq8nxQ/runs/0/artifacts/public/logs/live_backing.log
06:21:00 ERROR - TEST-UNEXPECTED-FAIL | accessible/tests/browser/browser_shutdown_remote_own_reference.js | leaked 1 window(s) until shutdown [url = about:newtab]
06:21:00 INFO - TEST-INFO | accessible/tests/browser/browser_shutdown_remote_own_reference.js | windows(s) leaked: [pid = 4624] [serial = 7]
06:21:00 INFO - runtests.py | Application ran for: 0:00:11.748000
06:21:00 INFO - zombiecheck | Reading PID log: c:\users\task_1534052683\appdata\local\temp\tmpuck5_6pidlog
06:21:00 INFO - ==> process 4736 launched child process 3652 ("Z:\task_1534052683\build\application\firefox\firefox.exe" -contentproc --channel="4736.0.247190436\161527742" -childID 1 -isForBrowser -prefsHandle 1848 -prefMapHandle 1844 -prefsLen 1 -prefMapSize 183824 -schedulerPrefs 0001,2 -parentBuildID 20180812045539 -greomni "Z:\task_1534052683\build\application\firefox\omni.ja" -appomni "Z:\task_1534052683\build\application\firefox\browser\omni.ja" -appdir "Z:\task_1534052683\build\application\firefox\browser" - 4736 "\\.\pipe\gecko-crash-server-pipe.4736" 2080 tab)
06:21:00 INFO - ==> process 4736 launched child process 4624 ("Z:\task_1534052683\build\application\firefox\firefox.exe" -contentproc --channel="4736.6.940520988\158564067" -childID 2 -isForBrowser -prefsHandle 1888 -prefMapHandle 1988 -prefsLen 41 -prefMapSize 183824 -schedulerPrefs 0001,2 -parentBuildID 20180812045539 -greomni "Z:\task_1534052683\build\application\firefox\omni.ja" -appomni "Z:\task_1534052683\build\application\firefox\browser\omni.ja" -appdir "Z:\task_1534052683\build\application\firefox\browser" - 4736 "\\.\pipe\gecko-crash-server-pipe.4736" 1896 tab)
06:21:00 INFO - ==> process 4736 launched child process 2808 ("Z:\task_1534052683\build\application\firefox\firefox.exe" -contentproc --channel="4736.12.904824551\378989296" -childID 3 -isForBrowser -prefsHandle 2552 -prefMapHandle 2556 -prefsLen 1340 -prefMapSize 183824 -schedulerPrefs 0001,2 -parentBuildID 20180812045539 -greomni "Z:\task_1534052683\build\application\firefox\omni.ja" -appomni "Z:\task_1534052683\build\application\firefox\browser\omni.ja" -appdir "Z:\task_1534052683\build\application\firefox\browser" - 4736 "\\.\pipe\gecko-crash-server-pipe.4736" 2568 tab)
06:21:00 INFO - ==> process 4736 launched child process 5412 ("Z:\task_1534052683\build\application\firefox\firefox.exe" -contentproc --channel="4736.18.13380105\516888047" -childID 4 -isForBrowser -prefsHandle 3192 -prefMapHandle 3196 -prefsLen 7399 -prefMapSize 183824 -schedulerPrefs 0001,2 -parentBuildID 20180812045539 -greomni "Z:\task_1534052683\build\application\firefox\omni.ja" -appomni "Z:\task_1534052683\build\application\firefox\browser\omni.ja" -appdir "Z:\task_1534052683\build\application\firefox\browser" - 4736 "\\.\pipe\gecko-crash-server-pipe.4736" 3208 tab)
06:21:00 INFO - ==> process 4736 launched child process 4392 ("Z:\task_1534052683\build\application\firefox\firefox.exe" -contentproc --channel="4736.24.1437438634\620271638" -childID 5 -isForBrowser -prefsHandle 3112 -prefMapHandle 3396 -prefsLen 7399 -prefMapSize 183824 -schedulerPrefs 0001,2 -parentBuildID 20180812045539 -greomni "Z:\task_1534052683\build\application\firefox\omni.ja" -appomni "Z:\task_1534052683\build\application\firefox\browser\omni.ja" -appdir "Z:\task_1534052683\build\application\firefox\browser" - 4736 "\\.\pipe\gecko-crash-server-pipe.4736" 2932 tab)
06:21:00 INFO - zombiecheck | Checking for orphan process with PID: 4624
06:21:00 INFO - zombiecheck | Checking for orphan process with PID: 2808
06:21:00 INFO - zombiecheck | Checking for orphan process with PID: 3652
06:21:00 INFO - zombiecheck | Checking for orphan process with PID: 4392
06:21:00 INFO - zombiecheck | Checking for orphan process with PID: 5412
06:21:00 INFO - Stopping web server
06:21:00 INFO - Stopping web socket server
06:21:00 INFO - Stopping ssltunnel
06:21:00 INFO - TEST-INFO | leakcheck | default process: leak threshold set at 0 bytes
06:21:00 INFO - TEST-INFO | leakcheck | plugin process: leak threshold set at 0 bytes
06:21:00 INFO - TEST-INFO | leakcheck | tab process: leak threshold set at 1000 bytes
06:21:00 INFO - TEST-INFO | leakcheck | geckomediaplugin process: leak threshold set at 20000 bytes
06:21:00 INFO - TEST-INFO | leakcheck | gpu process: leak threshold set at 0 bytes
Comment 1•8 years ago
|
||
This issue started from this changeset: https://hg.mozilla.org/integration/mozilla-inbound/rev/c2e822179070687fce86468933a404f558490df7
Comment 2•8 years ago
|
||
I suspect that's just because I happened to touch the test in that changeset, which triggered a TV test that doesn't usually run. It's very unlikely that those changes would introduce new leaks. There's a pretty good chance that actually removing the lexical declarations that I removed the references to would fix the leaks, though.
Flags: needinfo?(kmaglione+bmo)
| Comment hidden (Intermittent Failures Robot) |
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•