FS#65469 - [firefox] [glibc] firefox 73.0 Widevine plugin crashes
Attached to Project:
Arch Linux
Opened by Robert de Jager (blob) - Wednesday, 12 February 2020, 13:20 GMT
Last edited by Jan Alexander Steffens (heftig) - Wednesday, 19 February 2020, 09:40 GMT
Opened by Robert de Jager (blob) - Wednesday, 12 February 2020, 13:20 GMT
Last edited by Jan Alexander Steffens (heftig) - Wednesday, 19 February 2020, 09:40 GMT
|
Details
Description:
Since upgrading to firefox 73.0, visiting Netflix results in the yellow top bar with text "The plugin has crashed" Additional info: * Firefox 73.0 Steps to reproduce: log in to netflix (or visit https://bitmovin.com/demos/drm) I have already tried: - Disabling all extensions / other plugins - remove .mozilla directory and start from scratch - launch firefox with environment variable MOZ_DISABLE_GMP_SANDBOX=1 (this one fixes the plugin crash, but sacrifices security) |
This task depends upon
Closed by Jan Alexander Steffens (heftig)
Wednesday, 19 February 2020, 09:40 GMT
Reason for closing: Fixed
Additional comments about closing: firefox 73.0.1
Wednesday, 19 February 2020, 09:40 GMT
Reason for closing: Fixed
Additional comments about closing: firefox 73.0.1
Better link: https://bbs.archlinux.org/viewtopic.php?id=252706
Does our glibc package actually need changes for this, or is it all in whitelisting syscalls in firefox? I think it is the latter.
You put them in trouble, you have to get to work.
How is it even possible that nobody in Mozilla tests such things, although it is known for two months that the changes made to glibc will cause problems with sandbox.
What patch is "available from 24h"? It has not been linked here on this ticket, if you want to be useful you can actually specify what you are talking about and we can maybe make some progress.
If you're just here to act insulting, please don't. Nobody here is deliberately waiting to delay fixes for stuff. Sometimes people don't have time to take care of things within minutes of the things they don't know about, though.
https://hg.mozilla.org/releases/mozilla-beta/rev/cf30870748ba
It will not be the same as with GNU make that users will have to wait three years to correct a significant error (there were also lucky users of other distributions who were saved from the delay).
The conclusion of reporting software bugs in Archlinux does not make much sense, except for the informational dimension (users do not expect this).
Users wait for self-repair!!!
As a reminder, it is not Mozilla updated glibc in Archlinux (it should still be waiting in testing).
It's identical to the one from Arch Repositories with the exception of having this patch applied: https://hg.mozilla.org/releases/mozilla-beta/rev/cf30870748ba
With this build, Netflix works for me just fine.
Downgrade these packages:
glibc 2.31-1 -> 2.30-3
lib32-glibc 2.31-1 -> 2.30-3
and it works again. :-)
sudo pacman -U /var/cache/pacman/pkg/glibc-2.30-3-x86_64.pkg.tar.xz /var/cache/pacman/pkg/lib32-glibc-2.30-3-x86_64.pkg.tar.xz
Thanks :-)