You are not logged in.

#1 2023-02-17 13:45:03

scippie
Member
Registered: 2019-06-07
Posts: 138

[SOLVED] Firefox no longer loads pages since update & crash

I just updated with yay -Syu. Only non-aur things were updated.
During that process, I was browsing with Firefox.
At some point, I reloaded a tab in Firefox and it said the tab had crashed. I clicked reopen and then the tab said a new version of Firefox was installed and I had to restart (like it always does with an update).

But this time, Firefox will not load any page anymore. It will act like loading for a couple of milliseconds and then will simply show a blank page or keep the current page (Firefox propaganda) unchanged.
I first cleared the cache.
Then I rebooted.
Then I went for troubleshoot mode and created a new profile and started it.
Then I tried a full refresh of firefox.
Then I went to the arch wiki to the troubleshoot section of Firefox and found nothing new.
I uninstalled Firefox, cleared my yay and pacman caches, installed it again.
I removed the $HOME/.mozilla directory.
Nothing of the above helped.

Oh by the way, other browsers just work fine, so it's not an internet connection or network connection issue.

Any tips on what more I can do?

Last edited by scippie (2023-02-20 12:24:54)

Offline

#2 2023-02-17 15:35:17

christophergray
Member
Registered: 2021-05-28
Posts: 9

Re: [SOLVED] Firefox no longer loads pages since update & crash

You could check the sonames list at https://archlinux.org/packages/extra/x86_64/firefox/ against your system.  Or install a flatpak of firefox.

Offline

#3 2023-02-17 16:02:03

scippie
Member
Registered: 2019-06-07
Posts: 138

Re: [SOLVED] Firefox no longer loads pages since update & crash

christophergray wrote:

You could check the sonames list at https://archlinux.org/packages/extra/x86_64/firefox/ against your system.

I see the list with sonames, but what do you mean with check them?

christophergray wrote:

Or install a flatpak of firefox.

I'd really prefer to simply solve the issue. I've been using Arch for years without any flatpak and issues like this.

Offline

#4 2023-02-17 16:19:50

seth
Member
Registered: 2012-09-03
Posts: 51,796

Re: [SOLVED] Firefox no longer loads pages since update & crash

Any tips on what more I can do?

Start by not using yay.

It will act like loading for a couple of milliseconds and then will simply show a blank page or keep the current page (Firefox propaganda) unchanged

Can you open local (html) files?
Can you open https://216.58.212.174 (google.com)?

Offline

#5 2023-02-17 17:27:36

fennec001
Member
Registered: 2023-02-17
Posts: 7

Re: [SOLVED] Firefox no longer loads pages since update & crash

Experiencing the same issue after updating to Firefox v.110.0

If I try to load any web page such as https://google.com, Firefox simply fails to load the page.
Trying with https://216.58.212.174 same issue.
Opening a web page served on the same LAN (hosted on a NAS) fails to load.
Opening a local web page loads successfully.

Additional notes.

Downloading Firefox v.110.0 as a tar from https://www.mozilla.org/en-US/firefox/new/  then running the Firefox executable; works and web pages load successfully
Install of Firefox v.110.0 on KDE Neon; works and web pages load successfully

Preliminary log from the Browser Console returns the following:

TypeError: NetworkError when attempting to fetch resource. ASRouter.jsm:126:13
    reportError resource://activity-stream/lib/ASRouter.jsm:126
    _remoteSettingsLoader resource://activity-stream/lib/ASRouter.jsm:333
HTTPS Service: Failed contacting service: NetworkError when attempting to fetch resource.

Offline

#6 2023-02-17 19:54:50

seth
Member
Registered: 2012-09-03
Posts: 51,796

Re: [SOLVED] Firefox no longer loads pages since update & crash

https://bugzilla.mozilla.org/show_bug.cgi?id=1280189
https://stackoverflow.com/questions/625 … h-resource has it down to an adblocker, but

The OP wrote:

Then I went for troubleshoot mode and created a new profile and started it.

The FF build has this massive patch: https://github.com/archlinux/svntogit-p … sync.patch

ASRouter.jsm is from https://github.com/mozilla/activity-stream - "Firefox Home (New Tab) [Deprecated Version]"
What if you change the new tab to eg. an empty page?

Offline

#7 2023-02-17 22:14:17

fennec001
Member
Registered: 2023-02-17
Posts: 7

Re: [SOLVED] Firefox no longer loads pages since update & crash

seth wrote:

https://bugzilla.mozilla.org/show_bug.cgi?id=1280189
https://stackoverflow.com/questions/625 … h-resource has it down to an adblocker, but

The OP wrote:

Then I went for troubleshoot mode and created a new profile and started it.

The FF build has this massive patch: https://github.com/archlinux/svntogit-p … sync.patch

ASRouter.jsm is from https://github.com/mozilla/activity-stream - "Firefox Home (New Tab) [Deprecated Version]"
What if you change the new tab to eg. an empty page?

Interesting. When I initially open a new tab Browser Console reports:

Error: Can't find profile directory. XULStore.jsm:58:15
    load resource://gre/modules/XULStore.jsm:58
    XULStore resource://gre/modules/XULStore.jsm:17

I created a vanilla profile, no extensions but that didn't help either.

Offline

#8 2023-02-18 06:58:55

seth
Member
Registered: 2012-09-03
Posts: 51,796

Re: [SOLVED] Firefox no longer loads pages since update & crash

Offline

#9 2023-02-18 09:15:33

scippie
Member
Registered: 2019-06-07
Posts: 138

Re: [SOLVED] Firefox no longer loads pages since update & crash

No

Offline

#10 2023-02-18 11:28:12

fennec001
Member
Registered: 2023-02-17
Posts: 7

Re: [SOLVED] Firefox no longer loads pages since update & crash

The FF build has this massive patch: https://github.com/archlinux/svntogit-p … sync.patch

https://github.com/archlinux/svntogit-p … BUILD#L104

The PKBBUILD file applies this patch, however one of the comments over at https://bugzilla.mozilla.org/show_bug.cgi?id=1790496
suggests:

IMO this is too large of a change with risks for regressions for uplifting to 110 beta, let's have it ship the 111 train.

I mentioned earlier on that I had FF v.110.0 running successfully using the the tarball from the Mozilla website.
This patch may have broken something.

I can edit the PKBUILD file comment out the line where it applies the patch, but is there any other quicker way to undo a patch ?

Last edited by fennec001 (2023-02-18 11:28:58)

Offline

#11 2023-02-18 12:05:24

seth
Member
Registered: 2012-09-03
Posts: 51,796

Re: [SOLVED] Firefox no longer loads pages since update & crash

I can edit the PKBUILD file comment out the line where it applies the patch, but is there any other quicker way to undo a patch ?

No, you'll have to recompile FF which is gonna be a PITA and probably not happen < 32GB RAM

You should file a bug against the package, though right now this smells javascript related.
Sanity check: do you run a firewall?

Offline

#12 2023-02-18 13:09:41

scippie
Member
Registered: 2019-06-07
Posts: 138

Re: [SOLVED] Firefox no longer loads pages since update & crash

I just discovered that there's something called a Firefox ESR. I installed that one and it works fine.
So I can use FF (102.8.0) again but I still hope there's a solution though.

seth wrote:

Sanity check: do you run a firewall?

Yes I do: firewalld, but nothing fancy in there.

Last edited by scippie (2023-02-18 13:11:07)

Offline

#13 2023-02-18 14:19:03

seth
Member
Registered: 2012-09-03
Posts: 51,796

Re: [SOLVED] Firefox no longer loads pages since update & crash

Did you try to unfancily disable it?
Or maybe wireshark FF to see whether it wants to phone home.

Offline

#14 2023-02-18 17:46:40

fennec001
Member
Registered: 2023-02-17
Posts: 7

Re: [SOLVED] Firefox no longer loads pages since update & crash

seth wrote:

I can edit the PKBUILD file comment out the line where it applies the patch, but is there any other quicker way to undo a patch ?

No, you'll have to recompile FF which is gonna be a PITA and probably not happen < 32GB RAM

You should file a bug against the package, though right now this smells javascript related.
Sanity check: do you run a firewall?


Not an ideal solution, but I did a recompile with the patch omitted from the PKGBUILD file, FF on v110.0 now works as expected.

Offline

#15 2023-02-18 17:55:18

seth
Member
Registered: 2012-09-03
Posts: 51,796

Re: [SOLVED] Firefox no longer loads pages since update & crash

https://bugs.archlinux.org/task/77568

"nO DoWnStReAm pAtChEs" roll

Offline

#16 2023-02-19 10:02:14

scippie
Member
Registered: 2019-06-07
Posts: 138

Re: [SOLVED] Firefox no longer loads pages since update & crash

seth wrote:

Did you try to unfancily disable it?
Or maybe wireshark FF to see whether it wants to phone home.

Disabled it, no difference.

Offline

#17 2023-02-19 22:30:04

topcat01
Member
Registered: 2019-09-17
Posts: 127

Re: [SOLVED] Firefox no longer loads pages since update & crash

I'm trying to understand this issue, since I am about to upgrade. Surely Firefox works for most users? In other words, is this issue specific to a certain group of users?

Last edited by topcat01 (2023-02-19 22:30:37)

Offline

#18 2023-02-20 07:25:33

seth
Member
Registered: 2012-09-03
Posts: 51,796

Re: [SOLVED] Firefox no longer loads pages since update & crash

"We don't know."

Apparently it's not down to some addon or config or firewall.
According to https://bugzilla.mozilla.org/show_bug.cgi?id=1280189 the immediate symptom might be a race condition, enforcable by https://firefox-fetch-issue.glitch.me/ and possibly triggered (now) for (some) users by the screensharing patch.

If it is a race condition, the affected users should share their system specs, lscpu, lspci -k, free -h and how fast their network connection is.
And on a very wild guess

loginctl session-status; echo $DBUS_SESSION_BUS_ADDRESS

as a usual suspect…

Offline

#19 2023-02-20 08:41:27

scippie
Member
Registered: 2019-06-07
Posts: 138

Re: [SOLVED] Firefox no longer loads pages since update & crash

Don´t know if it's related, but it's certainly suspicious: my Thunderbird no longer seems to be able to fetch mail.
I connect to a paid email provider with IMAP mail.
A connection is being made (according to the Thunderbird status bar) but nothing seems to get through (with and without firewall) while it still works fine on my Windows pc.
The trying never seems to end and no messages pop up in the terminal.
Do you guru guys see any similar updates to Thunderbird as well?

Note: when launched from the terminal, I saw that it was trying to find the required OTR library but could not find it. I installed libotr and the message is now gone, but it hasn't solved the issue.

Offline

#20 2023-02-20 08:45:51

scippie
Member
Registered: 2019-06-07
Posts: 138

Re: [SOLVED] Firefox no longer loads pages since update & crash

Any chance the others with the same issue also run on an AMD cpu? Ryzen 7 5800X3D 8-Core in my case.
(and those with anything else don't have the issue?)
Memory is certainly not an issue in my case, unless having more than 32GB free is an issue.

Offline

#21 2023-02-20 09:02:31

seth
Member
Registered: 2012-09-03
Posts: 51,796

Re: [SOLVED] Firefox no longer loads pages since update & crash

OTR is optional in TB for encrypted IM, not relevant.

Do you use a VPN or any custom ssl certificates?
(No idea how to square that w/ #14, though…)

Edit: can you open http://rss.cnn.com/rss/edition.rss (nb. NOT https!)

Last edited by seth (2023-02-20 09:04:52)

Offline

#22 2023-02-20 09:07:35

scippie
Member
Registered: 2019-06-07
Posts: 138

Re: [SOLVED] Firefox no longer loads pages since update & crash

No VPN.
I don't know if this is what you mean, but: I do have a Let's Encrypt certbot-generated certificate on the system because I run a very small website (in a Docker container) and use an nginx reverse proxy on the system to make it SSL.

Edit: I tried stopping nginx, doesn´t make a difference.

Last edited by scippie (2023-02-20 09:17:03)

Offline

#23 2023-02-20 09:08:31

scippie
Member
Registered: 2019-06-07
Posts: 138

Re: [SOLVED] Firefox no longer loads pages since update & crash

seth wrote:

Edit: can you open http://rss.cnn.com/rss/edition.rss (nb. NOT https!)

Yes I can!

Offline

#24 2023-02-20 11:02:06

scippie
Member
Registered: 2019-06-07
Posts: 138

Re: [SOLVED] Firefox no longer loads pages since update & crash

I think it's suspicious that Thunderbird is showing similar issues since the update.
Switched to Evolution which works fine.
I can be wrong, but it's a big coincidence.

Offline

#25 2023-02-20 12:01:32

seth
Member
Registered: 2012-09-03
Posts: 51,796

Re: [SOLVED] Firefox no longer loads pages since update & crash

I'm pretty sure that this is a silent ssl/cert error

pacman -Qs nss

Offline

Board footer

Powered by FluxBB