Closed
Bug 1063312
Opened 11 years ago
Closed 11 years ago
[e10s] Content process shutdown leak with XPCVariant
Categories
(Core :: XPConnect, defect)
Core
XPConnect
Tracking
()
RESOLVED
DUPLICATE
of bug 931285
People
(Reporter: mccr8, Assigned: mccr8)
Details
(Keywords: memory-leak, Whiteboard: [MemShrink])
When run in e10s mode, js/xpconnect/tests/mochitest/test_bug384632.html leaks a fair amount of stuff, including a few windows and documents. They are being rooted by an XPCVariant with a missing reference.
I've been having trouble getting my DMD build working again but once that is done, hopefully I can figure out what is holding onto the variant. I have no idea why this only shows up in e10s mode.
Assignee | ||
Comment 1•11 years ago
|
||
The leak is large enough it could be a large % of the e10s content process leaks in Mochitest-4.
Assignee | ||
Comment 2•11 years ago
|
||
Hello my old friend.
You need to log in
before you can comment on or make changes to this bug.
Description
•