On Tue, Jun 28, 2011 at 11:40 AM, Yuri <y...@rawbw.com> wrote:
> I got VirtualBox process in a strange state. It has the status STOP but
> shows by top as consuming 200% CPU for a very long time.
> How is this possible and what does this mean? Process time stays at 0:00
> TIME. kill -9 doesn't kill it.
>
>  PID USERNAME      THR PRI NICE   SIZE    RES STATE   C   TIME    CPU
> COMMAND
>  9390 yuri            3  44    0   508M   246M STOP    3   0:00 200.00%
> VirtualBox

Can you send the output of these various procstat commands:

procstat -kk 9390
procstat -f 9390
procstat -t 9390
procstat -i 9390 | grep -vE -- '---$'
procstat -j 9390 | grep -vE -- '--$'

As well as ps output for the process:

ps auwwx  | grep -w 9390

Also ktrace'ing the process and sending a kdump (or part of it) could be useful.

Thanks,
Josh
_______________________________________________
freebsd-hackers@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to "freebsd-hackers-unsubscr...@freebsd.org"

Reply via email to