You are not logged in.

#1 2021-12-14 09:33:03

gameslayer
Member
Registered: 2021-12-14
Posts: 81

[SOLVED] Firefox no longer works, will instantly crash

Hi I just want to report that a couple updates ago Firefox was working and now if I try and launch it Firefox will instantly crash and will want to report the issue to Mozilla crash reporter.

Here is the log when I launch the latest Firefox 92.0.1-1.0 in the terminal .

[corey@Fujitsu-Laptop ~]$ firefox
ExceptionHandler::GenerateDump cloned child 3717
ExceptionHandler::SendContinueSignalToChild sent continue signal to child
ExceptionHandler::WaitForContinueSignal waiting for continue signal...
Exiting due to channel error.
[corey@Fujitsu-Laptop ~]$

Last edited by levi (2022-06-28 07:51:23)

Offline

#2 2021-12-14 13:47:45

levi
Moderator
From: Yorkshire, UK
Registered: 2018-06-16
Posts: 1,197

Re: [SOLVED] Firefox no longer works, will instantly crash

Already logged here.  It's fair to say that I still have little idea what I did that helped.  Do you have the testing repos enabled, or are just on stable?  If the latter, I'd try installing icu69 and hope that's enough still.


Architecture: pentium4, Testing repos: Yes, Hardware: EeePC 901+2GB RAM+OS half on the SD card.

Offline

#3 2021-12-16 02:57:30

gameslayer
Member
Registered: 2021-12-14
Posts: 81

Re: [SOLVED] Firefox no longer works, will instantly crash

levi wrote:

Already logged here.  It's fair to say that I still have little idea what I did that helped.  Do you have the testing repos enabled, or are just on stable?  If the latter, I'd try installing icu69 and hope that's enough still.

I don't have any repos other than the default stable repos that come with Arch32, I sorry but am a little confused at what that post has to do with this issue and what the actual solution is.

Last edited by gameslayer (2021-12-16 03:14:05)

Offline

#4 2021-12-16 05:38:54

levi
Moderator
From: Yorkshire, UK
Registered: 2018-06-16
Posts: 1,197

Re: [SOLVED] Firefox no longer works, will instantly crash

Yeah, I probably should have started a new thread for that post.  The solution basically is to start downgrading everything from your last pacman -Su.

FWIW, what follows is a list of all the packages I downgraded to the previous version.  I have the testing repos enabled, so some of this may be not relevant to you if you don't have the same version as listed here installed.  I think before this which I didn't log I downgraded icu and I think harfbuzz-icu at the same time.  After trying to install the icu69 (probably the best way to resolve that conundrum), I'd recommend starting trying to downgrade packages from the bottom end and up because I downgraded the last six packages the last time I rebooted (before it all started working again for me), but on the reboot before I did those six it still wasn't working.

boost-1.76.0-2.1-pentium4.pkg.tar.zst
icu-70.1-1.0-pentium4.pkg.tar.zst
gtk3-1:3.24.30+90+g20be04f7ac-1.1-pentium4.pkg.tar.zst
nodejs-lts-erbium-12.22.7-2.0-pentium4.pkg.tar.zst
guile-2.2.7-2.6-pentium4.pkg.tar.zst
qt5-declarative-5.15.2+kde+r41-1.1-pentium4.pkg.tar.zst
librsvg-2:2.52.4-1.1-pentium4.pkg.tar.zst
glslang-11.7.1-2.0-pentium4.pkg.tar.zst
gegl-0.4.32-2.0-pentium4.pkg.tar.zst
boost-libs-1.76.0-2.1-pentium4.pkg.tar.zst
gettext-0.21-1.7-pentium4.pkg.tar.zst
nss-3.73-1.0-pentium4.pkg.tar.zst
spirv-tools-2021.3-1.1-pentium4.pkg.tar.zst
libxml2-2.9.12-3.0-pentium4.pkg.tar.zst
npm-8.1.3-1.0-any.pkg.tar.zst
xfsprogs-5.14.0-1.0-pentium4.pkg.tar.zst
pcre2-10.39-1.1-pentium4.pkg.tar.zst
sdl2-2.0.18-1.0-pentium4.pkg.tar.zst
suitesparse-5.10.1-2.0-pentium4.pkg.tar.zst
libical-3.0.11-2.0-pentium4.pkg.tar.zst
libsoup-2.74.2-1.1-pentium4.pkg.tar.zst


Architecture: pentium4, Testing repos: Yes, Hardware: EeePC 901+2GB RAM+OS half on the SD card.

Offline

#5 2021-12-16 06:56:44

abaumann
Administrator
From: Zurich
Registered: 2019-11-14
Posts: 984
Website

Re: [SOLVED] Firefox no longer works, will instantly crash

Could be that it has something to do outside the realm of firefox and icu: I see it starts, opens a window and then immediately crashes.
I think it's maybe a rendering, mesa or sandboxing issue.
Currently I cannot rebuild firefox, as I cannot rebuild rust (rust cannot compile itself), bootstrapping rust from rust-bin also failed, the
resulting rust compiler is not able to compile a simple rust file.

Offline

#6 2021-12-16 06:57:41

abaumann
Administrator
From: Zurich
Registered: 2019-11-14
Posts: 984
Website

Re: [SOLVED] Firefox no longer works, will instantly crash

https://archlinux32.org/buildmaster/ shows tons of failing packages, there is a long way to recover from this...

Offline

#7 2021-12-16 07:31:09

levi
Moderator
From: Yorkshire, UK
Registered: 2018-06-16
Posts: 1,197

Re: [SOLVED] Firefox no longer works, will instantly crash

Yes, the firefox issue is not in firefox and not in icu.  I already downgraded icu back to 69 and firefox still failed to start, and there's not been a firefox update since release 92.  As I say, with the current evidence I suspect one of the last six packages I downgraded is involved, but there's no evidence there's not more to this issue.


Architecture: pentium4, Testing repos: Yes, Hardware: EeePC 901+2GB RAM+OS half on the SD card.

Offline

#8 2021-12-16 08:57:27

abaumann
Administrator
From: Zurich
Registered: 2019-11-14
Posts: 984
Website

Re: [SOLVED] Firefox no longer works, will instantly crash

I see some strange errors and something about I should use 'libcurl and not curl' (or vice versa). This is all really strange behaviour.

Offline

#9 2021-12-16 11:19:18

abaumann
Administrator
From: Zurich
Registered: 2019-11-14
Posts: 984
Website

Re: [SOLVED] Firefox no longer works, will instantly crash

Ah, the curl message is the crash reporter (which also has bugs?).

Offline

#10 2021-12-16 11:19:28

abaumann
Administrator
From: Zurich
Registered: 2019-11-14
Posts: 984
Website

Re: [SOLVED] Firefox no longer works, will instantly crash

Maybe some gtk3 issues?

Offline

#11 2021-12-16 17:19:37

levi
Moderator
From: Yorkshire, UK
Registered: 2018-06-16
Posts: 1,197

Re: [SOLVED] Firefox no longer works, will instantly crash

Yes, that's one of the packages I downgraded, but that alone wasn't enough to get firefox running again.


Architecture: pentium4, Testing repos: Yes, Hardware: EeePC 901+2GB RAM+OS half on the SD card.

Offline

#12 2021-12-16 19:20:14

mrfu
Member
From: Hagenbach, Germany
Registered: 2020-11-24
Posts: 14

Re: [SOLVED] Firefox no longer works, will instantly crash

Same problem here. Firefox crashes due to channel errors. First occurence had been at 2021-12-08 with testing repos. Switched to stable and everything had been ok. Simple solution until today. Same behaviour of firefox, same errors.

After some digging in the repos found the one and only package causing firefox to crash due to channel errors!!
But does not have the skills to check why. It's Network Security Services from Mozilla

Workaround: Downgrade nss 3.73-1.0 to 3.72-2.0,

Offline

#13 2021-12-16 20:17:59

levi
Moderator
From: Yorkshire, UK
Registered: 2018-06-16
Posts: 1,197

Re: [SOLVED] Firefox no longer works, will instantly crash

I assume that's the 'nss' package. That is something I downgraded, but as I have stored in that log file, firefox didn't start with just nss and icu downgraded (and some other random stuff I'd also upgraded recently)


Architecture: pentium4, Testing repos: Yes, Hardware: EeePC 901+2GB RAM+OS half on the SD card.

Offline

#14 2021-12-17 08:31:12

mrfu
Member
From: Hagenbach, Germany
Registered: 2020-11-24
Posts: 14

Re: [SOLVED] Firefox no longer works, will instantly crash

I'm on archlinux32 stable (pentium4) and the only package I downgraded is nss to get firefox up and running. I cannot tell whether there is some icu related dependency. I have icu, icu67, icu68 and icu69 installed. So for me it had been just the nss package.

Offline

#15 2021-12-17 09:21:24

abaumann
Administrator
From: Zurich
Registered: 2019-11-14
Posts: 984
Website

Re: [SOLVED] Firefox no longer works, will instantly crash

Yeah, actually I start to suspect that this is the problem: https://bugs.archlinux32.org/index.php? … ask_id=218, because
that's the only critical think I hacked lately.

Not signing the NSS libraries might firefox think it's untrusted.

But the problem is, the signer for NSS is completely borked.

Offline

#16 2021-12-17 09:42:26

abaumann
Administrator
From: Zurich
Registered: 2019-11-14
Posts: 984
Website

Re: [SOLVED] Firefox no longer works, will instantly crash

Yes, confirmed: firefox works with nss-3.72-2.0, fails to start with 3.73-1.0).

Offline

#17 2021-12-17 12:31:10

abaumann
Administrator
From: Zurich
Registered: 2019-11-14
Posts: 984
Website

Re: [SOLVED] Firefox no longer works, will instantly crash

Ok, my plan here is to first rebuild python (aka rebootstrapping), otherwise more or less everything breaks (including building nss), then I'll have a look at nss,
so that old firefox versions work again. Rebuilding firefox and rust are second priority.

Offline

#18 2021-12-17 17:02:50

levi
Moderator
From: Yorkshire, UK
Registered: 2018-06-16
Posts: 1,197

Re: [SOLVED] Firefox no longer works, will instantly crash

abaumann wrote:

Yes, confirmed: firefox works with nss-3.72-2.0, fails to start with 3.73-1.0).

I knew firefox's logging to stderr was bad, but I didn't know it could be that obtuse wink


Architecture: pentium4, Testing repos: Yes, Hardware: EeePC 901+2GB RAM+OS half on the SD card.

Offline

#19 2021-12-24 03:45:43

gameslayer
Member
Registered: 2021-12-14
Posts: 81

Re: [SOLVED] Firefox no longer works, will instantly crash

Ah so the issue is to do with nss? is this already being addressed or do I need to downgrade?

Offline

#20 2021-12-24 04:40:39

levi
Moderator
From: Yorkshire, UK
Registered: 2018-06-16
Posts: 1,197

Re: [SOLVED] Firefox no longer works, will instantly crash

I'm still not convinced it's only nss at fault here, but I guess at the end of the day it doesn't matter too much what i think.  I'd try to help out resolving exactly which packages need to be reverted, but unfortunately I'm using this system as my primary computer still, so I don't have so much bandwidth to offer.


Architecture: pentium4, Testing repos: Yes, Hardware: EeePC 901+2GB RAM+OS half on the SD card.

Offline

#21 2021-12-24 11:56:19

gameslayer
Member
Registered: 2021-12-14
Posts: 81

Re: [SOLVED] Firefox no longer works, will instantly crash

I'm happy to also help figure out the issue

Offline

#22 2022-01-15 10:06:40

abaumann
Administrator
From: Zurich
Registered: 2019-11-14
Posts: 984
Website

Re: [SOLVED] Firefox no longer works, will instantly crash

This is solved with nss 3.7.4-1.1 (details see https://bugs.archlinux32.org/index.php? … sk_id=218)

Offline

#23 2022-01-15 16:02:14

levi
Moderator
From: Yorkshire, UK
Registered: 2018-06-16
Posts: 1,197

Re: [SOLVED] Firefox no longer works, will instantly crash

I just want to drop a note to say thank you very much for the work you're doing to make arch32 good again.


Architecture: pentium4, Testing repos: Yes, Hardware: EeePC 901+2GB RAM+OS half on the SD card.

Offline

#24 2022-06-28 06:11:40

gameslayer
Member
Registered: 2021-12-14
Posts: 81

Re: [SOLVED] Firefox no longer works, will instantly crash

Just had to report it has been fixed smile

Offline

#25 2022-06-28 08:00:45

levi
Moderator
From: Yorkshire, UK
Registered: 2018-06-16
Posts: 1,197

Re: [SOLVED] Firefox no longer works, will instantly crash

Yep, and since that we've even had a new firefox in extra, so we're no longer running on old firefox, but firefox 100.  I note firefox 101 has been out for a month, and there are exploitable holes in this version at least if you allow javascripting full range, but it's a massive improvement over firefox 72.


Architecture: pentium4, Testing repos: Yes, Hardware: EeePC 901+2GB RAM+OS half on the SD card.

Offline

Board footer

Powered by FluxBB