Closed
Bug 989705
Opened 11 years ago
Closed 8 years ago
Skia canvas: leak MacIOSurface
Categories
(Core :: Graphics: Canvas2D, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: jruderman, Unassigned)
References
Details
(Keywords: memory-leak, testcase)
Attachments
(1 file)
601 bytes,
text/html
|
Details |
1. Set:
user_pref("gfx.canvas.azure.accelerated", true);
user_pref("gfx.canvas.azure.backends", "skia");
2. Run a debug build with XPCOM_MEM_LEAK_LOG=2
3. Load the testcase
4. Quit
Result: 80% of the time, trace-refcnt says a MacIOSurface object was leaked.
Reporter | ||
Updated•11 years ago
|
Blocks: randomstyles
Comment 1•9 years ago
|
||
Can you still reproduce this, Jesse? I'm unable to. (The prefs in comment 0 seem to be the default now.) I tried both with and without e10s.
Flags: needinfo?(jruderman)
Updated•8 years ago
|
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → WORKSFORME
Updated•8 years ago
|
Flags: needinfo?(jruderman)
You need to log in
before you can comment on or make changes to this bug.
Description
•