Crash in [@ dav1d_ipred_z3_avx2.h32]
Categories
(Core :: Audio/Video: Playback, defect, P1)
Tracking
()
Tracking | Status | |
---|---|---|
firefox-esr60 | --- | unaffected |
firefox66 | --- | unaffected |
firefox67 | --- | fixed |
firefox68 | --- | fixed |
People
(Reporter: marcia, Assigned: achronop)
References
Details
(Keywords: crash, regression)
Crash Data
Attachments
(1 file)
47 bytes,
text/x-phabricator-request
|
pascalc
:
approval-mozilla-beta+
|
Details | Review |
This bug is for crash report bp-8ab80a84-84d0-4137-b8f0-ebdcc0190314.
Seen while looking at nightly crash stats - there are a series of 10.14 crashes happening with somewhat similar signatures: https://bit.ly/2Ffsy3p. The crashes seemed to have started in 20190314094420.
Possible regression range based on build id: https://hg.mozilla.org/mozilla-central/pushloghtml?fromchange=aecc707103590186a2a7fa5d002849f443417e59&tochange=49d94c83bb220524a370fc7f7734de7e7307016b
Top 10 frames of crashing thread:
0 XUL dav1d_ipred_z3_avx2.h32
1 XUL decode_b third_party/dav1d/src/decode.c:711
2 XUL decode_sb third_party/dav1d/src/decode.c
3 XUL decode_sb third_party/dav1d/src/decode.c:2054
4 XUL dav1d_decode_tile_sbrow third_party/dav1d/src/decode.c:2430
5 XUL dav1d_decode_frame third_party/dav1d/src/decode.c:2894
6 XUL dav1d_frame_task third_party/dav1d/src/thread_task.c:44
7 libsystem_pthread.dylib libsystem_pthread.dylib@0x3338
8 libsystem_pthread.dylib libsystem_pthread.dylib@0x62a6
9 libsystem_pthread.dylib libsystem_pthread.dylib@0x2444
Assignee | ||
Comment 1•6 years ago
|
||
This must be a regression of Bug 1535038.
Reporter | ||
Updated•6 years ago
|
Updated•6 years ago
|
Assignee | ||
Comment 2•6 years ago
|
||
The crash has been reported upstream in [1]. Nevertheless, the first step is to get dav1d updated from upstream in case this is something already solved. The update is happening in Bug 1533559.
Reporter | ||
Updated•6 years ago
|
Comment 3•6 years ago
|
||
Alex, are you the correct assignee for this crash?
Assignee | ||
Comment 4•6 years ago
|
||
Yeah, I am taking it on my name. Thanks!
Assignee | ||
Comment 6•6 years ago
|
||
Yes, RDD is a hard requirement for av1 and dav1d.
Assignee | ||
Comment 7•6 years ago
|
||
Assignee | ||
Comment 8•6 years ago
|
||
Comment 10•6 years ago
|
||
bugherder |
Hi Alex, since 67 is marked as affected, should we consider uplifting this to Beta67?
Assignee | ||
Comment 12•6 years ago
|
||
Yes, we need to uplift this one, but we need other uplifts first. The uplift of Bug 1533559 is the first needed and the most important, then we need Bug 1536538 and 1536070.
Assignee | ||
Comment 13•6 years ago
|
||
Comment on attachment 9052614 [details]
Bug 1535631 - Use 16 byte stack alignment on dav1d in OSX. r?TD-Linux
Beta/Release Uplift Approval Request
- Feature/Bug causing the regression: Bug 1535038
- User impact if declined: Crash on dav1d decoder. Without it we cannot enable dav1d on beta.
- Is this code covered by automated tests?: Yes
- Has the fix been verified in Nightly?: Yes
- Needs manual test from QE?: No
- If yes, steps to reproduce:
- List of other uplifts needed: Bug 1536538
- Risk to taking this patch: Low
- Why is the change risky/not risky? (and alternatives if risky): This is low risk because the risk has been verified in Nightly for some time now.
- String changes made/needed:
Comment 14•6 years ago
|
||
Comment on attachment 9052614 [details]
Bug 1535631 - Use 16 byte stack alignment on dav1d in OSX. r?TD-Linux
Crash fix, patch needed for the libdav1d update to 0.2.1 on beta. Uplift accepted for 67 beta 8, thanks.
Comment 15•6 years ago
|
||
bugherder uplift |
Updated•6 years ago
|
Description
•