Closed
Bug 1197935
Opened 10 years ago
Closed 8 years ago
Assertion failure in mozilla::gfx::ConvertYCbCrToRGB
Categories
(Core :: Audio/Video: Playback, defect, P3)
Tracking
()
RESOLVED
WORKSFORME
| Tracking | Status | |
|---|---|---|
| firefox43 | --- | affected |
People
(Reporter: tsmith, Unassigned)
References
Details
(Keywords: assertion, testcase)
Attachments
(2 files)
Assertion failure: (aData.mCbCrSize.width == aData.mYSize.width || aData.mCbCrSize.width == (aData.mYSize.width + 1) >> 1) && (aData.mCbCrSize.height == aData.mYSize.height || aData.mCbCrSize.height == (aData.mYSize.height + 1) >> 1), at /builds/slave/m-cen-l64-asan-d-0000000000000/build/src/gfx/ycbcr/YCbCrUtils.cpp:81
| Reporter | ||
Comment 1•10 years ago
|
||
| Reporter | ||
Updated•10 years ago
|
Blocks: fuzzing-webm
Updated•10 years ago
|
Priority: -- → P2
Mass change P2 -> P3
Priority: P2 → P3
Comment 3•8 years ago
|
||
This doesn't reproduce for me on Win10 or Linux in debug builds as far back as a year (the furthest back mozregression goes). Any objections to closing this out as WFM?
Flags: needinfo?(gsquelart)
Pushed by ryanvm@gmail.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/2cfc8fa781ca
Add crashtest. r=me
Updated•8 years ago
|
Status: NEW → RESOLVED
Closed: 8 years ago
Flags: needinfo?(gsquelart) → in-testsuite+
Resolution: --- → WORKSFORME
Comment 5•8 years ago
|
||
| bugherder | ||
You need to log in
before you can comment on or make changes to this bug.
Description
•