Netwatch?
Peter Jeremy
peterjeremy at optushome.com.au
Thu Jul 6 18:55:56 UTC 2006
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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 187 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/freebsd-ports/attachments/20060706/0d52eb22/attachment.pgp
More information about the freebsd-ports
mailing list