|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] Infinite loop on reboot with 3.0.3 and crash_debug=y
On 3/10/06 10:06 pm, "Chris Lalancette" <clalance@xxxxxxxxxx> wrote:
> But because the dom0 has gone away, we are not in guest mode anymore, and so
> we hit the panic. The panic is handled in drivers/char/console.c, which has
> another call to debugger_trap_immediate, which generates the int3, which gets
> us into the infinite loop. Reverting the change noted above goes back to the
> old behavior (i.e. actually rebooting :). I'm tempted to say the
> debugger_trap_immediate has no business being in the panic function, but I'd
> like to hear other opinions on it.
There was previosuly special-case code for int3 in the debugger_trap macros.
I should add it back in. Also, Muli is correct that unconditional debugger
trap in dom0_shutdown is overkill.
-- Keir
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|