Closed
Bug 1426199
Opened 7 years ago
Closed 7 years ago
Assertion failure: mSize.width % 2 == 0, at z:/build/build/src/gfx/webrender_bindings/RenderD3D11TextureHostOGL.cpp:256
Categories
(Core :: Graphics: WebRender, defect, P1)
Tracking
()
RESOLVED
FIXED
mozilla61
Tracking | Status | |
---|---|---|
firefox61 | --- | fixed |
People
(Reporter: kats, Assigned: sotaro)
References
Details
(Whiteboard: [gfx-noted][triage])
Attachments
(2 files, 1 obsolete file)
3.32 KB,
patch
|
nical
:
review+
|
Details | Diff | Splinter Review |
1.61 KB,
patch
|
sotaro
:
review+
|
Details | Diff | Splinter Review |
Windows 10, debug build, run:
MOZ_WEBRENDER=1 ./mach crashtest dom/media/test/crashtests/789075-1.html
Sample log that contains this assertion failure is at https://treeherder.mozilla.org/logviewer.html#?job_id=151779504&repo=try&lineNumber=7851
Updated•7 years ago
|
Blocks: stage-wr-trains
Priority: P3 → P1
Assignee | ||
Updated•7 years ago
|
Assignee: nobody → sotaro.ikeda.g
Assignee | ||
Comment 1•7 years ago
|
||
ASSERT seems too strong. We need ASSERT like in ConvertYCbCrToRGB() seems enough.
https://dxr.mozilla.org/mozilla-central/source/gfx/ycbcr/YCbCrUtils.cpp#99
Assignee | ||
Comment 2•7 years ago
|
||
Assignee | ||
Updated•7 years ago
|
Attachment #8964239 -
Attachment description: patch - Relax ASSERT check → patch - Relax ASSERT checks
Assignee | ||
Comment 3•7 years ago
|
||
Update comments.
Attachment #8964239 -
Attachment is obsolete: true
Assignee | ||
Comment 4•7 years ago
|
||
Assignee | ||
Updated•7 years ago
|
Attachment #8964241 -
Flags: review?(nical.bugzilla)
Updated•7 years ago
|
Attachment #8964241 -
Flags: review?(nical.bugzilla) → review+
Pushed by sikeda@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/92366b8353b3
Relax ASSERT checks r=nical
Comment 6•7 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 7 years ago
status-firefox61:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla61
Reporter | ||
Comment 7•7 years ago
|
||
These were also fixed by this bug.
https://treeherder.mozilla.org/#/jobs?repo=try&revision=8c7cf30bbb10c0002141181a89368bdf0b87587d
Attachment #8965954 -
Flags: review?(sotaro.ikeda.g)
Assignee | ||
Comment 8•7 years ago
|
||
Comment on attachment 8965954 [details] [diff] [review]
Re-enable more crashtests
Thanks!
Attachment #8965954 -
Flags: review?(sotaro.ikeda.g) → review+
Pushed by kgupta@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/d7db6788fe91
Re-enable more crashtests that are now passing. r=sotaro
Comment 10•7 years ago
|
||
bugherder |
You need to log in
before you can comment on or make changes to this bug.
Description
•