Comment 4 for bug 268219

Revision history for this message
Jonas (peace-dammit) wrote :

In order to kill a process that is stuck you can issue pkill. In this case:

pkill firefox

If the process still won't die then you need to add the flag -9. I.e:

pkill -9 firefox