Closed
Bug 920369
Opened 11 years ago
Closed 9 years ago
CrossProcessCompositorParent leaks its process handle
Categories
(Core :: Graphics: Layers, defect)
Core
Graphics: Layers
Tracking
()
RESOLVED
FIXED
Tracking | Status | |
---|---|---|
e10s | + | --- |
People
(Reporter: markh, Assigned: bjacob)
References
Details
CompositorParent::Create calls base::OpenProcessHandle() to get a process handle, then ends up passing it to CrossProcessCompositorParent::Open(). However, this handle is never closed.
Probably only a real issue on Windows, where a "process handle" and a "process id" aren't synonymous and handles must be closed.
Comment 1•11 years ago
|
||
Mass tracking-e10s flag change. Filter bugmail on "2be0fcce-e36a-4e2c-aa80-0e3d33eb5406".
tracking-e10s:
--- → +
Updated•11 years ago
|
Blocks: old-e10s-m2
Updated•10 years ago
|
Assignee: nobody → bjacob
No longer blocks: old-e10s-m2
Comment 3•9 years ago
|
||
(In reply to Jim Mathies [:jimm] from comment #2)
> hey bob, is this still a valid bug?
No, this was fixed by the changes in bug 1119878.
Status: NEW → RESOLVED
Closed: 9 years ago
Flags: needinfo?(bobowen.code)
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•