What to Do When Firefox Won’t Open After Using Kill -9?

0
21
Asked By CuriousCat92 On

I used the command 'kill -9' on Firefox because it was unresponsive, but now I can't get it to open again. Did I actually end the program? What can I do to fix this?

5 Answers

Answered By MortalityMan On

Using 'kill -9'? You've got to be kidding me! You're basically a program's worst nightmare! 😂

SadSquirrel -

Haha, yeah! I think it's officially dead now. And can we please use 'rm -fr' instead of 'rm -rf' in 2025? It's just more logical!

Answered By FriendlyForeigner On

Did you try simply turning it off and then back on? Sometimes the simplest solutions are the best!

Answered By SnarkMaster On

A word of advice: try using 'killall -15 firefox-esr' next time instead of going straight to kill -9, it's less aggressive!

Answered By FixerJ On

Using 'kill -9' is pretty harsh; it doesn't allow the program to shut down properly. It can leave locks and mutexes in place until you reboot. If restarting doesn't help, you might need to delete your Firefox config from your home folder or, as a last resort, reinstall Firefox. Avoid using 'kill -9' unless absolutely necessary.

Techie_Tom -

Exactly! By the way, I heard that locks and mutexes are handled by the OS. Is that correct?

ProblemSolver88 -

Yeah, if you just want to close the app, it's better to use Ctrl + Q instead. I've found the 'pkill' command can also help if things freeze.

Answered By Techie_Tom On

It sounds like you might not have killed all the associated processes that Firefox runs. Try launching Firefox from the terminal, and if it fails, check the output for any error messages. That can give you a clue about what's going wrong! A simple reboot can sometimes work wonders too.

GeekyGraham -

When you launch it in the terminal, remember that GUI apps on Windows detach from the terminal, but Linux apps usually don’t. Keep an eye on the terminal output.

Techie_Tom -

Rebooting is generally a safe bet unless you have a compelling reason not to; it works like magic!

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.