From: Muli Ben-Yehuda <muli@il.ibm.com>
To: Chris Lalancette <clalance@redhat.com>
Cc: xen-devel@lists.xensource.com
Subject: Re: Infinite loop on reboot with 3.0.3 and crash_debug=y
Date: Tue, 3 Oct 2006 23:16:56 +0200 [thread overview]
Message-ID: <20061003211656.GC5972@rhun.haifa.ibm.com> (raw)
In-Reply-To: <4522D0D7.1070105@redhat.com>
On Tue, Oct 03, 2006 at 05:06:31PM -0400, Chris Lalancette 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.
Last time I checked, dom0 was pretty good about using the correct
SHUTDOWN_xxx flag to indicate whether this is a "planned" shutdown or
a panic. Calling into debugger_trap_immediate() may be fine for a
panic (assuming there's a debugger there to avoid the infinite
loop...) but doesn't make sense for planned shutdown. My .02 ILS.
Cheers,
Muli
next prev parent reply other threads:[~2006-10-03 21:16 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-10-03 21:06 Infinite loop on reboot with 3.0.3 and crash_debug=y Chris Lalancette
2006-10-03 21:16 ` Muli Ben-Yehuda [this message]
2006-10-04 7:49 ` Keir Fraser
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20061003211656.GC5972@rhun.haifa.ibm.com \
--to=muli@il.ibm.com \
--cc=clalance@redhat.com \
--cc=xen-devel@lists.xensource.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.