* recursive panics
@ 2007-11-15 13:37 Jan Beulich
2007-11-15 14:33 ` Keir Fraser
0 siblings, 1 reply; 2+ messages in thread
From: Jan Beulich @ 2007-11-15 13:37 UTC (permalink / raw)
To: xen-devel
With crash_debug enabled, we're seeing recursive panics because of the
embedded int3 in panic(), as long as interrupts were disabled at the top
level exception's origin (in the given case, in the context switch code). It
would seem to me that even in this case, reporting back to the debugger,
if any, or ignoring the breakpoint (if there's no debugger) should be the
normal operation, but I'm somewhat hesitant to add more special case
code to entry.S. Are there any ideas how to solve this in a more elegant
way?
Thanks, Jan
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: recursive panics
2007-11-15 13:37 recursive panics Jan Beulich
@ 2007-11-15 14:33 ` Keir Fraser
0 siblings, 0 replies; 2+ messages in thread
From: Keir Fraser @ 2007-11-15 14:33 UTC (permalink / raw)
To: Jan Beulich, xen-devel
I don't think this has been the case since Xen 3.0.4. In newer Xen, the
entry.S asm code happily passes through exceptions with interrupts disabled.
-- Keir
On 15/11/07 13:37, "Jan Beulich" <jbeulich@novell.com> wrote:
> With crash_debug enabled, we're seeing recursive panics because of the
> embedded int3 in panic(), as long as interrupts were disabled at the top
> level exception's origin (in the given case, in the context switch code). It
> would seem to me that even in this case, reporting back to the debugger,
> if any, or ignoring the breakpoint (if there's no debugger) should be the
> normal operation, but I'm somewhat hesitant to add more special case
> code to entry.S. Are there any ideas how to solve this in a more elegant
> way?
>
> Thanks, Jan
>
>
> _______________________________________________
> Xen-devel mailing list
> Xen-devel@lists.xensource.com
> http://lists.xensource.com/xen-devel
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2007-11-15 14:33 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-11-15 13:37 recursive panics Jan Beulich
2007-11-15 14:33 ` Keir Fraser
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.