Closed
Bug 948555
Opened 11 years ago
Closed 11 years ago
Assertion failure: compositor (Passed invalid backend hint), at ../../../../mozilla/gfx/layers/ipc/CompositorParent.cpp:731
Categories
(Core :: Graphics: Layers, defect)
Tracking
()
RESOLVED
FIXED
mozilla29
Tracking | Status | |
---|---|---|
firefox27 | --- | unaffected |
firefox28 | --- | unaffected |
firefox29 | --- | fixed |
firefox-esr24 | --- | unaffected |
People
(Reporter: jcranmer, Assigned: nrc)
References
(Blocks 1 open bug)
Details
(Keywords: intermittent-failure)
Attachments
(1 file)
(deleted),
patch
|
mattwoodrow
:
review+
|
Details | Diff | Splinter Review |
[Keyword intermittent-failure added so it shows up on TBPL]
Bug 865033 broke mozmill OS X tests on Thunderbird (https://tbpl.mozilla.org/php/getParsedLog.php?id=31749252&tree=Thunderbird-Trunk):
Assertion failure: compositor (Passed invalid backend hint), at ../../../../mozilla/gfx/layers/ipc/CompositorParent.cpp:731
Assignee | ||
Comment 1•11 years ago
|
||
Turns out we pass LAYERS_NONE when we don't have a basic compositor, so we need to handle that case here.
Assignee: nobody → ncameron
Attachment #8345472 -
Flags: review?(matt.woodrow)
Updated•11 years ago
|
Attachment #8345472 -
Flags: review?(matt.woodrow) → review+
Assignee | ||
Comment 2•11 years ago
|
||
Comment 3•11 years ago
|
||
I hit this assertion in Firefox too, if I set:
user_pref("layers.acceleration.disabled", true);
Comment 4•11 years ago
|
||
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla29
Updated•11 years ago
|
status-firefox27:
--- → unaffected
status-firefox28:
--- → unaffected
status-firefox29:
--- → fixed
status-firefox-esr24:
--- → unaffected
You need to log in
before you can comment on or make changes to this bug.
Description
•