Closed
Bug 1150147
Opened 10 years ago
Closed 9 years ago
[e10s] Leaking docshells during e10s debug runs of some social tests
Categories
(Firefox Graveyard :: SocialAPI, defect)
Tracking
(e10s+)
RESOLVED
FIXED
Tracking | Status | |
---|---|---|
e10s | + | --- |
People
(Reporter: billm, Assigned: mrbkap)
References
(Blocks 1 open bug)
Details
(Whiteboard: [MemShrink:P2])
Attachments
(1 file)
934 bytes,
application/x-javascript
|
Details |
These tests are leaking:
browser_addons.js
browser_blocklist.js
browser_social_marks.js
browser_SocialProvider.js
Updated•10 years ago
|
Whiteboard: [MemShrink]
Updated•10 years ago
|
Blocks: e10s-perf
tracking-e10s:
--- → ?
Reporter | ||
Updated•10 years ago
|
Blocks: e10s-tests
Updated•10 years ago
|
Whiteboard: [MemShrink] → [MemShrink:P2]
Comment 1•10 years ago
|
||
This test illustrates a reproduction of the docshell leak. You have to run mochitest-browser with --repeat 1 --e10s
This test does not use or enable any socialapi stuff
Comment 2•10 years ago
|
||
test results with the attached test:
TEST-UNEXPECTED-FAIL | browser/base/content/test/social/browser_addtab.js | leaked 2 window(s) until shutdown [url = about:blank]
TEST-UNEXPECTED-FAIL | browser/base/content/test/social/browser_addtab.js | leaked 2 window(s) until shutdown [url = https://example.com/browser/browser/base/content/test/social/social_sidebar_empty.html]
TEST-INFO | browser/base/content/test/social/browser_addtab.js | windows(s) leaked: [pid = 16605] [serial = 11], [pid = 16605] [serial = 9], [pid = 16605] [serial = 12], [pid = 16605] [serial = 10]
TEST-UNEXPECTED-FAIL | browser/base/content/test/social/browser_addtab.js | leaked 1 docShell(s) until shutdown
TEST-INFO | browser/base/content/test/social/browser_addtab.js | docShell(s) leaked: [pid = 16605] [id = 5]
Comment 3•9 years ago
|
||
I was able to re-enable the test case browser_social_marks.js in bug 1192807. This bug was referenced in the skip-if.
Comment 4•9 years ago
|
||
I've fixed up some of these issues so somebody could retest.
Assignee | ||
Comment 5•9 years ago
|
||
This seems to be fixed: https://treeherder.mozilla.org/#/jobs?repo=try&revision=f1575411e068
Assignee | ||
Updated•9 years ago
|
Assignee: nobody → mrbkap
Comment 7•9 years ago
|
||
I ran browser_SocialProvider.js on a try push and it worked, so I enabled it. I saw that you had tried the other ones from comment 0, so I'll leave them with you.
Whiteboard: [MemShrink:P2] → [MemShrink:P2][leave open]
Comment 8•9 years ago
|
||
bugherder |
Assignee | ||
Updated•9 years ago
|
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
Whiteboard: [MemShrink:P2][leave open] → [MemShrink:P2]
Updated•6 years ago
|
Product: Firefox → Firefox Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•