Closed
Bug 1230111
Opened 9 years ago
Closed 8 years ago
[Skia-update branch] GrMemoryPool.cpp:35: failed assertion "0 == fAllocationCnt" (when a DOM bug causes a leak)
Categories
(Core :: Graphics, defect)
Tracking
()
RESOLVED
WORKSFORME
Tracking | Status | |
---|---|---|
firefox45 | --- | affected |
People
(Reporter: jruderman, Assigned: milan, NeedInfo)
References
Details
(Keywords: assertion, regression, testcase, Whiteboard: [gfx-noted])
Attachments
(1 file)
(deleted),
text/html
|
Details |
Using the Mac build from https://treeherder.mozilla.org/#/jobs?repo=try&revision=91dc4f334fc5
(This does NOT reproduce on mozilla-central because bug 1082598 has not landed yet.)
1. Load the testcase
2. Quit
gfx/skia/skia/src/gpu/GrMemoryPool.cpp:35: failed assertion "0 == fAllocationCnt"
This happens very late in shutdown (__cxa_finalize_ranges), so maybe it's not exploitable?
But please fix this so I don't have to keep updating the testcase with new leak bugs (e.g. when bug 1230110 is fixed).
Comment 1•9 years ago
|
||
I was not able to reproduce this on Linux. We should check if this is Mac specific after Skia update.
OS: Unspecified → Mac OS X
Whiteboard: [gfx-noted]
Assignee | ||
Comment 6•8 years ago
|
||
Jesse, reopen if this still happens for you.
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → WORKSFORME
Version: Trunk → 46 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•