[Win 10 ARM] Clearkey plugin crashes on Shaka demo page
Categories
(Core :: Audio/Video: GMP, defect, P3)
Tracking
()
People
(Reporter: asoncutean, Unassigned)
References
Details
Attachments
(2 files)
Affected versions
- 100.0a1 (2022-03-22)
- 99.0b7
- 98.0.2
Affected platforms
- Windows 10 ARM
Steps to reproduce
- Open Shaka page demo
Expected result
- The page is loaded without any crash or error.
Actual result:
- "The clearkey plugin has crashed" info bar is displayed.
Regression range
- I can see the same plugin crash error way back to older builds (eg. 87.0a1)
Other notes
- Demos are played regardless, without any visible issue.
- No other platform is affected (including mac aarch architecture).
Updated•3 years ago
|
Updated•3 years ago
|
Comment 1•3 years ago
|
||
I would be great if we could get a crash report for this. Not sure if that's possible.
Updated•3 years ago
|
Comment 2•3 years ago
|
||
This may just be Clear key, but could indicate a failure with Widevine as well.
Could you confirm that the crash notification shows when navigating to
- Page1 and that the video there won't play?
- Page2 and let me know if the videos on that page do or don't play.
The first case is clearkey, so should be broken due to the crash, the second page is Widevine, and it would be good to know if those are broken too or not.
Reporter | ||
Comment 4•3 years ago
|
||
(In reply to Bryce Seager van Dyk [:bryce] (he/him) from comment #3)
Could you confirm that the crash notification shows when navigating to
- Page1 and that the video there won't play?
The Crash notification is shown, but the the video is not broken, can be played end to end without any visible issue.
- Page2 and let me know if the videos on that page do or don't play.
The Crash notification is shown, the video is played, no issue occurred.
Reporter | ||
Comment 5•3 years ago
|
||
Thanks for checking that. This sounds less bad than I had assumed. My worry was this indicated a broader bustage that would also affect Widevine, which doesn't sound like it's happening based on that above.
However, we should still debug what's going on with the clearkey plugin here when there are cycles.
Comment 8•2 years ago
|
||
I can confirm that this is fixed by flipping the pref media.gmp-gmpclearkey.allow-x64-plugin-on-arm64
to false
, added by bug 1814703. That causes us to launch the ARM clearkey plugin that ships with Firefox instead of the i686 plugin.
Comment 9•2 years ago
|
||
This should have been fixed by the landing/uplift of bug 1820669.
Description
•