[9233] in Athena Bugs
bug in `top'
daemon@ATHENA.MIT.EDU (kkkken@Athena.MIT.EDU)
Sun Apr 26 20:58:19 1992
Date: Sun, 26 Apr 92 20:58:12 EDT
From: kkkken@Athena.MIT.EDU
To: bugs@Athena.MIT.EDU
On a vax 3100, `top' claims:
23371 rrrroot 3 10 12486K 1194K sleep 0:09 0.15% 0.15% ircserv polari
That's quite an ircserv process.. 12 megs? No, don't think so;
actually, it's just `top' being confused. ps correctly identifies the
process as common lisp (ahh.. that explains the size):
rrrroot 23371 0.5 39.812486 2475 p7 I N 0:09 /mit/lucidcl/vaxbin/lisp
There is, actually, an ircserv process running, but under a different
pid, and with a different command-line argument:
sara 23276 0.0 0.4 52 20 p2 S N 0:00 ircserv csd.bu.edu 6667
Should I reboot?
-Ken