On 09/02/14 08:23, Nicolas Boulenguez wrote:
> # apt-get install thermald
> ... 1.1~rc2-6 ...
> # strace -p `pidof thermald`
> Process 13262 attached - interrupt to quit
> restart_syscall(<... resuming interrupted call ...>^C <unfinished ...>
> Process 13262 detached
> #
> 
> I have waited 10s before hitting ^C, nothing was happening.
> The process did never stop eating CPU time.
> 

OK, my mistake, we probably want to trace all the threads, so we should
be using

strace -f -p `pidof thermald`


-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to