On Mon, 12 Jun 2006 09:53:43 +1200
Volker Kuhlmann <[EMAIL PROTECTED]> wrote:

> > I don't understand what "attach strace to the process taking 100% CPU, and
> > ctrl-C strace after a few seconds." means sorry.
> 
> Use top, or ps aux, and look for the process which takes up (almost) all
> the CPU time. You need its process ID (pid). Then run
> strace -p thatnumber
> admire the gobbledegook flying past for a few seconds and press ctrl-C.
> If nothing is flying past then that particular process isn't doing much,
> and either you got the wrong pid, or t's more genuinely stuck.


Is strace available at install  time?

Reply via email to