Open
Bug 1408558
Opened 7 years ago
Updated 2 years ago
500ish bytes leaked of various a11y stuff in mochitests on win32 and win64 in tab process
Categories
(Core :: Disability Access APIs, defect, P2)
Core
Disability Access APIs
Tracking
()
NEW
People
(Reporter: mccr8, Unassigned)
References
(Blocks 1 open bug)
Details
(Whiteboard: [MemShrink:P2])
This small leak shows up in a few different mochitests.
leaked 1 Accessible
leaked 1 HyperTextAccessible
(There are a few other things leaking, but they show up in all win32 content processes.)
It seems like maybe this is showing up during this test:
accessible/tests/browser/e10s/browser_caching_description.js
Or maybe this is related to the preallocated process manager or something, because that's an early test (but not the first).
There's a similar thing with accessible/tests/browser/tree/browser_aria_owns.js and as I said, other tests.
Comment 2•7 years ago
|
||
(In reply to Marco Zehe (:MarcoZ) from comment #1)
> Yura, any ideas about this one?
I think this is the same issue we looked at a month ago or so, related to querying interface method https://dxr.mozilla.org/mozilla-central/source/ipc/mscom/Interceptor.cpp#610-626
Here's earlier discussion in IRC: http://logs.glob.uno/?c=mozilla%23accessibility&s=25+Aug+2017&e=25+Aug+2017#c161332
Aaron had a patch for me to try but iirc it did not fix the issue. ni? aaron in case he might have some thoughts.
Flags: needinfo?(yzenevich) → needinfo?(aklotz)
Reporter | ||
Updated•7 years ago
|
Whiteboard: [MemShrink]
Reporter | ||
Updated•7 years ago
|
Whiteboard: [MemShrink] → [MemShrink:P2]
Updated•7 years ago
|
Comment 3•7 years ago
|
||
status-firefox59:
--- → ?
Updated•5 years ago
|
Flags: needinfo?(aklotz)
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•