Closed
Bug 1430694
Opened 8 years ago
Closed 7 years ago
Crash in [@ mozilla::wr::NewRenderer::Run ]
Categories
(Core :: Graphics: WebRender, defect, P1)
Tracking
()
VERIFIED
FIXED
mozilla59
Tracking | Status | |
---|---|---|
firefox-esr52 | --- | unaffected |
firefox57 | --- | unaffected |
firefox58 | --- | unaffected |
firefox59 | --- | disabled |
People
(Reporter: jan, Assigned: sotaro)
References
(Blocks 1 open bug)
Details
(Keywords: nightly-community, regression)
Crash Data
Attachments
(1 file)
937 bytes,
patch
|
nical
:
review+
|
Details | Diff | Splinter Review |
I hoped that bug 1377321 could "fix" bug 1406230.
But I think that bug 1406230 has morphed into this one, so I wouldn't call this a regression.
This would be just a nice to have. I just wanted to report this new crash signature.
1. set gfx.webrender.all;true, set extensions.webextensions.remote;true, create layers.gpu-process.enabled;true, restart
2. install https://addons.mozilla.org/firefox/addon/ipvfoo-pmarks/
3. visit https://bugzilla.mozilla.org/
4. maybe press F5 if you see a "?" instead of a red "4" in your locationbar
5. click on the red "4"
6. visit about:crashes
bp-a969ea67-b5f4-4738-be51-0b75f0180116
bp-341ca957-2bdb-481e-bcd0-f05cd0180116
----
bp-a969ea67-b5f4-4738-be51-0b75f0180116
bp-341ca957-2bdb-481e-bcd0-f05cd0180116
bp-2ac3e03f-a6bb-4eab-9a74-4db070180116
Reporter | ||
Comment 1•8 years ago
|
||
(#0) Error Failed to create WebRenderBridgeChild.
(#1) Error Failed to create CompositorBridgeChild
(#2) Error Failed to create remote compositor
(#3) Error GLFeature::frag_color_float failed support probe, disabling. (RENDERER: AMD Radeon (TM) RX 480 Graphics (AMD POLARIS10 / DRM 3.19.0 / 4.14.0-2-amd64, LLVM 5.0.0))
(#4) Error GLFeature::frag_color_float failed support probe, disabling. (RENDERER: AMD Radeon (TM) RX 480 Graphics (AMD POLARIS10 / DRM 3.19.0 / 4.14.0-2-amd64, LLVM 5.0.0))
(#5) Error Compositors might be mixed (5,2)
(#6) CP+[GFX1-]: Receive IPC close with reason=AbnormalShutdown
(#7) CP+[GFX1-]: Receive IPC close with reason=AbnormalShutdown
(#8) Error Receive IPC close with reason=AbnormalShutdown
(#9) Error Receive IPC close with reason=AbnormalShutdown
(#10) Error Receive IPC close with reason=AbnormalShutdown
(#11) CP+[GFX1-]: Receive IPC close with reason=AbnormalShutdown
(#12) Error GLFeature::frag_color_float failed support probe, disabling. (RENDERER: AMD Radeon (TM) RX 480 Graphics (AMD POLARIS10 / DRM 3.19.0 / 4.14.0-2-amd64, LLVM 5.0.0))
(#13) Error GLFeature::frag_color_float failed support probe, disabling. (RENDERER: AMD Radeon (TM) RX 480 Graphics (AMD POLARIS10 / DRM 3.19.0 / 4.14.0-2-amd64, LLVM 5.0.0))
(#14) Error GLFeature::frag_color_float failed support probe, disabling. (RENDERER: AMD Radeon (TM) RX 480 Graphics (AMD POLARIS10 / DRM 3.19.0 / 4.14.0-2-amd64, LLVM 5.0.0))
Reporter | ||
Updated•8 years ago
|
Crash Signature: [@ mozilla::wr::NewRenderer::Run ]
Assignee | ||
Comment 2•8 years ago
|
||
Sorry, it is a regression of Bug 1429997.
Assignee | ||
Comment 3•8 years ago
|
||
Assignee: nobody → sotaro.ikeda.g
Assignee | ||
Comment 4•8 years ago
|
||
Assignee | ||
Updated•8 years ago
|
Attachment #8942787 -
Flags: review?(nical.bugzilla)
Updated•7 years ago
|
Attachment #8942787 -
Flags: review?(nical.bugzilla) → review+
Updated•7 years ago
|
Blocks: stage-wr-nightly
Priority: -- → P1
Pushed by sikeda@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/12fb412037a6
Check if RenderCompositor is created r=nical
Comment 6•7 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla59
Reporter | ||
Comment 7•7 years ago
|
||
Nightly 59 x64 20180117100129 de_DE 4e429d313fd2e0f9202271ee8f3fb798817ec3e7 @ Debian Testing (KDE, Radeon RX480)
fresh profile: STR from comment 0
Verified fixed. Thanks! Now I have the old behavior from bug 1406230 comment 3 back:
> Entscheidungsprotokoll
> GPU_PROCESS available by user: Enabled via layers.gpu-process.enabled
> WEBRENDER opt-in by default: WebRender is an opt-in feature
> available by user: Enabled by pref
> unavailable by runtime: WebRender initialization failed
> OMTP disabled by default: Disabled by default
>
> Fehlerprotokoll
> (#0) Error Compositors might be mixed (5,2)
> (#1) GP+[GFX1-]: Failed GL context creation for WebRender: 0
> (#2) GP+[GFX1-]: [OPENGL] Failed to init compositor with reason: FEATURE_FAILURE_OPENGL_CREATE_CONTEXT
> (#3) GP+[GFX1-]: [OPENGL] Failed to init compositor with reason: FEATURE_FAILURE_OPENGL_CREATE_CONTEXT
> (#4) GP+[GFX1-]: [OPENGL] Failed to init compositor with reason: FEATURE_FAILURE_OPENGL_CREATE_CONTEXT
You need to log in
before you can comment on or make changes to this bug.
Description
•