[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] BUG: soft lockup detected on CPU#0! on 3.0.2-2
On 16/9/06 2:34 am, "Luke Crawford" <lsc@xxxxxxxxx> wrote: > completely unpingable. console was also dead, nobody tried the xen > console. (I just setup a better reboot procedure for my hosting company; > I need to setup something similar here so that we don't loose the data we > need to figure this out.) > > Where should I start looking to find out exactly what "bug: soft lockup on > cpu0" means? linux source/docs? or Xen source/docs? The watchdog code runs a kernel thread on every CPU. This is supposed to wake up every second and update a per-CPU counter. A hook from the timer interrupt checks the per-CPU counter and prints a softlockup warning if the counter is not updated for 10 seconds. 3.0.2-2 is known to be susceptible to softlockups because the Xen scheduler will starve domains to run domain0. It's not clear if that's what is happening here, but you need to repro on tip of xen-3.0-testing to find out one way or the other. Because of the number of bug fixes since 3.0.2-3 we don't recommend running any old releases of 3.0.2. -- Keir _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |