How can process in STOP state consume 200% CPU?
perryh at pluto.rain.com
perryh at pluto.rain.com
Wed Jun 29 05:26:16 UTC 2011
Yuri <yuri at rawbw.com> wrote:
> On 06/28/2011 17:24, Sergey Babkin wrote:
> > Most probably the process is running in an endless loop in the
> > kernel mode ... While it's in the kernel mode, you can't do
> > anything to it other than use the kernel debugger.
>
> How is this normally possible to make program to loop in kernel
> mode on -STABLE kernel? Doesn't this mean bug in kernel?
In kernel code, but not necessarily in the -STABLE kernel itself --
there could be a problem in a kernel module. I haven't checked, but
would not be surprised if VirtualBox included one.
More information about the freebsd-hackers
mailing list