Sometimes, firefox hangs and its status in top changes to "T".
Actually, top shows two firefox processes, one "T" and one "S".
Apparently T means a traced process![]()
CTRL-C then does not work to kill firefox (I run it froom command line), I have to do kill -9 for both processes.
-
wearetheborg Notebook Virtuoso
-
ALLurGroceries Vegan Vermin Super Moderator
A process is usually traced for the purposes of debugging. T can also mean stopped, which is perhaps more likely in this case.
You might want to try a kill -INT instead of kill -9 since your cache and preferences might become corrupted with a sigkill. -
wearetheborg Notebook Virtuoso
Isnt kill -INT equivalent to CTRL-C ? -
ALLurGroceries Vegan Vermin Super Moderator
What is a traced process ?
Discussion in 'Linux Compatibility and Software' started by wearetheborg, Feb 12, 2009.