On Thu, 2006-Jul-06 09:35:25 -0700, Chris Maness wrote:
>Freddie Cash wrote:
>>Install trafshow instead.
>This program seems to stay in memory after the shell closes and eats up 
>processor time.  Top showed this thing at 98%.  Does this app. have a bug?

Most likely.  {p,k}trace it whilst it's eating processor time and see
what it's doing.  The most likely scenario is that it's reading stdin
(which has gone away), ignoring the read error and re-issuing the
read.  In this case, fixing it would be a matter of finding the
relevant code (main input handling loop) and implementing the missing
error checking.

-- 
Peter Jeremy

Attachment: pgpPOx4mg2SyC.pgp
Description: PGP signature

Reply via email to