[12041] in Athena Bugs
ez preview leaving process running
daemon@ATHENA.MIT.EDU (James Chang)
Thu May 12 17:19:16 1994
To: bugs@MIT.EDU
Date: Thu, 12 May 94 17:19:11 EDT
From: James Chang <diego@MIT.EDU>
Machine: w20-575-80 (ds5000/133)
I found a ez preview process running and eating cpu time. I think somehow
the process didn't die when the user logged out.
from top:
PID USERNAME PRI NICE SIZE RES STATE TIME WCPU CPU COMMAND
11549 17434 98 10 1780K 412K run 31:49 90.23% 90.23% runapp
from ps -aux:
USER PID %CPU %MEM SZ RSS TT STAT TIME COMMAND
(null) 11549 89.7 5.9 1780 1524 p0 R N 32:11 preview -o AARace.ez
Shouldn't the process be killed on logout?
-James