A few days ago firefox came up with a pop up that it had to restart for an update. It happened after I ran sudo dnf update. Since then whenever I start firefox it crashes. And pops up one of the following messages. or
If I open firefox in troubleshoot mode it does open and I learned if I disable Hardware accelleration it does start normally. However then when i open most websites it just crashes.
I can’t find any error logs and have already removed all user files.
All other applications work fine, and only firefox is broken.
I have installed firefox as an RPM, I don’t want to use the flatpak yet, because them my password manager will not work right.
After running firefox -p it still crashes. It prints the following in the terminal
ExceptionHandler::GenerateDump cloned child 58107
ExceptionHandler::WaitForContinueSignal waiting for continue signal...
ExceptionHandler::SendContinueSignalToChild sent continue signal to child
If anyone has the same issue, for me it only crashed on wayland so my temporary solution is:
Change the .desktop entry for firefox (i used main menu) to env GDK_BACKEND=x11 firefox %u. This makes firefox start in x11 mode, which makes it lose some features. But at least it works.