Closed
Bug 623451
Opened 14 years ago
Closed 14 years ago
"Assertion failed at gfx/cairo/cairo/src/cairo-surface.c:588: CAIRO_REFERENCE_COUNT_HAS_REFERENCE (&surface->ref_count)" for shadow canvas and video OGL layers with
Categories
(Core :: Graphics, defect)
Tracking
()
RESOLVED
FIXED
Tracking | Status | |
---|---|---|
fennec | 2.0b4+ | --- |
People
(Reporter: cjones, Assigned: cjones)
References
Details
Attachments
(1 file, 2 obsolete files)
2.89 KB,
patch
|
jrmuizel
:
review+
|
Details | Diff | Splinter Review |
The problem is that we swap front/back on updates, but with GL we only use one surface and end up double-releasing. Pretty simple fix.
Assignee | ||
Comment 2•14 years ago
|
||
Not sure what the proper COM discipline is for this situation, but this patch doesn't make me vomit in my mouth /too/ much.
Assignee: nobody → jones.chris.g
Attachment #501574 -
Flags: review?
Assignee | ||
Updated•14 years ago
|
Attachment #501574 -
Flags: review? → review?(vladimir)
Assignee | ||
Comment 3•14 years ago
|
||
Oops, obviously ignore that hunk in cairo/src.
Comment on attachment 501574 [details] [diff] [review]
Don't double-release surfaces
you want jeff here.. and you also want someone to do the cairo patch dance (as well as getting rid of the extra whitespace :-)
Attachment #501574 -
Flags: review?(vladimir) → review?(jmuizelaar)
Assignee | ||
Comment 5•14 years ago
|
||
That cairo hunk was just for my debugging purposes, I didn't mean to include it. Let me post a version with it removed.
Assignee | ||
Comment 6•14 years ago
|
||
Nix the debugging code.
Attachment #501574 -
Attachment is obsolete: true
Attachment #501577 -
Flags: review?(jmuizelaar)
Attachment #501574 -
Flags: review?(jmuizelaar)
Assignee | ||
Comment 7•14 years ago
|
||
Sigh.
Attachment #501577 -
Attachment is obsolete: true
Attachment #501578 -
Flags: review?(jmuizelaar)
Attachment #501577 -
Flags: review?(jmuizelaar)
Updated•14 years ago
|
tracking-fennec: ? → 2.0b4+
Updated•14 years ago
|
Attachment #501578 -
Flags: review?(jmuizelaar) → review+
Assignee | ||
Comment 8•14 years ago
|
||
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•