Closed
Bug 1371563
Opened 7 years ago
Closed 7 years ago
(Linux VM environment) Assertion failure: api, at CompositorBridgeParent.cpp:1616
Categories
(Core :: Graphics: WebRender, defect, P5)
Core
Graphics: WebRender
Tracking
()
RESOLVED
DUPLICATE
of bug 1372880
People
(Reporter: cbook, Unassigned)
References
(Blocks 1 open bug)
Details
(Keywords: assertion, Whiteboard: [gfx-noted])
Found while trying to get Webrender/Quantum working on a Fusion VM with Ubuntu 17.4 and latest m-c linux tinderbox debug build
Steps to reproduce:
Downgrading the VM to Virtual Hardware Version 11 (from 12)
--> Crash on Startup
[Parent 2381] WARNING: Failed to create GLXContext!: file /home/worker/workspace/build/src/gfx/gl/GLContextProviderGLX.cpp, line 557
Crash Annotation GraphicsCriticalError: |[0][GFX1-]: Failed GL context creation for WebRender: 0 (t=2.35642) [GFX1-]: Failed GL context creation for WebRender: 0
Assertion failure: api, at /home/worker/workspace/build/src/gfx/layers/ipc/CompositorBridgeParent.cpp:1616
Reporter | ||
Comment 1•7 years ago
|
||
note for the Steps to reproduce:
export MOZ_WEBRENDER=1 is needed
with export MOZ_WEBRENDER=0 the crash is not reproducible
Comment 2•7 years ago
|
||
See also https://bugzilla.mozilla.org/show_bug.cgi?id=1352574#c3
Unless this is blocking something important it's not going to be a P5
Priority: -- → P5
Whiteboard: [gfx-noted]
Updated•7 years ago
|
Summary: Assertion failure: api, at CompositorBridgeParent.cpp:1616 → (Linux VM environment) Assertion failure: api, at CompositorBridgeParent.cpp:1616
Comment 3•7 years ago
|
||
(In reply to Kartikaya Gupta (email:kats@mozilla.com) from comment #2)
> Unless this is blocking something important it's not going to be a P5
err I meant it *is* going to be a P5. Or "it's not going to be a priority".
Updated•7 years ago
|
Blocks: stage-wr-next
Comment 4•7 years ago
|
||
This should be fixed by bug 1372880. Now it will just fall back to non-webrender if it fails to initialize webrender.
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•