Subject: Re: routed eating all the cpu time
To: Markus Kilbinger <kilbi@rad.rwth-aachen.de>
From: None <erh@nimenees.com>
List: current-users
Date: 05/30/2000 17:54:01
On Tue, May 30, 2000 at 10:48:59PM +0200, Markus Kilbinger wrote:
>   PID USERNAME PRI NICE   SIZE   RES STATE     TIME   WCPU    CPU COMMAND
>  6050 root      64    0   320K  296K run     186:54 99.02% 99.02% routed
> What is 'routed' doing?
> 
> Is this:
> - a bug in routed?
> - due to an prohibited config of mine?
	I don't know.  But as a start, you might try running routed so
it uses up a bunch of CPU, then do "gdb routed" followed by
"attach <pid of running routed>" followed by "where" and see if that leads
you anywhere.  (you might want to build a debugging version first)

eric