- Edited
knuckle These are just a few examples to find the reason for the FF error.
- Does it crash with acceleration enabled and disabled?
- Check if it crashes without extensions. In terminal:
firefox --safe-mode
. - Check the logs after freezing and rebooting. E.g.:
journalctl -p err -b -1 journalctl -b -1 | grep firefox journalctl -b -1 | grep error
- Start FF with debugging (install gdb). Type
firefox -g -> r -> press Ctrl+c -> bt
and see if it displays any errors. - See if FF does crash on linux-lts.
I suggest opening a new thread because maybe more people have or had this error or have more experience to fix it.