>> That would indicate a bug to fix in libnss3 so that firefox picks the right >> dependency. I don't agree, it seems the firefox package depends on libnss >= 2:3.102~ when it should be requiring version 2:3.103-1:
=> apt-cache show firefox Package: firefox Version: 130.0-1 Installed-Size: 253448 Maintainer: Maintainers of Mozilla-related packages <team+pkg-mozi...@tracker.debian.org> Architecture: amd64 Provides: gnome-www-browser, www-browser Depends: ..., libnss3 (>= 2:3.102~),... Note that images not coming up on some sites, like http://www.reuters.com, got fixed entirely by replacing these librarieswith the ones downloaded from Mozilla: /usr/lib/x86_64-linux-gnu/libfreeblpriv3.so /usr/lib/firefox/libgkcodecs.so /usr/lib/firefox/libipcclientcerts.so /usr/lib/firefox/liblgpllibs.so /usr/lib/firefox/libmozavcodec.so /usr/lib/firefox/libmozavutil.so /usr/lib/firefox/libmozgtk.so /usr/lib/firefox/libmozsandbox.so /usr/lib/firefox/libmozsqlite3.so /usr/lib/firefox/libmozwayland.so /usr/lib/x86_64-linux-gnu/libnspr4.so /usr/lib/x86_64-linux-gnu/libnss3.so /usr/lib/x86_64-linux-gnu/libnssckbi.so /usr/lib/x86_64-linux-gnu/libnssutil3.so /usr/lib/x86_64-linux-gnu/libplc4.so /usr/lib/x86_64-linux-gnu/libplds4.so /usr/lib/x86_64-linux-gnu/libsmime3.so /usr/lib/x86_64-linux-gnu/libsoftokn3.so /usr/lib/x86_64-linux-gnu/libssl3.so /usr/lib/firefox/libxul.so The Amazon Video tab crashing happened 100% of the time, without fail, even after upgrading to the correct libnss3.I'm going to rebuild the firefox package using only the libraries and executables downloaded from Mozilla. thanks,JS On Thursday, September 5, 2024 at 12:09:56 AM EDT, Mike Hommey <m...@glandium.org> wrote: > The problem is resolved by upgrading libnss3 to version 2:3.103-1, which > includes the libfreeblpriv3.so library > > Previous versions of firefox depended on the latest version of libnss3 but > 130.0-1 does not. > Upgrading libnss3 fixes this problem with firefox 130.0-1 Thank you for fising this. That would indicate a bug to fix in libnss3 so that firefox picks the right dependency. On Wed, Sep 04, 2024 at 08:13:52PM +0000, js jb wrote: > After upgrading libnss3, the debian firefox_130.0-1 runs and can access > remote sites. > However, some but not all sites with images (for example > http://www.reuters.com) , do NOT display the images, only the text.This was > fixed by copying the libraries from the direct mozilla download in > firefox/lib*.so directly to /usr/lib/firefox , overstepping the libraries > from the package. > It seems the libraries in the debian package do not correspond to what comes > from the mozilla download and prevents some sites, like > http://www.reuters.com, from displaying correctly. This is https://bugzilla.mozilla.org/show_bug.cgi?id=1916038 On Wed, Sep 04, 2024 at 09:05:01PM +0000, js jb wrote: > Tabs running Amazon Prime videos crash constantly, within seconds of opening. I cannot reproduce this behavior. Mike