Closed
Bug 1723383
Opened 4 years ago
Closed 4 years ago
Buffer leak in WindowSurfaceWaylandMB (assertion warning `mPendingBuffers.Length() < BACK_BUFFER_NUM`)
Categories
(Core :: Graphics, defect)
Core
Graphics
Tracking
()
RESOLVED
INVALID
People
(Reporter: rmader, Assigned: rmader)
References
(Blocks 1 open bug)
Details
If buffers never receive the release callback, they can get stuck in mPendingBuffers, as they will never get collected in CollectPendingSurfaces().
This may be a compositor bug (Mutter), to be investigated.
| Assignee | ||
Comment 1•4 years ago
|
||
False alarm, this was a bug only happening with experimental/not merged Mutter patches.
Status: ASSIGNED → RESOLVED
Closed: 4 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•