Since upgrading to 118 I've had random hangs of firefox every few days. Not clear why, no CPU or swap. All windows just freeze and need a "killall firefox", which works - shutting firefox down cleanly. Of course it's impossible to find anything anywhere about this due to search engine spam Was fine for years until 118 and is rare enough to not be able to reliably reproduce it (and thus do things like disabling extens…
Firefox developer here. There are a few ways to diagnose this, depending on your setup. If everything is frozen on Linux, it's probably the parent process that is having an issue. The "parent process" is the process that oversees all the tabs, it's the top process in a Firefox process tree, the one that has lots of children. If our crash reporter is enabled, you can also just kill the parent process with `SIGABRT`, t…
Side question: what can be done on Windows in such a case?