Closed
Bug 1455974
Opened 7 years ago
Closed 7 years ago
Crash in mozilla::ipc::MessageChannel::CxxStackFrame::CxxStackFrame | mozilla::ipc::MessageChannel::Send | mozilla::layers::PCompositorBridgeParent::SendSharedCompositorFrameMetrics
Categories
(Core :: Graphics: WebRender, defect, P1)
Tracking
()
RESOLVED
FIXED
mozilla61
Tracking | Status | |
---|---|---|
firefox-esr52 | --- | unaffected |
firefox-esr60 | --- | unaffected |
firefox59 | --- | unaffected |
firefox60 | --- | unaffected |
firefox61 | --- | disabled |
People
(Reporter: jan, Assigned: kats)
References
(Blocks 1 open bug)
Details
(Keywords: crash, nightly-community)
Crash Data
Attachments
(3 files)
New on Socorro. Starting with 2018-04-20. All crashes of this signature affect WebRender.
bp-7812ecb8-112c-4444-898c-22b280180421 build 20180420100056 Win10
> MOZ_RELEASE_ASSERT(mWorkerThread == GetCurrentVirtualThread()) (not on worker thread!)
Other occurrences of this general crash reason:
https://crash-stats.mozilla.com/search/?moz_crash_reason=~MOZ_RELEASE_ASSERT%28mWorkerThread%20%3D%3D%20GetCurrentVirtualThread%28%29%29%20%28not%20on%20worker%20thread%21%29&product=Firefox&date=%3E%3D2018-04-15T18%3A59%3A14.000Z&date=%3C2018-04-22T18%3A59%3A14.000Z&_sort=-date&_facets=signature&_columns=date&_columns=signature&_columns=product&_columns=version&_columns=build_id&_columns=platform#facet-signature
WR+
https://crash-stats.mozilla.com/search/?moz_crash_reason=~MOZ_RELEASE_ASSERT%28mWorkerThread%20%3D%3D%20GetCurrentVirtualThread%28%29%29%20%28not%20on%20worker%20thread%21%29&app_notes=~WR%2B&product=Firefox&date=%3E%3D2018-04-15T19%3A01%3A42.000Z&date=%3C2018-04-22T19%3A01%3A42.000Z&_sort=-date&_facets=signature&_columns=date&_columns=signature&_columns=product&_columns=version&_columns=build_id&_columns=platform#facet-signature
Assignee | ||
Comment 1•7 years ago
|
||
This is an async scene building bug.
Assignee | ||
Comment 2•7 years ago
|
||
Also for the record this should only occur if somebody turns on layers.progressive-paint which is off by default on desktop.
Comment hidden (mozreview-request) |
Comment hidden (mozreview-request) |
Comment hidden (mozreview-request) |
Comment 6•7 years ago
|
||
mozreview-review |
Comment on attachment 8970279 [details]
Bug 1455974 - Ensure that mCanSend is cleared at the right time.
https://reviewboard.mozilla.org/r/239076/#review244824
Attachment #8970279 -
Flags: review?(sotaro.ikeda.g) → review+
Comment 7•7 years ago
|
||
mozreview-review |
Comment on attachment 8970281 [details]
Bug 1455974 - Clear the client-side shared frame metrics data on shutdown with WR as well.
https://reviewboard.mozilla.org/r/239080/#review244864
Looks good!
Attachment #8970281 -
Flags: review?(sotaro.ikeda.g) → review+
Comment 8•7 years ago
|
||
mozreview-review |
Comment on attachment 8970280 [details]
Bug 1455974 - Ensure the metrics sharing IPC messages are sent from the compositor thread.
https://reviewboard.mozilla.org/r/239078/#review245090
Attachment #8970280 -
Flags: review?(botond) → review+
Updated•7 years ago
|
Blocks: stage-wr-nightly
Priority: -- → P1
Pushed by kgupta@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/c9ee020a4abd
Ensure that mCanSend is cleared at the right time. r=sotaro
https://hg.mozilla.org/integration/autoland/rev/59f704125010
Ensure the metrics sharing IPC messages are sent from the compositor thread. r=botond
https://hg.mozilla.org/integration/autoland/rev/74de53b433e0
Clear the client-side shared frame metrics data on shutdown with WR as well. r=sotaro
Comment 10•7 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/c9ee020a4abd
https://hg.mozilla.org/mozilla-central/rev/59f704125010
https://hg.mozilla.org/mozilla-central/rev/74de53b433e0
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla61
You need to log in
before you can comment on or make changes to this bug.
Description
•